COLOR #D9BBCD

HEX: #D9BBCD RGB: (217,187,205)

Color info

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

RGB color model

#D9BBCD color RGB value is (217,187,205).

RGB: (217,187,205) (85%, 73%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 187 of 255 = 73%
B 205 of 255 = 80%

217
187
205

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

Portions of RGB colors in percentages

R + G + B = 217 + 187 + 205 = 609 (100%)
R 217 of 609 ~ 35.63%
G 187 of 609 ~ 30.71%
B 205 of 609 ~ 33.66'%

%35.63
%30.71
%33.66

CMYK color model

#D9BBCD color CMYK value is (0,14,6,15).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 5.53%
  • key color value is 14.90%

CMYK: (0,14,6,15)
C0M14Y6K15 (0%, 14%, 6%, 15%)
(0.00 / 0.14 / 0.06 / 0.15)

CMYK percentages

%0
%13.82
%5.53
%14.9

Codes

Color #D9BBCD in popluar color models

D9 BB CD
RGB 217 187 205
HSL 324° 28.30% 79.22%
HSB/HSV 324° 13.82% 85.10%
CMYK 0.00% 13.82% 5.53%
14.90%

Color #D9BBCD in popluar number systems.

HEX D9 BB CD
Decimal 217 187 205
Binary 11011001 10111011 11001101
Octal 331 273 315

Shades and tints

Shades of #D9BBCD

#D9BBCD
(217,187,205)
#C6AABB
(198,170,187)
#B399A9
(179,153,169)
#A08897
(160,136,151)
#8D7785
(141,119,133)
#7A6673
(122,102,115)
#675561
(103,85,97)
#54444F
(84,68,79)
#41333D
(65,51,61)
#2E222B
(46,34,43)
#1B1119
(27,17,25)
#000000
(0,0,0)

Tints of #D9BBCD

#D9BBCD
(217,187,205)
#DCC1D1
(220,193,209)
#DFC7D5
(223,199,213)
#E2CDD9
(226,205,217)
#E5D3DD
(229,211,221)
#E8D9E1
(232,217,225)
#EBDFE5
(235,223,229)
#EEE5E9
(238,229,233)
#F1EBED
(241,235,237)
#F4F1F1
(244,241,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BBCD color. Also use rgb(217,187,205) instead hex code.

Text Font Color

.myTextColor { color: #D9BBCD; }

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

This text font color is #D9BBCD.

Background Color

.myBgColor { background-color: #D9BBCD; }

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

This div background color is #D9BBCD.

Border color

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

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

This div border color is #D9BBCD.

Opacity

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

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

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

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

This text has shadow with #D9BBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BBCD.

Preview

Color preview on black background

This text has color #D9BBCD on black background.


Color preview on white background

This text has color #D9BBCD on white background.


Black color preview on #D9BBCD background

This text has black color on #D9BBCD background.


White color preview on #D9BBCD background

This text has white color on #D9BBCD background.


Related colors

Complementary color

Complementary color for #hex is #264432.


I love getcolorcode.com

Triadic colors

1 #CDD9BB and #BBCDD9 with #D9BBCD are triadic colors.

2 #CDBBD9 and #BBD9CD with #D9BBCD are triadic colors.