COLOR #D19ED3

HEX: #D19ED3
RGB: (209,158,211)

Color info

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

RGB color model

#D19ED3 color RGB value is (209,158,211).

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

RGB channels and saturation

R 209 of 255 = 82%
G 158 of 255 = 62%
B 211 of 255 = 83%

209
158
211

R + G + B ~ 76%. #D19ED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 158 + 211 = 578 (100%)
R 209 of 578 ~ 36.16%
G 158 of 578 ~ 27.34%
B 211 of 578 ~ 36.51%

%36.16
%27.34
%36.51

CMYK color model

#D19ED3 color CMYK value is (1,25,0,17).

  • cyan value is 0.95%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(1,25,0,17)
C1M25Y0K17 
(1%,25%,0%,17%)
(0.01/0.25/0.00/0.17)	

CMYK percentages

%0.95
%25.12
%0
%17.25

Codes

Color #D19ED3 in popluar color models

D19ED3
RGB209158211
HSL298°37.59%72.35%
HSB/HSV298°25.12%82.75%
CMYK0.95%25.12%0.00%
17.25%

Color #D19ED3 in popluar number systems.

HEXD19ED3
Decimal209158211
Binary110100011001111011010011
Octal321236323

Shades and tints

Shades of #D19ED3

#D19ED3
(209,158,211)
#BE90C0
(190,144,192)
#AB82AD
(171,130,173)
#98749A
(152,116,154)
#856687
(133,102,135)
#725874
(114,88,116)
#5F4A61
(95,74,97)
#4C3C4E
(76,60,78)
#392E3B
(57,46,59)
#262028
(38,32,40)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #D19ED3

#D19ED3
(209,158,211)
#D5A6D7
(213,166,215)
#D9AEDB
(217,174,219)
#DDB6DF
(221,182,223)
#E1BEE3
(225,190,227)
#E5C6E7
(229,198,231)
#E9CEEB
(233,206,235)
#EDD6EF
(237,214,239)
#F1DEF3
(241,222,243)
#F5E6F7
(245,230,247)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19ED3; }

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

This text font color is #D19ED3.


Background Color

.myBgColor { background-color: #D19ED3; }

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

This div background color is #D19ED3.


Border color

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

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

This div border color is #D19ED3.


Opacity

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

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

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

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

This text has shadow with #D19ED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19ED3 on black background.


Color preview on white background

This text has color #D19ED3 on white background.



Black color preview on #D19ED3 background

This text has black color on #D19ED3 background.


White color preview on #D19ED3 background

This text has white color on #D19ED3 background.