COLOR #D9B5BD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

217
181
189

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

Portions of RGB colors in percentages

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

%36.97
%30.83
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 12.90%
  • key color value is 14.90%
CMYK:
(0,17,13,15)
C0M17Y13K15 
(0%,17%,13%,15%)
(0.00/0.17/0.13/0.15)	

CMYK percentages

%0
%16.59
%12.9
%14.9

Codes

Color #D9B5BD in popluar color models

D9B5BD
RGB217181189
HSL347°32.14%78.04%
HSB/HSV347°16.59%85.10%
CMYK0.00%16.59%12.90%
14.90%

Color #D9B5BD in popluar number systems.

HEXD9B5BD
Decimal217181189
Binary110110011011010110111101
Octal331265275

Shades and tints

Shades of #D9B5BD

#D9B5BD
(217,181,189)
#C6A5AC
(198,165,172)
#B3959B
(179,149,155)
#A0858A
(160,133,138)
#8D7579
(141,117,121)
#7A6568
(122,101,104)
#675557
(103,85,87)
#544546
(84,69,70)
#413535
(65,53,53)
#2E2524
(46,37,36)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #D9B5BD

#D9B5BD
(217,181,189)
#DCBBC3
(220,187,195)
#DFC1C9
(223,193,201)
#E2C7CF
(226,199,207)
#E5CDD5
(229,205,213)
#E8D3DB
(232,211,219)
#EBD9E1
(235,217,225)
#EEDFE7
(238,223,231)
#F1E5ED
(241,229,237)
#F4EBF3
(244,235,243)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B5BD; }

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

This text font color is #D9B5BD.


Background Color

.myBgColor { background-color: #D9B5BD; }

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

This div background color is #D9B5BD.


Border color

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

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

This div border color is #D9B5BD.


Opacity

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

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

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

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

This text has shadow with #D9B5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B5BD on black background.


Color preview on white background

This text has color #D9B5BD on white background.



Black color preview on #D9B5BD background

This text has black color on #D9B5BD background.


White color preview on #D9B5BD background

This text has white color on #D9B5BD background.