COLOR #D8B9CD

HEX: #D8B9CD RGB: (216,185,205)

Color info

#D8B9CD contains red, green and blue colors in about the same proportion. Web safe color of #D8B9CD is #CCCCCC (or #CCC).

RGB color model

#D8B9CD color RGB value is (216,185,205).

RGB: (216,185,205) (85%, 73%, 80%)

RGB channels and saturation

R 216 of 255 = 85%
G 185 of 255 = 73%
B 205 of 255 = 80%

216
185
205

R + G + B ~ 79%. #D8B9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 185 + 205 = 606 (100%)
R 216 of 606 ~ 35.64%
G 185 of 606 ~ 30.53%
B 205 of 606 ~ 33.83'%

%35.64
%30.53
%33.83

CMYK color model

#D8B9CD color CMYK value is (0,14,5,15).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 5.09%
  • key color value is 15.29%
CMYK: (0,14,5,15) C0M14Y5K15 (0%,14%,5%,15%) (0.00/0.14/0.05/0.15) 

CMYK percentages

%0
%14.35
%5.09
%15.29

Codes

Color #D8B9CD in popluar color models

D8 B9 CD
RGB 216 185 205
HSL 321° 28.44% 78.63%
HSB/HSV 321° 14.35% 84.71%
CMYK 0.00% 14.35% 5.09%
15.29%

Color #D8B9CD in popluar number systems.

HEX D8 B9 CD
Decimal 216 185 205
Binary 11011000 10111001 11001101
Octal 330 271 315

Shades and tints

Shades of #D8B9CD

#D8B9CD
(216,185,205)
#C5A9BB
(197,169,187)
#B299A9
(178,153,169)
#9F8997
(159,137,151)
#8C7985
(140,121,133)
#796973
(121,105,115)
#665961
(102,89,97)
#53494F
(83,73,79)
#40393D
(64,57,61)
#2D292B
(45,41,43)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #D8B9CD

#D8B9CD
(216,185,205)
#DBBFD1
(219,191,209)
#DEC5D5
(222,197,213)
#E1CBD9
(225,203,217)
#E4D1DD
(228,209,221)
#E7D7E1
(231,215,225)
#EADDE5
(234,221,229)
#EDE3E9
(237,227,233)
#F0E9ED
(240,233,237)
#F3EFF1
(243,239,241)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B9CD color. Also use rgb(216,185,205) instead hex code.

Text Font Color

.myTextColor { color: #D8B9CD; }

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

This text font color is #D8B9CD.

Background Color

.myBgColor { background-color: #D8B9CD; }

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

This div background color is #D8B9CD.

Border color

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

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

This div border color is #D8B9CD.

Opacity

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

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

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

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

This text has shadow with #D8B9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B9CD.

Preview

Color preview on black background

This text has color #D8B9CD on black background.


Color preview on white background

This text has color #D8B9CD on white background.


Black color preview on #D8B9CD background

This text has black color on #D8B9CD background.


White color preview on #D8B9CD background

This text has white color on #D8B9CD background.


Related colors

Complementary color

Complementary color for #hex is #274632.


I love getcolorcode.com

Triadic colors

1 #CDD8B9 and #B9CDD8 with #D8B9CD are triadic colors.

2 #CDB9D8 and #B9D8CD with #D8B9CD are triadic colors.