COLOR #D9CCCB

HEX: #D9CCCB
RGB: (217,204,203)

Color info

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

RGB color model

#D9CCCB color RGB value is (217,204,203).

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

RGB channels and saturation

R 217 of 255 = 85%
G 204 of 255 = 80%
B 203 of 255 = 80%

217
204
203

R + G + B ~ 82%. #D9CCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 204 + 203 = 624 (100%)
R 217 of 624 ~ 34.78%
G 204 of 624 ~ 32.69%
B 203 of 624 ~ 32.53%

%34.78
%32.69
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK:
(0,6,6,15)
C0M6Y6K15 
(0%,6%,6%,15%)
(0.00/0.06/0.06/0.15)	

CMYK percentages

%0
%5.99
%6.45
%14.9

Codes

Color #D9CCCB in popluar color models

D9CCCB
RGB217204203
HSL15.56%82.35%
HSB/HSV6.45%85.10%
CMYK0.00%5.99%6.45%
14.90%

Color #D9CCCB in popluar number systems.

HEXD9CCCB
Decimal217204203
Binary110110011100110011001011
Octal331314313

Shades and tints

Shades of #D9CCCB

#D9CCCB
(217,204,203)
#C6BAB9
(198,186,185)
#B3A8A7
(179,168,167)
#A09695
(160,150,149)
#8D8483
(141,132,131)
#7A7271
(122,114,113)
#67605F
(103,96,95)
#544E4D
(84,78,77)
#413C3B
(65,60,59)
#2E2A29
(46,42,41)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #D9CCCB

#D9CCCB
(217,204,203)
#DCD0CF
(220,208,207)
#DFD4D3
(223,212,211)
#E2D8D7
(226,216,215)
#E5DCDB
(229,220,219)
#E8E0DF
(232,224,223)
#EBE4E3
(235,228,227)
#EEE8E7
(238,232,231)
#F1ECEB
(241,236,235)
#F4F0EF
(244,240,239)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CCCB; }

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

This text font color is #D9CCCB.


Background Color

.myBgColor { background-color: #D9CCCB; }

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

This div background color is #D9CCCB.


Border color

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

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

This div border color is #D9CCCB.


Opacity

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

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

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

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

This text has shadow with #D9CCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CCCB on black background.


Color preview on white background

This text has color #D9CCCB on white background.



Black color preview on #D9CCCB background

This text has black color on #D9CCCB background.


White color preview on #D9CCCB background

This text has white color on #D9CCCB background.