COLOR #D19EA7

HEX: #D19EA7
RGB: (209,158,167)

Color info

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

RGB color model

#D19EA7 color RGB value is (209,158,167).

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

RGB channels and saturation

R 209 of 255 = 82%
G 158 of 255 = 62%
B 167 of 255 = 65%

209
158
167

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

Portions of RGB colors in percentages

R + G + B =
209 + 158 + 167 = 534 (100%)
R 209 of 534 ~ 39.14%
G 158 of 534 ~ 29.59%
B 167 of 534 ~ 31.27%

%39.14
%29.59
%31.27

CMYK color model

#D19EA7 color CMYK value is (0,24,20,18).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 20.10%
  • key color value is 18.04%
CMYK:
(0,24,20,18)
C0M24Y20K18 
(0%,24%,20%,18%)
(0.00/0.24/0.20/0.18)	

CMYK percentages

%0
%24.4
%20.1
%18.04

Codes

Color #D19EA7 in popluar color models

D19EA7
RGB209158167
HSL349°35.66%71.96%
HSB/HSV349°24.40%81.96%
CMYK0.00%24.40%20.10%
18.04%

Color #D19EA7 in popluar number systems.

HEXD19EA7
Decimal209158167
Binary110100011001111010100111
Octal321236247

Shades and tints

Shades of #D19EA7

#D19EA7
(209,158,167)
#BE9098
(190,144,152)
#AB8289
(171,130,137)
#98747A
(152,116,122)
#85666B
(133,102,107)
#72585C
(114,88,92)
#5F4A4D
(95,74,77)
#4C3C3E
(76,60,62)
#392E2F
(57,46,47)
#262020
(38,32,32)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #D19EA7

#D19EA7
(209,158,167)
#D5A6AF
(213,166,175)
#D9AEB7
(217,174,183)
#DDB6BF
(221,182,191)
#E1BEC7
(225,190,199)
#E5C6CF
(229,198,207)
#E9CED7
(233,206,215)
#EDD6DF
(237,214,223)
#F1DEE7
(241,222,231)
#F5E6EF
(245,230,239)
#F9EEF7
(249,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19EA7; }

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

This text font color is #D19EA7.


Background Color

.myBgColor { background-color: #D19EA7; }

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

This div background color is #D19EA7.


Border color

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

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

This div border color is #D19EA7.


Opacity

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

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

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

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

This text has shadow with #D19EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19EA7 on black background.


Color preview on white background

This text has color #D19EA7 on white background.



Black color preview on #D19EA7 background

This text has black color on #D19EA7 background.


White color preview on #D19EA7 background

This text has white color on #D19EA7 background.