COLOR #D9BDBC

HEX: #D9BDBC
RGB: (217,189,188)

Color info

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

RGB color model

#D9BDBC color RGB value is (217,189,188).

  • red value is 217;
  • green value is 189;
  • blue value is 188.
RGB:
(217,189,188)
(85%,74%,74%)

RGB channels and saturation

R 217 of 255 = 85%
G 189 of 255 = 74%
B 188 of 255 = 74%

217
189
188

R + G + B ~ 78%. #D9BDBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 189 + 188 = 594 (100%)
R 217 of 594 ~ 36.53%
G 189 of 594 ~ 31.82%
B 188 of 594 ~ 31.65%

%36.53
%31.82
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 13.36%
  • key color value is 14.90%
CMYK:
(0,13,13,15)
C0M13Y13K15 
(0%,13%,13%,15%)
(0.00/0.13/0.13/0.15)	

CMYK percentages

%0
%12.9
%13.36
%14.9

Codes

Color #D9BDBC in popluar color models

D9BDBC
RGB217189188
HSL27.62%79.41%
HSB/HSV13.36%85.10%
CMYK0.00%12.90%13.36%
14.90%

Color #D9BDBC in popluar number systems.

HEXD9BDBC
Decimal217189188
Binary110110011011110110111100
Octal331275274

Shades and tints

Shades of #D9BDBC

#D9BDBC
(217,189,188)
#C6ACAB
(198,172,171)
#B39B9A
(179,155,154)
#A08A89
(160,138,137)
#8D7978
(141,121,120)
#7A6867
(122,104,103)
#675756
(103,87,86)
#544645
(84,70,69)
#413534
(65,53,52)
#2E2423
(46,36,35)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #D9BDBC

#D9BDBC
(217,189,188)
#DCC3C2
(220,195,194)
#DFC9C8
(223,201,200)
#E2CFCE
(226,207,206)
#E5D5D4
(229,213,212)
#E8DBDA
(232,219,218)
#EBE1E0
(235,225,224)
#EEE7E6
(238,231,230)
#F1EDEC
(241,237,236)
#F4F3F2
(244,243,242)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BDBC; }

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

This text font color is #D9BDBC.


Background Color

.myBgColor { background-color: #D9BDBC; }

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

This div background color is #D9BDBC.


Border color

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

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

This div border color is #D9BDBC.


Opacity

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

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

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

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

This text has shadow with #D9BDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BDBC on black background.


Color preview on white background

This text has color #D9BDBC on white background.



Black color preview on #D9BDBC background

This text has black color on #D9BDBC background.


White color preview on #D9BDBC background

This text has white color on #D9BDBC background.