COLOR #D9CCBF

HEX: #D9CCBF
RGB: (217,204,191)

Color info

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

RGB color model

#D9CCBF color RGB value is (217,204,191).

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

RGB channels and saturation

R 217 of 255 = 85%
G 204 of 255 = 80%
B 191 of 255 = 75%

217
204
191

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

Portions of RGB colors in percentages

R + G + B =
217 + 204 + 191 = 612 (100%)
R 217 of 612 ~ 35.46%
G 204 of 612 ~ 33.33%
B 191 of 612 ~ 31.21%

%35.46
%33.33
%31.21

CMYK color model

#D9CCBF color CMYK value is (0,6,12,15).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 11.98%
  • key color value is 14.90%
CMYK:
(0,6,12,15)
C0M6Y12K15 
(0%,6%,12%,15%)
(0.00/0.06/0.12/0.15)	

CMYK percentages

%0
%5.99
%11.98
%14.9

Codes

Color #D9CCBF in popluar color models

D9CCBF
RGB217204191
HSL30°25.49%80.00%
HSB/HSV30°11.98%85.10%
CMYK0.00%5.99%11.98%
14.90%

Color #D9CCBF in popluar number systems.

HEXD9CCBF
Decimal217204191
Binary110110011100110010111111
Octal331314277

Shades and tints

Shades of #D9CCBF

#D9CCBF
(217,204,191)
#C6BAAE
(198,186,174)
#B3A89D
(179,168,157)
#A0968C
(160,150,140)
#8D847B
(141,132,123)
#7A726A
(122,114,106)
#676059
(103,96,89)
#544E48
(84,78,72)
#413C37
(65,60,55)
#2E2A26
(46,42,38)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #D9CCBF

#D9CCBF
(217,204,191)
#DCD0C4
(220,208,196)
#DFD4C9
(223,212,201)
#E2D8CE
(226,216,206)
#E5DCD3
(229,220,211)
#E8E0D8
(232,224,216)
#EBE4DD
(235,228,221)
#EEE8E2
(238,232,226)
#F1ECE7
(241,236,231)
#F4F0EC
(244,240,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CCBF; }

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

This text font color is #D9CCBF.


Background Color

.myBgColor { background-color: #D9CCBF; }

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

This div background color is #D9CCBF.


Border color

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

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

This div border color is #D9CCBF.


Opacity

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

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

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

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

This text has shadow with #D9CCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CCBF on black background.


Color preview on white background

This text has color #D9CCBF on white background.



Black color preview on #D9CCBF background

This text has black color on #D9CCBF background.


White color preview on #D9CCBF background

This text has white color on #D9CCBF background.