COLOR #D09CDA

HEX: #D09CDA
RGB: (208,156,218)

Color info

#D09CDA contains mainly red and blue colors. Web safe color of #D09CDA is #CC99CC (or #C9C).

RGB color model

#D09CDA color RGB value is (208,156,218).

  • red value is 208;
  • green value is 156;
  • blue value is 218.
RGB:
(208,156,218)
(82%,61%,85%)

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 218 of 255 = 85%

208
156
218

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

Portions of RGB colors in percentages

R + G + B =
208 + 156 + 218 = 582 (100%)
R 208 of 582 ~ 35.74%
G 156 of 582 ~ 26.8%
B 218 of 582 ~ 37.46%

%35.74
%26.8
%37.46

CMYK color model

#D09CDA color CMYK value is (5,28,0,15).

  • cyan value is 4.59%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(5,28,0,15)
C5M28Y0K15 
(5%,28%,0%,15%)
(0.05/0.28/0.00/0.15)	

CMYK percentages

%4.59
%28.44
%0
%14.51

Codes

Color #D09CDA in popluar color models

D09CDA
RGB208156218
HSL290°45.59%73.33%
HSB/HSV290°28.44%85.49%
CMYK4.59%28.44%0.00%
14.51%

Color #D09CDA in popluar number systems.

HEXD09CDA
Decimal208156218
Binary110100001001110011011010
Octal320234332

Shades and tints

Shades of #D09CDA

#D09CDA
(208,156,218)
#BE8EC7
(190,142,199)
#AC80B4
(172,128,180)
#9A72A1
(154,114,161)
#88648E
(136,100,142)
#76567B
(118,86,123)
#644868
(100,72,104)
#523A55
(82,58,85)
#402C42
(64,44,66)
#2E1E2F
(46,30,47)
#1C101C
(28,16,28)
#000000
(0,0,0)

Tints of #D09CDA

#D09CDA
(208,156,218)
#D4A5DD
(212,165,221)
#D8AEE0
(216,174,224)
#DCB7E3
(220,183,227)
#E0C0E6
(224,192,230)
#E4C9E9
(228,201,233)
#E8D2EC
(232,210,236)
#ECDBEF
(236,219,239)
#F0E4F2
(240,228,242)
#F4EDF5
(244,237,245)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09CDA color. Also use rgb(208,156,218) instead hex code.

Text Font Color

.myTextColor { color: #D09CDA; }

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

This text font color is #D09CDA.


Background Color

.myBgColor { background-color: #D09CDA; }

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

This div background color is #D09CDA.


Border color

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

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

This div border color is #D09CDA.


Opacity

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

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

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

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

This text has shadow with #D09CDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09CDA on black background.


Color preview on white background

This text has color #D09CDA on white background.



Black color preview on #D09CDA background

This text has black color on #D09CDA background.


White color preview on #D09CDA background

This text has white color on #D09CDA background.