COLOR #D19EAA

HEX: #D19EAA RGB: (209,158,170)

Color info

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

RGB color model

#D19EAA color RGB value is (209,158,170).

RGB: (209,158,170) (82%, 62%, 67%)

RGB channels and saturation

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

209
158
170

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

Portions of RGB colors in percentages

R + G + B = 209 + 158 + 170 = 537 (100%)
R 209 of 537 ~ 38.92%
G 158 of 537 ~ 29.42%
B 170 of 537 ~ 31.66'%

%38.92
%29.42
%31.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 18.66%
  • key color value is 18.04%

CMYK: (0,24,19,18)
C0M24Y19K18 (0%, 24%, 19%, 18%)
(0.00 / 0.24 / 0.19 / 0.18)

CMYK percentages

%0
%24.4
%18.66
%18.04

Codes

Color #D19EAA in popluar color models

D1 9E AA
RGB 209 158 170
HSL 346° 35.66% 71.96%
HSB/HSV 346° 24.40% 81.96%
CMYK 0.00% 24.40% 18.66%
18.04%

Color #D19EAA in popluar number systems.

HEX D1 9E AA
Decimal 209 158 170
Binary 11010001 10011110 10101010
Octal 321 236 252

Shades and tints

Shades of #D19EAA

#D19EAA
(209,158,170)
#BE909B
(190,144,155)
#AB828C
(171,130,140)
#98747D
(152,116,125)
#85666E
(133,102,110)
#72585F
(114,88,95)
#5F4A50
(95,74,80)
#4C3C41
(76,60,65)
#392E32
(57,46,50)
#262023
(38,32,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #D19EAA

#D19EAA
(209,158,170)
#D5A6B1
(213,166,177)
#D9AEB8
(217,174,184)
#DDB6BF
(221,182,191)
#E1BEC6
(225,190,198)
#E5C6CD
(229,198,205)
#E9CED4
(233,206,212)
#EDD6DB
(237,214,219)
#F1DEE2
(241,222,226)
#F5E6E9
(245,230,233)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19EAA; }

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

This text font color is #D19EAA.

Background Color

.myBgColor { background-color: #D19EAA; }

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

This div background color is #D19EAA.

Border color

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

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

This div border color is #D19EAA.

Opacity

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

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

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

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

This text has shadow with #D19EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19EAA.

Preview

Color preview on black background

This text has color #D19EAA on black background.


Color preview on white background

This text has color #D19EAA on white background.


Black color preview on #D19EAA background

This text has black color on #D19EAA background.


White color preview on #D19EAA background

This text has white color on #D19EAA background.


Related colors

Complementary color

Complementary color for #hex is #2E6155.


I love getcolorcode.com

Triadic colors

1 #AAD19E and #9EAAD1 with #D19EAA are triadic colors.

2 #AA9ED1 and #9ED1AA with #D19EAA are triadic colors.