COLOR #D9B8B2

HEX: #D9B8B2
RGB: (217,184,178)

Color info

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

RGB color model

#D9B8B2 color RGB value is (217,184,178).

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

RGB channels and saturation

R 217 of 255 = 85%
G 184 of 255 = 72%
B 178 of 255 = 70%

217
184
178

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

Portions of RGB colors in percentages

R + G + B =
217 + 184 + 178 = 579 (100%)
R 217 of 579 ~ 37.48%
G 184 of 579 ~ 31.78%
B 178 of 579 ~ 30.74%

%37.48
%31.78
%30.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.21%
  • yellow value is 17.97%
  • key color value is 14.90%
CMYK:
(0,15,18,15)
C0M15Y18K15 
(0%,15%,18%,15%)
(0.00/0.15/0.18/0.15)	

CMYK percentages

%0
%15.21
%17.97
%14.9

Codes

Color #D9B8B2 in popluar color models

D9B8B2
RGB217184178
HSL33.91%77.45%
HSB/HSV17.97%85.10%
CMYK0.00%15.21%17.97%
14.90%

Color #D9B8B2 in popluar number systems.

HEXD9B8B2
Decimal217184178
Binary110110011011100010110010
Octal331270262

Shades and tints

Shades of #D9B8B2

#D9B8B2
(217,184,178)
#C6A8A2
(198,168,162)
#B39892
(179,152,146)
#A08882
(160,136,130)
#8D7872
(141,120,114)
#7A6862
(122,104,98)
#675852
(103,88,82)
#544842
(84,72,66)
#413832
(65,56,50)
#2E2822
(46,40,34)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #D9B8B2

#D9B8B2
(217,184,178)
#DCBEB9
(220,190,185)
#DFC4C0
(223,196,192)
#E2CAC7
(226,202,199)
#E5D0CE
(229,208,206)
#E8D6D5
(232,214,213)
#EBDCDC
(235,220,220)
#EEE2E3
(238,226,227)
#F1E8EA
(241,232,234)
#F4EEF1
(244,238,241)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B8B2; }

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

This text font color is #D9B8B2.


Background Color

.myBgColor { background-color: #D9B8B2; }

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

This div background color is #D9B8B2.


Border color

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

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

This div border color is #D9B8B2.


Opacity

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

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

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

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

This text has shadow with #D9B8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B8B2 on black background.


Color preview on white background

This text has color #D9B8B2 on white background.



Black color preview on #D9B8B2 background

This text has black color on #D9B8B2 background.


White color preview on #D9B8B2 background

This text has white color on #D9B8B2 background.