COLOR #D09BCC

HEX: #D09BCC RGB: (208,155,204)

Color info

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

RGB color model

#D09BCC color RGB value is (208,155,204).

RGB: (208,155,204) (82%, 61%, 80%)

RGB channels and saturation

R 208 of 255 = 82%
G 155 of 255 = 61%
B 204 of 255 = 80%

208
155
204

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

Portions of RGB colors in percentages

R + G + B = 208 + 155 + 204 = 567 (100%)
R 208 of 567 ~ 36.68%
G 155 of 567 ~ 27.34%
B 204 of 567 ~ 35.98'%

%36.68
%27.34
%35.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.48%
  • yellow value is 1.92%
  • 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
%25.48
%1.92
%18.43

Codes

Color #D09BCC in popluar color models

D0 9B CC
RGB 208 155 204
HSL 305° 36.05% 71.18%
HSB/HSV 305° 25.48% 81.57%
CMYK 0.00% 25.48% 1.92%
18.43%

Color #D09BCC in popluar number systems.

HEX D0 9B CC
Decimal 208 155 204
Binary 11010000 10011011 11001100
Octal 320 233 314

Shades and tints

Shades of #D09BCC

#D09BCC
(208,155,204)
#BE8DBA
(190,141,186)
#AC7FA8
(172,127,168)
#9A7196
(154,113,150)
#886384
(136,99,132)
#765572
(118,85,114)
#644760
(100,71,96)
#52394E
(82,57,78)
#402B3C
(64,43,60)
#2E1D2A
(46,29,42)
#1C0F18
(28,15,24)
#000000
(0,0,0)

Tints of #D09BCC

#D09BCC
(208,155,204)
#D4A4D0
(212,164,208)
#D8ADD4
(216,173,212)
#DCB6D8
(220,182,216)
#E0BFDC
(224,191,220)
#E4C8E0
(228,200,224)
#E8D1E4
(232,209,228)
#ECDAE8
(236,218,232)
#F0E3EC
(240,227,236)
#F4ECF0
(244,236,240)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09BCC color. Also use rgb(208,155,204) instead hex code.

Text Font Color

.myTextColor { color: #D09BCC; }

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

This text font color is #D09BCC.

Background Color

.myBgColor { background-color: #D09BCC; }

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

This div background color is #D09BCC.

Border color

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

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

This div border color is #D09BCC.

Opacity

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

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

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

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

This text has shadow with #D09BCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09BCC.

Preview

Color preview on black background

This text has color #D09BCC on black background.


Color preview on white background

This text has color #D09BCC on white background.


Black color preview on #D09BCC background

This text has black color on #D09BCC background.


White color preview on #D09BCC background

This text has white color on #D09BCC background.


Related colors

Complementary color

Complementary color for #hex is #2F6433.


I love getcolorcode.com

Triadic colors

1 #CCD09B and #9BCCD0 with #D09BCC are triadic colors.

2 #CC9BD0 and #9BD0CC with #D09BCC are triadic colors.