COLOR #D09CBF

HEX: #D09CBF RGB: (208,156,191)

Color info

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

RGB color model

#D09CBF color RGB value is (208,156,191).

RGB: (208,156,191) (82%, 61%, 75%)

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 191 of 255 = 75%

208
156
191

R + G + B ~ 73%. #D09CBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 156 + 191 = 555 (100%)
R 208 of 555 ~ 37.48%
G 156 of 555 ~ 28.11%
B 191 of 555 ~ 34.41'%

%37.48
%28.11
%34.41

CMYK color model

#D09CBF color CMYK value is (0,25,8,18).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 8.17%
  • key color value is 18.43%

CMYK: (0,25,8,18)
C0M25Y8K18 (0%, 25%, 8%, 18%)
(0.00 / 0.25 / 0.08 / 0.18)

CMYK percentages

%0
%25
%8.17
%18.43

Codes

Color #D09CBF in popluar color models

D0 9C BF
RGB 208 156 191
HSL 320° 35.62% 71.37%
HSB/HSV 320° 25.00% 81.57%
CMYK 0.00% 25.00% 8.17%
18.43%

Color #D09CBF in popluar number systems.

HEX D0 9C BF
Decimal 208 156 191
Binary 11010000 10011100 10111111
Octal 320 234 277

Shades and tints

Shades of #D09CBF

#D09CBF
(208,156,191)
#BE8EAE
(190,142,174)
#AC809D
(172,128,157)
#9A728C
(154,114,140)
#88647B
(136,100,123)
#76566A
(118,86,106)
#644859
(100,72,89)
#523A48
(82,58,72)
#402C37
(64,44,55)
#2E1E26
(46,30,38)
#1C1015
(28,16,21)
#000000
(0,0,0)

Tints of #D09CBF

#D09CBF
(208,156,191)
#D4A5C4
(212,165,196)
#D8AEC9
(216,174,201)
#DCB7CE
(220,183,206)
#E0C0D3
(224,192,211)
#E4C9D8
(228,201,216)
#E8D2DD
(232,210,221)
#ECDBE2
(236,219,226)
#F0E4E7
(240,228,231)
#F4EDEC
(244,237,236)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09CBF; }

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

This text font color is #D09CBF.

Background Color

.myBgColor { background-color: #D09CBF; }

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

This div background color is #D09CBF.

Border color

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

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

This div border color is #D09CBF.

Opacity

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

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

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

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

This text has shadow with #D09CBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09CBF.

Preview

Color preview on black background

This text has color #D09CBF on black background.


Color preview on white background

This text has color #D09CBF on white background.


Black color preview on #D09CBF background

This text has black color on #D09CBF background.


White color preview on #D09CBF background

This text has white color on #D09CBF background.


Related colors

Complementary color

Complementary color for #hex is #2F6340.


I love getcolorcode.com

Triadic colors

1 #BFD09C and #9CBFD0 with #D09CBF are triadic colors.

2 #BF9CD0 and #9CD0BF with #D09CBF are triadic colors.