COLOR #D9CCB0

HEX: #D9CCB0
RGB: (217,204,176)

Color info

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

RGB color model

#D9CCB0 color RGB value is (217,204,176).

  • red value is 217;
  • green value is 204;
  • blue value is 176.
RGB:
(217,204,176)
(85%,80%,69%)

RGB channels and saturation

R 217 of 255 = 85%
G 204 of 255 = 80%
B 176 of 255 = 69%

217
204
176

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

Portions of RGB colors in percentages

R + G + B =
217 + 204 + 176 = 597 (100%)
R 217 of 597 ~ 36.35%
G 204 of 597 ~ 34.17%
B 176 of 597 ~ 29.48%

%36.35
%34.17
%29.48

CMYK color model

#D9CCB0 color CMYK value is (0,6,19,15).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 18.89%
  • key color value is 14.90%
CMYK:
(0,6,19,15)
C0M6Y19K15 
(0%,6%,19%,15%)
(0.00/0.06/0.19/0.15)	

CMYK percentages

%0
%5.99
%18.89
%14.9

Codes

Color #D9CCB0 in popluar color models

D9CCB0
RGB217204176
HSL41°35.04%77.06%
HSB/HSV41°18.89%85.10%
CMYK0.00%5.99%18.89%
14.90%

Color #D9CCB0 in popluar number systems.

HEXD9CCB0
Decimal217204176
Binary110110011100110010110000
Octal331314260

Shades and tints

Shades of #D9CCB0

#D9CCB0
(217,204,176)
#C6BAA0
(198,186,160)
#B3A890
(179,168,144)
#A09680
(160,150,128)
#8D8470
(141,132,112)
#7A7260
(122,114,96)
#676050
(103,96,80)
#544E40
(84,78,64)
#413C30
(65,60,48)
#2E2A20
(46,42,32)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #D9CCB0

#D9CCB0
(217,204,176)
#DCD0B7
(220,208,183)
#DFD4BE
(223,212,190)
#E2D8C5
(226,216,197)
#E5DCCC
(229,220,204)
#E8E0D3
(232,224,211)
#EBE4DA
(235,228,218)
#EEE8E1
(238,232,225)
#F1ECE8
(241,236,232)
#F4F0EF
(244,240,239)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CCB0 color. Also use rgb(217,204,176) instead hex code.

Text Font Color

.myTextColor { color: #D9CCB0; }

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

This text font color is #D9CCB0.


Background Color

.myBgColor { background-color: #D9CCB0; }

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

This div background color is #D9CCB0.


Border color

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

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

This div border color is #D9CCB0.


Opacity

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

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

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

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

This text has shadow with #D9CCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CCB0 on black background.


Color preview on white background

This text has color #D9CCB0 on white background.



Black color preview on #D9CCB0 background

This text has black color on #D9CCB0 background.


White color preview on #D9CCB0 background

This text has white color on #D9CCB0 background.