COLOR #D09CCE

HEX: #D09CCE RGB: (208,156,206)

Color info

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

RGB color model

#D09CCE color RGB value is (208,156,206).

RGB: (208,156,206) (82%, 61%, 81%)

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 206 of 255 = 81%

208
156
206

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

Portions of RGB colors in percentages

R + G + B = 208 + 156 + 206 = 570 (100%)
R 208 of 570 ~ 36.49%
G 156 of 570 ~ 27.37%
B 206 of 570 ~ 36.14'%

%36.49
%27.37
%36.14

CMYK color model

#D09CCE color CMYK value is (0,25,1,18).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 0.96%
  • key color value is 18.43%
CMYK: (0,25,1,18) C0M25Y1K18 (0%,25%,1%,18%) (0.00/0.25/0.01/0.18) 

CMYK percentages

%0
%25
%0.96
%18.43

Codes

Color #D09CCE in popluar color models

D0 9C CE
RGB 208 156 206
HSL 302° 35.62% 71.37%
HSB/HSV 302° 25.00% 81.57%
CMYK 0.00% 25.00% 0.96%
18.43%

Color #D09CCE in popluar number systems.

HEX D0 9C CE
Decimal 208 156 206
Binary 11010000 10011100 11001110
Octal 320 234 316

Shades and tints

Shades of #D09CCE

#D09CCE
(208,156,206)
#BE8EBC
(190,142,188)
#AC80AA
(172,128,170)
#9A7298
(154,114,152)
#886486
(136,100,134)
#765674
(118,86,116)
#644862
(100,72,98)
#523A50
(82,58,80)
#402C3E
(64,44,62)
#2E1E2C
(46,30,44)
#1C101A
(28,16,26)
#000000
(0,0,0)

Tints of #D09CCE

#D09CCE
(208,156,206)
#D4A5D2
(212,165,210)
#D8AED6
(216,174,214)
#DCB7DA
(220,183,218)
#E0C0DE
(224,192,222)
#E4C9E2
(228,201,226)
#E8D2E6
(232,210,230)
#ECDBEA
(236,219,234)
#F0E4EE
(240,228,238)
#F4EDF2
(244,237,242)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09CCE; }

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

This text font color is #D09CCE.

Background Color

.myBgColor { background-color: #D09CCE; }

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

This div background color is #D09CCE.

Border color

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

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

This div border color is #D09CCE.

Opacity

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

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

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

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

This text has shadow with #D09CCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09CCE.

Preview

Color preview on black background

This text has color #D09CCE on black background.


Color preview on white background

This text has color #D09CCE on white background.


Black color preview on #D09CCE background

This text has black color on #D09CCE background.


White color preview on #D09CCE background

This text has white color on #D09CCE background.


Related colors

Complementary color

Complementary color for #hex is #2F6331.


I love getcolorcode.com

Triadic colors

1 #CED09C and #9CCED0 with #D09CCE are triadic colors.

2 #CE9CD0 and #9CD0CE with #D09CCE are triadic colors.