COLOR #D19EBA

HEX: #D19EBA RGB: (209,158,186)

Color info

#D19EBA contains red, green and blue colors in about the same proportion. Web safe color of #D19EBA is #CC99CC (or #C9C).

RGB color model

#D19EBA color RGB value is (209,158,186).

RGB: (209,158,186) (82%, 62%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 158 of 255 = 62%
B 186 of 255 = 73%

209
158
186

R + G + B ~ 72%. #D19EBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 158 + 186 = 553 (100%)
R 209 of 553 ~ 37.79%
G 158 of 553 ~ 28.57%
B 186 of 553 ~ 33.63'%

%37.79
%28.57
%33.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 11.00%
  • key color value is 18.04%
CMYK: (0,24,11,18) C0M24Y11K18 (0%,24%,11%,18%) (0.00/0.24/0.11/0.18) 

CMYK percentages

%0
%24.4
%11
%18.04

Codes

Color #D19EBA in popluar color models

D1 9E BA
RGB 209 158 186
HSL 327° 35.66% 71.96%
HSB/HSV 327° 24.40% 81.96%
CMYK 0.00% 24.40% 11.00%
18.04%

Color #D19EBA in popluar number systems.

HEX D1 9E BA
Decimal 209 158 186
Binary 11010001 10011110 10111010
Octal 321 236 272

Shades and tints

Shades of #D19EBA

#D19EBA
(209,158,186)
#BE90AA
(190,144,170)
#AB829A
(171,130,154)
#98748A
(152,116,138)
#85667A
(133,102,122)
#72586A
(114,88,106)
#5F4A5A
(95,74,90)
#4C3C4A
(76,60,74)
#392E3A
(57,46,58)
#26202A
(38,32,42)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #D19EBA

#D19EBA
(209,158,186)
#D5A6C0
(213,166,192)
#D9AEC6
(217,174,198)
#DDB6CC
(221,182,204)
#E1BED2
(225,190,210)
#E5C6D8
(229,198,216)
#E9CEDE
(233,206,222)
#EDD6E4
(237,214,228)
#F1DEEA
(241,222,234)
#F5E6F0
(245,230,240)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19EBA; }

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

This text font color is #D19EBA.

Background Color

.myBgColor { background-color: #D19EBA; }

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

This div background color is #D19EBA.

Border color

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

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

This div border color is #D19EBA.

Opacity

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

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

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

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

This text has shadow with #D19EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19EBA.

Preview

Color preview on black background

This text has color #D19EBA on black background.


Color preview on white background

This text has color #D19EBA on white background.


Black color preview on #D19EBA background

This text has black color on #D19EBA background.


White color preview on #D19EBA background

This text has white color on #D19EBA background.


Related colors

Complementary color

Complementary color for #hex is #2E6145.


I love getcolorcode.com

Triadic colors

1 #BAD19E and #9EBAD1 with #D19EBA are triadic colors.

2 #BA9ED1 and #9ED1BA with #D19EBA are triadic colors.