COLOR #D9BBB5

HEX: #D9BBB5 RGB: (217,187,181)

Color info

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

RGB color model

#D9BBB5 color RGB value is (217,187,181).

RGB: (217,187,181) (85%, 73%, 71%)

RGB channels and saturation

R 217 of 255 = 85%
G 187 of 255 = 73%
B 181 of 255 = 71%

217
187
181

R + G + B ~ 76%. #D9BBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 187 + 181 = 585 (100%)
R 217 of 585 ~ 37.09%
G 187 of 585 ~ 31.97%
B 181 of 585 ~ 30.94'%

%37.09
%31.97
%30.94

CMYK color model

#D9BBB5 color CMYK value is (0,14,17,15).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 16.59%
  • key color value is 14.90%
CMYK: (0,14,17,15) C0M14Y17K15 (0%,14%,17%,15%) (0.00/0.14/0.17/0.15) 

CMYK percentages

%0
%13.82
%16.59
%14.9

Codes

Color #D9BBB5 in popluar color models

D9 BB B5
RGB 217 187 181
HSL 10° 32.14% 78.04%
HSB/HSV 10° 16.59% 85.10%
CMYK 0.00% 13.82% 16.59%
14.90%

Color #D9BBB5 in popluar number systems.

HEX D9 BB B5
Decimal 217 187 181
Binary 11011001 10111011 10110101
Octal 331 273 265

Shades and tints

Shades of #D9BBB5

#D9BBB5
(217,187,181)
#C6AAA5
(198,170,165)
#B39995
(179,153,149)
#A08885
(160,136,133)
#8D7775
(141,119,117)
#7A6665
(122,102,101)
#675555
(103,85,85)
#544445
(84,68,69)
#413335
(65,51,53)
#2E2225
(46,34,37)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #D9BBB5

#D9BBB5
(217,187,181)
#DCC1BB
(220,193,187)
#DFC7C1
(223,199,193)
#E2CDC7
(226,205,199)
#E5D3CD
(229,211,205)
#E8D9D3
(232,217,211)
#EBDFD9
(235,223,217)
#EEE5DF
(238,229,223)
#F1EBE5
(241,235,229)
#F4F1EB
(244,241,235)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BBB5; }

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

This text font color is #D9BBB5.

Background Color

.myBgColor { background-color: #D9BBB5; }

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

This div background color is #D9BBB5.

Border color

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

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

This div border color is #D9BBB5.

Opacity

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

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

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

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

This text has shadow with #D9BBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BBB5.

Preview

Color preview on black background

This text has color #D9BBB5 on black background.


Color preview on white background

This text has color #D9BBB5 on white background.


Black color preview on #D9BBB5 background

This text has black color on #D9BBB5 background.


White color preview on #D9BBB5 background

This text has white color on #D9BBB5 background.


Related colors

Complementary color

Complementary color for #hex is #26444A.


I love getcolorcode.com

Triadic colors

1 #B5D9BB and #BBB5D9 with #D9BBB5 are triadic colors.

2 #B5BBD9 and #BBD9B5 with #D9BBB5 are triadic colors.