COLOR #D09DC7

HEX: #D09DC7
RGB: (208,157,199)

Color info

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

RGB color model

#D09DC7 color RGB value is (208,157,199).

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

RGB channels and saturation

R 208 of 255 = 82%
G 157 of 255 = 62%
B 199 of 255 = 78%

208
157
199

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

Portions of RGB colors in percentages

R + G + B =
208 + 157 + 199 = 564 (100%)
R 208 of 564 ~ 36.88%
G 157 of 564 ~ 27.84%
B 199 of 564 ~ 35.28%

%36.88
%27.84
%35.28

CMYK color model

#D09DC7 color CMYK value is (0,25,4,18).

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 4.33%
  • key color value is 18.43%
CMYK:
(0,25,4,18)
C0M25Y4K18 
(0%,25%,4%,18%)
(0.00/0.25/0.04/0.18)	

CMYK percentages

%0
%24.52
%4.33
%18.43

Codes

Color #D09DC7 in popluar color models

D09DC7
RGB208157199
HSL311°35.17%71.57%
HSB/HSV311°24.52%81.57%
CMYK0.00%24.52%4.33%
18.43%

Color #D09DC7 in popluar number systems.

HEXD09DC7
Decimal208157199
Binary110100001001110111000111
Octal320235307

Shades and tints

Shades of #D09DC7

#D09DC7
(208,157,199)
#BE8FB5
(190,143,181)
#AC81A3
(172,129,163)
#9A7391
(154,115,145)
#88657F
(136,101,127)
#76576D
(118,87,109)
#64495B
(100,73,91)
#523B49
(82,59,73)
#402D37
(64,45,55)
#2E1F25
(46,31,37)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #D09DC7

#D09DC7
(208,157,199)
#D4A5CC
(212,165,204)
#D8ADD1
(216,173,209)
#DCB5D6
(220,181,214)
#E0BDDB
(224,189,219)
#E4C5E0
(228,197,224)
#E8CDE5
(232,205,229)
#ECD5EA
(236,213,234)
#F0DDEF
(240,221,239)
#F4E5F4
(244,229,244)
#F8EDF9
(248,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09DC7; }

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

This text font color is #D09DC7.


Background Color

.myBgColor { background-color: #D09DC7; }

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

This div background color is #D09DC7.


Border color

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

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

This div border color is #D09DC7.


Opacity

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

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

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

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

This text has shadow with #D09DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09DC7 on black background.


Color preview on white background

This text has color #D09DC7 on white background.



Black color preview on #D09DC7 background

This text has black color on #D09DC7 background.


White color preview on #D09DC7 background

This text has white color on #D09DC7 background.