COLOR #D19EAC

HEX: #D19EAC
RGB: (209,158,172)

Color info

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

RGB color model

#D19EAC color RGB value is (209,158,172).

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

RGB channels and saturation

R 209 of 255 = 82%
G 158 of 255 = 62%
B 172 of 255 = 67%

209
158
172

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

Portions of RGB colors in percentages

R + G + B =
209 + 158 + 172 = 539 (100%)
R 209 of 539 ~ 38.78%
G 158 of 539 ~ 29.31%
B 172 of 539 ~ 31.91%

%38.78
%29.31
%31.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 17.70%
  • key color value is 18.04%
CMYK:
(0,24,18,18)
C0M24Y18K18 
(0%,24%,18%,18%)
(0.00/0.24/0.18/0.18)	

CMYK percentages

%0
%24.4
%17.7
%18.04

Codes

Color #D19EAC in popluar color models

D19EAC
RGB209158172
HSL344°35.66%71.96%
HSB/HSV344°24.40%81.96%
CMYK0.00%24.40%17.70%
18.04%

Color #D19EAC in popluar number systems.

HEXD19EAC
Decimal209158172
Binary110100011001111010101100
Octal321236254

Shades and tints

Shades of #D19EAC

#D19EAC
(209,158,172)
#BE909D
(190,144,157)
#AB828E
(171,130,142)
#98747F
(152,116,127)
#856670
(133,102,112)
#725861
(114,88,97)
#5F4A52
(95,74,82)
#4C3C43
(76,60,67)
#392E34
(57,46,52)
#262025
(38,32,37)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #D19EAC

#D19EAC
(209,158,172)
#D5A6B3
(213,166,179)
#D9AEBA
(217,174,186)
#DDB6C1
(221,182,193)
#E1BEC8
(225,190,200)
#E5C6CF
(229,198,207)
#E9CED6
(233,206,214)
#EDD6DD
(237,214,221)
#F1DEE4
(241,222,228)
#F5E6EB
(245,230,235)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19EAC; }

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

This text font color is #D19EAC.


Background Color

.myBgColor { background-color: #D19EAC; }

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

This div background color is #D19EAC.


Border color

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

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

This div border color is #D19EAC.


Opacity

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

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

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

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

This text has shadow with #D19EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19EAC on black background.


Color preview on white background

This text has color #D19EAC on white background.



Black color preview on #D19EAC background

This text has black color on #D19EAC background.


White color preview on #D19EAC background

This text has white color on #D19EAC background.