COLOR #D9BDCB

HEX: #D9BDCB
RGB: (217,189,203)

Color info

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

RGB color model

#D9BDCB color RGB value is (217,189,203).

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

RGB channels and saturation

R 217 of 255 = 85%
G 189 of 255 = 74%
B 203 of 255 = 80%

217
189
203

R + G + B ~ 80%. #D9BDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 189 + 203 = 609 (100%)
R 217 of 609 ~ 35.63%
G 189 of 609 ~ 31.03%
B 203 of 609 ~ 33.33%

%35.63
%31.03
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK:
(0,13,6,15)
C0M13Y6K15 
(0%,13%,6%,15%)
(0.00/0.13/0.06/0.15)	

CMYK percentages

%0
%12.9
%6.45
%14.9

Codes

Color #D9BDCB in popluar color models

D9BDCB
RGB217189203
HSL330°26.92%79.61%
HSB/HSV330°12.90%85.10%
CMYK0.00%12.90%6.45%
14.90%

Color #D9BDCB in popluar number systems.

HEXD9BDCB
Decimal217189203
Binary110110011011110111001011
Octal331275313

Shades and tints

Shades of #D9BDCB

#D9BDCB
(217,189,203)
#C6ACB9
(198,172,185)
#B39BA7
(179,155,167)
#A08A95
(160,138,149)
#8D7983
(141,121,131)
#7A6871
(122,104,113)
#67575F
(103,87,95)
#54464D
(84,70,77)
#41353B
(65,53,59)
#2E2429
(46,36,41)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #D9BDCB

#D9BDCB
(217,189,203)
#DCC3CF
(220,195,207)
#DFC9D3
(223,201,211)
#E2CFD7
(226,207,215)
#E5D5DB
(229,213,219)
#E8DBDF
(232,219,223)
#EBE1E3
(235,225,227)
#EEE7E7
(238,231,231)
#F1EDEB
(241,237,235)
#F4F3EF
(244,243,239)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BDCB; }

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

This text font color is #D9BDCB.


Background Color

.myBgColor { background-color: #D9BDCB; }

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

This div background color is #D9BDCB.


Border color

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

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

This div border color is #D9BDCB.


Opacity

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

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

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

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

This text has shadow with #D9BDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BDCB on black background.


Color preview on white background

This text has color #D9BDCB on white background.



Black color preview on #D9BDCB background

This text has black color on #D9BDCB background.


White color preview on #D9BDCB background

This text has white color on #D9BDCB background.