COLOR #D19EAE

HEX: #D19EAE
RGB: (209,158,174)

Color info

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

RGB color model

#D19EAE color RGB value is (209,158,174).

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

RGB channels and saturation

R 209 of 255 = 82%
G 158 of 255 = 62%
B 174 of 255 = 68%

209
158
174

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

Portions of RGB colors in percentages

R + G + B =
209 + 158 + 174 = 541 (100%)
R 209 of 541 ~ 38.63%
G 158 of 541 ~ 29.21%
B 174 of 541 ~ 32.16%

%38.63
%29.21
%32.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK:
(0,24,17,18)
C0M24Y17K18 
(0%,24%,17%,18%)
(0.00/0.24/0.17/0.18)	

CMYK percentages

%0
%24.4
%16.75
%18.04

Codes

Color #D19EAE in popluar color models

D19EAE
RGB209158174
HSL341°35.66%71.96%
HSB/HSV341°24.40%81.96%
CMYK0.00%24.40%16.75%
18.04%

Color #D19EAE in popluar number systems.

HEXD19EAE
Decimal209158174
Binary110100011001111010101110
Octal321236256

Shades and tints

Shades of #D19EAE

#D19EAE
(209,158,174)
#BE909F
(190,144,159)
#AB8290
(171,130,144)
#987481
(152,116,129)
#856672
(133,102,114)
#725863
(114,88,99)
#5F4A54
(95,74,84)
#4C3C45
(76,60,69)
#392E36
(57,46,54)
#262027
(38,32,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #D19EAE

#D19EAE
(209,158,174)
#D5A6B5
(213,166,181)
#D9AEBC
(217,174,188)
#DDB6C3
(221,182,195)
#E1BECA
(225,190,202)
#E5C6D1
(229,198,209)
#E9CED8
(233,206,216)
#EDD6DF
(237,214,223)
#F1DEE6
(241,222,230)
#F5E6ED
(245,230,237)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19EAE; }

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

This text font color is #D19EAE.


Background Color

.myBgColor { background-color: #D19EAE; }

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

This div background color is #D19EAE.


Border color

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

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

This div border color is #D19EAE.


Opacity

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

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

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

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

This text has shadow with #D19EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19EAE on black background.


Color preview on white background

This text has color #D19EAE on white background.



Black color preview on #D19EAE background

This text has black color on #D19EAE background.


White color preview on #D19EAE background

This text has white color on #D19EAE background.