COLOR #D99EA7

HEX: #D99EA7
RGB: (217,158,167)

Color info

#D99EA7 contains red, green and blue colors in about the same proportion. Web safe color of #D99EA7 is #CC9999 (or #C99).

RGB color model

#D99EA7 color RGB value is (217,158,167).

  • red value is 217;
  • green value is 158;
  • blue value is 167.
RGB:
(217,158,167)
(85%,62%,65%)

RGB channels and saturation

R 217 of 255 = 85%
G 158 of 255 = 62%
B 167 of 255 = 65%

217
158
167

R + G + B ~ 71%. #D99EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 158 + 167 = 542 (100%)
R 217 of 542 ~ 40.04%
G 158 of 542 ~ 29.15%
B 167 of 542 ~ 30.81%

%40.04
%29.15
%30.81

CMYK color model

#D99EA7 color CMYK value is (0,27,23,15).

  • cyan value is 0.00%
  • magenta value is 27.19%
  • yellow value is 23.04%
  • key color value is 14.90%
CMYK:
(0,27,23,15)
C0M27Y23K15 
(0%,27%,23%,15%)
(0.00/0.27/0.23/0.15)	

CMYK percentages

%0
%27.19
%23.04
%14.9

Codes

Color #D99EA7 in popluar color models

D99EA7
RGB217158167
HSL351°43.70%73.53%
HSB/HSV351°27.19%85.10%
CMYK0.00%27.19%23.04%
14.90%

Color #D99EA7 in popluar number systems.

HEXD99EA7
Decimal217158167
Binary110110011001111010100111
Octal331236247

Shades and tints

Shades of #D99EA7

#D99EA7
(217,158,167)
#C69098
(198,144,152)
#B38289
(179,130,137)
#A0747A
(160,116,122)
#8D666B
(141,102,107)
#7A585C
(122,88,92)
#674A4D
(103,74,77)
#543C3E
(84,60,62)
#412E2F
(65,46,47)
#2E2020
(46,32,32)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #D99EA7

#D99EA7
(217,158,167)
#DCA6AF
(220,166,175)
#DFAEB7
(223,174,183)
#E2B6BF
(226,182,191)
#E5BEC7
(229,190,199)
#E8C6CF
(232,198,207)
#EBCED7
(235,206,215)
#EED6DF
(238,214,223)
#F1DEE7
(241,222,231)
#F4E6EF
(244,230,239)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99EA7 color. Also use rgb(217,158,167) instead hex code.

Text Font Color

.myTextColor { color: #D99EA7; }

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

This text font color is #D99EA7.


Background Color

.myBgColor { background-color: #D99EA7; }

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

This div background color is #D99EA7.


Border color

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

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

This div border color is #D99EA7.


Opacity

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

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

Text with #D99EA7 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 #D99EA7;}

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

This text has shadow with #D99EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99EA7 on black background.


Color preview on white background

This text has color #D99EA7 on white background.



Black color preview on #D99EA7 background

This text has black color on #D99EA7 background.


White color preview on #D99EA7 background

This text has white color on #D99EA7 background.