COLOR #D9BDB5

HEX: #D9BDB5 RGB: (217,189,181)

Color info

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

RGB color model

#D9BDB5 color RGB value is (217,189,181).

RGB: (217,189,181) (85%, 74%, 71%)

RGB channels and saturation

R 217 of 255 = 85%
G 189 of 255 = 74%
B 181 of 255 = 71%

217
189
181

R + G + B ~ 77%. #D9BDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 189 + 181 = 587 (100%)
R 217 of 587 ~ 36.97%
G 189 of 587 ~ 32.2%
B 181 of 587 ~ 30.83'%

%36.97
%32.2
%30.83

CMYK color model

#D9BDB5 color CMYK value is (0,13,17,15).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 16.59%
  • key color value is 14.90%

CMYK: (0,13,17,15)
C0M13Y17K15 (0%, 13%, 17%, 15%)
(0.00 / 0.13 / 0.17 / 0.15)

CMYK percentages

%0
%12.9
%16.59
%14.9

Codes

Color #D9BDB5 in popluar color models

D9 BD B5
RGB 217 189 181
HSL 13° 32.14% 78.04%
HSB/HSV 13° 16.59% 85.10%
CMYK 0.00% 12.90% 16.59%
14.90%

Color #D9BDB5 in popluar number systems.

HEX D9 BD B5
Decimal 217 189 181
Binary 11011001 10111101 10110101
Octal 331 275 265

Shades and tints

Shades of #D9BDB5

#D9BDB5
(217,189,181)
#C6ACA5
(198,172,165)
#B39B95
(179,155,149)
#A08A85
(160,138,133)
#8D7975
(141,121,117)
#7A6865
(122,104,101)
#675755
(103,87,85)
#544645
(84,70,69)
#413535
(65,53,53)
#2E2425
(46,36,37)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #D9BDB5

#D9BDB5
(217,189,181)
#DCC3BB
(220,195,187)
#DFC9C1
(223,201,193)
#E2CFC7
(226,207,199)
#E5D5CD
(229,213,205)
#E8DBD3
(232,219,211)
#EBE1D9
(235,225,217)
#EEE7DF
(238,231,223)
#F1EDE5
(241,237,229)
#F4F3EB
(244,243,235)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BDB5; }

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

This text font color is #D9BDB5.

Background Color

.myBgColor { background-color: #D9BDB5; }

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

This div background color is #D9BDB5.

Border color

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

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

This div border color is #D9BDB5.

Opacity

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

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

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

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

This text has shadow with #D9BDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BDB5.

Preview

Color preview on black background

This text has color #D9BDB5 on black background.


Color preview on white background

This text has color #D9BDB5 on white background.


Black color preview on #D9BDB5 background

This text has black color on #D9BDB5 background.


White color preview on #D9BDB5 background

This text has white color on #D9BDB5 background.


Related colors

Complementary color

Complementary color for #hex is #26424A.


I love getcolorcode.com

Triadic colors

1 #B5D9BD and #BDB5D9 with #D9BDB5 are triadic colors.

2 #B5BDD9 and #BDD9B5 with #D9BDB5 are triadic colors.