COLOR #D19EC9

HEX: #D19EC9
RGB: (209,158,201)

Color info

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

RGB color model

#D19EC9 color RGB value is (209,158,201).

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

RGB channels and saturation

R 209 of 255 = 82%
G 158 of 255 = 62%
B 201 of 255 = 79%

209
158
201

R + G + B ~ 74%. #D19EC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 158 + 201 = 568 (100%)
R 209 of 568 ~ 36.8%
G 158 of 568 ~ 27.82%
B 201 of 568 ~ 35.39%

%36.8
%27.82
%35.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 3.83%
  • key color value is 18.04%
CMYK:
(0,24,4,18)
C0M24Y4K18 
(0%,24%,4%,18%)
(0.00/0.24/0.04/0.18)	

CMYK percentages

%0
%24.4
%3.83
%18.04

Codes

Color #D19EC9 in popluar color models

D19EC9
RGB209158201
HSL309°35.66%71.96%
HSB/HSV309°24.40%81.96%
CMYK0.00%24.40%3.83%
18.04%

Color #D19EC9 in popluar number systems.

HEXD19EC9
Decimal209158201
Binary110100011001111011001001
Octal321236311

Shades and tints

Shades of #D19EC9

#D19EC9
(209,158,201)
#BE90B7
(190,144,183)
#AB82A5
(171,130,165)
#987493
(152,116,147)
#856681
(133,102,129)
#72586F
(114,88,111)
#5F4A5D
(95,74,93)
#4C3C4B
(76,60,75)
#392E39
(57,46,57)
#262027
(38,32,39)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #D19EC9

#D19EC9
(209,158,201)
#D5A6CD
(213,166,205)
#D9AED1
(217,174,209)
#DDB6D5
(221,182,213)
#E1BED9
(225,190,217)
#E5C6DD
(229,198,221)
#E9CEE1
(233,206,225)
#EDD6E5
(237,214,229)
#F1DEE9
(241,222,233)
#F5E6ED
(245,230,237)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19EC9; }

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

This text font color is #D19EC9.


Background Color

.myBgColor { background-color: #D19EC9; }

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

This div background color is #D19EC9.


Border color

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

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

This div border color is #D19EC9.


Opacity

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

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

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

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

This text has shadow with #D19EC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19EC9 on black background.


Color preview on white background

This text has color #D19EC9 on white background.



Black color preview on #D19EC9 background

This text has black color on #D19EC9 background.


White color preview on #D19EC9 background

This text has white color on #D19EC9 background.