COLOR #D09DCB

HEX: #D09DCB
RGB: (208,157,203)

Color info

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

RGB color model

#D09DCB color RGB value is (208,157,203).

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

RGB channels and saturation

R 208 of 255 = 82%
G 157 of 255 = 62%
B 203 of 255 = 80%

208
157
203

R + G + B ~ 75%. #D09DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 157 + 203 = 568 (100%)
R 208 of 568 ~ 36.62%
G 157 of 568 ~ 27.64%
B 203 of 568 ~ 35.74%

%36.62
%27.64
%35.74

CMYK color model

#D09DCB color CMYK value is (0,25,2,18).

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 2.40%
  • key color value is 18.43%
CMYK:
(0,25,2,18)
C0M25Y2K18 
(0%,25%,2%,18%)
(0.00/0.25/0.02/0.18)	

CMYK percentages

%0
%24.52
%2.4
%18.43

Codes

Color #D09DCB in popluar color models

D09DCB
RGB208157203
HSL306°35.17%71.57%
HSB/HSV306°24.52%81.57%
CMYK0.00%24.52%2.40%
18.43%

Color #D09DCB in popluar number systems.

HEXD09DCB
Decimal208157203
Binary110100001001110111001011
Octal320235313

Shades and tints

Shades of #D09DCB

#D09DCB
(208,157,203)
#BE8FB9
(190,143,185)
#AC81A7
(172,129,167)
#9A7395
(154,115,149)
#886583
(136,101,131)
#765771
(118,87,113)
#64495F
(100,73,95)
#523B4D
(82,59,77)
#402D3B
(64,45,59)
#2E1F29
(46,31,41)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #D09DCB

#D09DCB
(208,157,203)
#D4A5CF
(212,165,207)
#D8ADD3
(216,173,211)
#DCB5D7
(220,181,215)
#E0BDDB
(224,189,219)
#E4C5DF
(228,197,223)
#E8CDE3
(232,205,227)
#ECD5E7
(236,213,231)
#F0DDEB
(240,221,235)
#F4E5EF
(244,229,239)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09DCB; }

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

This text font color is #D09DCB.


Background Color

.myBgColor { background-color: #D09DCB; }

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

This div background color is #D09DCB.


Border color

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

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

This div border color is #D09DCB.


Opacity

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

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

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

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

This text has shadow with #D09DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09DCB on black background.


Color preview on white background

This text has color #D09DCB on white background.



Black color preview on #D09DCB background

This text has black color on #D09DCB background.


White color preview on #D09DCB background

This text has white color on #D09DCB background.