COLOR #D9BDB2

HEX: #D9BDB2
RGB: (217,189,178)

Color info

#D9BDB2 contains red, green and blue colors in about the same proportion. Web safe color of #D9BDB2 is #CCCC99 (or #CC9).

RGB color model

#D9BDB2 color RGB value is (217,189,178).

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

RGB channels and saturation

R 217 of 255 = 85%
G 189 of 255 = 74%
B 178 of 255 = 70%

217
189
178

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

Portions of RGB colors in percentages

R + G + B =
217 + 189 + 178 = 584 (100%)
R 217 of 584 ~ 37.16%
G 189 of 584 ~ 32.36%
B 178 of 584 ~ 30.48%

%37.16
%32.36
%30.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 17.97%
  • key color value is 14.90%
CMYK:
(0,13,18,15)
C0M13Y18K15 
(0%,13%,18%,15%)
(0.00/0.13/0.18/0.15)	

CMYK percentages

%0
%12.9
%17.97
%14.9

Codes

Color #D9BDB2 in popluar color models

D9BDB2
RGB217189178
HSL17°33.91%77.45%
HSB/HSV17°17.97%85.10%
CMYK0.00%12.90%17.97%
14.90%

Color #D9BDB2 in popluar number systems.

HEXD9BDB2
Decimal217189178
Binary110110011011110110110010
Octal331275262

Shades and tints

Shades of #D9BDB2

#D9BDB2
(217,189,178)
#C6ACA2
(198,172,162)
#B39B92
(179,155,146)
#A08A82
(160,138,130)
#8D7972
(141,121,114)
#7A6862
(122,104,98)
#675752
(103,87,82)
#544642
(84,70,66)
#413532
(65,53,50)
#2E2422
(46,36,34)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #D9BDB2

#D9BDB2
(217,189,178)
#DCC3B9
(220,195,185)
#DFC9C0
(223,201,192)
#E2CFC7
(226,207,199)
#E5D5CE
(229,213,206)
#E8DBD5
(232,219,213)
#EBE1DC
(235,225,220)
#EEE7E3
(238,231,227)
#F1EDEA
(241,237,234)
#F4F3F1
(244,243,241)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BDB2; }

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

This text font color is #D9BDB2.


Background Color

.myBgColor { background-color: #D9BDB2; }

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

This div background color is #D9BDB2.


Border color

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

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

This div border color is #D9BDB2.


Opacity

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

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

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

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

This text has shadow with #D9BDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BDB2 on black background.


Color preview on white background

This text has color #D9BDB2 on white background.



Black color preview on #D9BDB2 background

This text has black color on #D9BDB2 background.


White color preview on #D9BDB2 background

This text has white color on #D9BDB2 background.