COLOR #D997A6

HEX: #D997A6
RGB: (217,151,166)

Color info

#D997A6 contains mainly red and blue colors. Web safe color of #D997A6 is #CC9999 (or #C99).

RGB color model

#D997A6 color RGB value is (217,151,166).

  • red value is 217;
  • green value is 151;
  • blue value is 166.
RGB:
(217,151,166)
(85%,59%,65%)

RGB channels and saturation

R 217 of 255 = 85%
G 151 of 255 = 59%
B 166 of 255 = 65%

217
151
166

R + G + B ~ 70%. #D997A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 151 + 166 = 534 (100%)
R 217 of 534 ~ 40.64%
G 151 of 534 ~ 28.28%
B 166 of 534 ~ 31.09%

%40.64
%28.28
%31.09

CMYK color model

#D997A6 color CMYK value is (0,30,24,15).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 23.50%
  • key color value is 14.90%
CMYK:
(0,30,24,15)
C0M30Y24K15 
(0%,30%,24%,15%)
(0.00/0.30/0.24/0.15)	

CMYK percentages

%0
%30.41
%23.5
%14.9

Codes

Color #D997A6 in popluar color models

D997A6
RGB217151166
HSL346°46.48%72.16%
HSB/HSV346°30.41%85.10%
CMYK0.00%30.41%23.50%
14.90%

Color #D997A6 in popluar number systems.

HEXD997A6
Decimal217151166
Binary110110011001011110100110
Octal331227246

Shades and tints

Shades of #D997A6

#D997A6
(217,151,166)
#C68A97
(198,138,151)
#B37D88
(179,125,136)
#A07079
(160,112,121)
#8D636A
(141,99,106)
#7A565B
(122,86,91)
#67494C
(103,73,76)
#543C3D
(84,60,61)
#412F2E
(65,47,46)
#2E221F
(46,34,31)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #D997A6

#D997A6
(217,151,166)
#DCA0AE
(220,160,174)
#DFA9B6
(223,169,182)
#E2B2BE
(226,178,190)
#E5BBC6
(229,187,198)
#E8C4CE
(232,196,206)
#EBCDD6
(235,205,214)
#EED6DE
(238,214,222)
#F1DFE6
(241,223,230)
#F4E8EE
(244,232,238)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D997A6 color. Also use rgb(217,151,166) instead hex code.

Text Font Color

.myTextColor { color: #D997A6; }

<p style="color:#D997A6">This sample text font color is #D997A6.</p>

This text font color is #D997A6.


Background Color

.myBgColor { background-color: #D997A6; }

<div style="background-color:#D997A6">Inner text</div>

This div background color is #D997A6.


Border color

.myBorderColor { border: 1px solid #D997A6; }

<div style="border:3px solid #D997A6">Div</div>

This div border color is #D997A6.


Opacity

.myOpacity80 { color: #D997A6; opacity: 0.8; }

<p style="color:#D997A6;opacity:0.8;">80%</p>

Text with #D997A6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D997A6;}

<p style="text-shadow: 3px 3px 1px #D997A6">Text here.</p>

This text has shadow with #D997A6 color.

.textShadow {text-shadow: 3px 3px 1px #D997A6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D997A6, 5px 5px 20px red">Text here.</p>

This text has shadow with #D997A6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D997A6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D997A6, Direction=45, Strength=4)">Text</p>

This text has shadow with #D997A6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D997A6;
  -webkit-box-shadow:	1px 1px 3px 2px #D997A6;
  box-shadow:		1px 1px 3px 2px #D997A6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D997A6;
-webkit-box-shadow: 1px 1px 3px 2px #D997A6;
box-shadow:1px 1px 3px 2px #D997A6;">
Div content here</div>
This div box has shadow with color #D997A6.

Preview

Color preview on black background

This text has color #D997A6 on black background.


Color preview on white background

This text has color #D997A6 on white background.



Black color preview on #D997A6 background

This text has black color on #D997A6 background.


White color preview on #D997A6 background

This text has white color on #D997A6 background.