COLOR #D6CCCB

HEX: #D6CCCB
RGB: (214,204,203)

Color info

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

RGB color model

#D6CCCB color RGB value is (214,204,203).

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

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 203 of 255 = 80%

214
204
203

R + G + B ~ 81%. #D6CCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 203 = 621 (100%)
R 214 of 621 ~ 34.46%
G 204 of 621 ~ 32.85%
B 203 of 621 ~ 32.69%

%34.46
%32.85
%32.69

CMYK color model

#D6CCCB color CMYK value is (0,5,5,16).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(0,5,5,16)
C0M5Y5K16 
(0%,5%,5%,16%)
(0.00/0.05/0.05/0.16)	

CMYK percentages

%0
%4.67
%5.14
%16.08

Codes

Color #D6CCCB in popluar color models

D6CCCB
RGB214204203
HSL11.83%81.76%
HSB/HSV5.14%83.92%
CMYK0.00%4.67%5.14%
16.08%

Color #D6CCCB in popluar number systems.

HEXD6CCCB
Decimal214204203
Binary110101101100110011001011
Octal326314313

Shades and tints

Shades of #D6CCCB

#D6CCCB
(214,204,203)
#C3BAB9
(195,186,185)
#B0A8A7
(176,168,167)
#9D9695
(157,150,149)
#8A8483
(138,132,131)
#777271
(119,114,113)
#64605F
(100,96,95)
#514E4D
(81,78,77)
#3E3C3B
(62,60,59)
#2B2A29
(43,42,41)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #D6CCCB

#D6CCCB
(214,204,203)
#D9D0CF
(217,208,207)
#DCD4D3
(220,212,211)
#DFD8D7
(223,216,215)
#E2DCDB
(226,220,219)
#E5E0DF
(229,224,223)
#E8E4E3
(232,228,227)
#EBE8E7
(235,232,231)
#EEECEB
(238,236,235)
#F1F0EF
(241,240,239)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CCCB; }

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

This text font color is #D6CCCB.


Background Color

.myBgColor { background-color: #D6CCCB; }

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

This div background color is #D6CCCB.


Border color

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

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

This div border color is #D6CCCB.


Opacity

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

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

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

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

This text has shadow with #D6CCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCCB on black background.


Color preview on white background

This text has color #D6CCCB on white background.



Black color preview on #D6CCCB background

This text has black color on #D6CCCB background.


White color preview on #D6CCCB background

This text has white color on #D6CCCB background.