COLOR #D09DC2

HEX: #D09DC2
RGB: (208,157,194)

Color info

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

RGB color model

#D09DC2 color RGB value is (208,157,194).

  • red value is 208;
  • green value is 157;
  • blue value is 194.
RGB:
(208,157,194)
(82%,62%,76%)

RGB channels and saturation

R 208 of 255 = 82%
G 157 of 255 = 62%
B 194 of 255 = 76%

208
157
194

R + G + B ~ 73%. #D09DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 157 + 194 = 559 (100%)
R 208 of 559 ~ 37.21%
G 157 of 559 ~ 28.09%
B 194 of 559 ~ 34.7%

%37.21
%28.09
%34.7

CMYK color model

#D09DC2 color CMYK value is (0,25,7,18).

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 6.73%
  • key color value is 18.43%
CMYK:
(0,25,7,18)
C0M25Y7K18 
(0%,25%,7%,18%)
(0.00/0.25/0.07/0.18)	

CMYK percentages

%0
%24.52
%6.73
%18.43

Codes

Color #D09DC2 in popluar color models

D09DC2
RGB208157194
HSL316°35.17%71.57%
HSB/HSV316°24.52%81.57%
CMYK0.00%24.52%6.73%
18.43%

Color #D09DC2 in popluar number systems.

HEXD09DC2
Decimal208157194
Binary110100001001110111000010
Octal320235302

Shades and tints

Shades of #D09DC2

#D09DC2
(208,157,194)
#BE8FB1
(190,143,177)
#AC81A0
(172,129,160)
#9A738F
(154,115,143)
#88657E
(136,101,126)
#76576D
(118,87,109)
#64495C
(100,73,92)
#523B4B
(82,59,75)
#402D3A
(64,45,58)
#2E1F29
(46,31,41)
#1C1118
(28,17,24)
#000000
(0,0,0)

Tints of #D09DC2

#D09DC2
(208,157,194)
#D4A5C7
(212,165,199)
#D8ADCC
(216,173,204)
#DCB5D1
(220,181,209)
#E0BDD6
(224,189,214)
#E4C5DB
(228,197,219)
#E8CDE0
(232,205,224)
#ECD5E5
(236,213,229)
#F0DDEA
(240,221,234)
#F4E5EF
(244,229,239)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09DC2 color. Also use rgb(208,157,194) instead hex code.

Text Font Color

.myTextColor { color: #D09DC2; }

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

This text font color is #D09DC2.


Background Color

.myBgColor { background-color: #D09DC2; }

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

This div background color is #D09DC2.


Border color

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

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

This div border color is #D09DC2.


Opacity

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

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

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

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

This text has shadow with #D09DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09DC2 on black background.


Color preview on white background

This text has color #D09DC2 on white background.



Black color preview on #D09DC2 background

This text has black color on #D09DC2 background.


White color preview on #D09DC2 background

This text has white color on #D09DC2 background.