COLOR #D6C2CB

HEX: #D6C2CB
RGB: (214,194,203)

Color info

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

RGB color model

#D6C2CB color RGB value is (214,194,203).

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

RGB channels and saturation

R 214 of 255 = 84%
G 194 of 255 = 76%
B 203 of 255 = 80%

214
194
203

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

Portions of RGB colors in percentages

R + G + B =
214 + 194 + 203 = 611 (100%)
R 214 of 611 ~ 35.02%
G 194 of 611 ~ 31.75%
B 203 of 611 ~ 33.22%

%35.02
%31.75
%33.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(0,9,5,16)
C0M9Y5K16 
(0%,9%,5%,16%)
(0.00/0.09/0.05/0.16)	

CMYK percentages

%0
%9.35
%5.14
%16.08

Codes

Color #D6C2CB in popluar color models

D6C2CB
RGB214194203
HSL333°19.61%80.00%
HSB/HSV333°9.35%83.92%
CMYK0.00%9.35%5.14%
16.08%

Color #D6C2CB in popluar number systems.

HEXD6C2CB
Decimal214194203
Binary110101101100001011001011
Octal326302313

Shades and tints

Shades of #D6C2CB

#D6C2CB
(214,194,203)
#C3B1B9
(195,177,185)
#B0A0A7
(176,160,167)
#9D8F95
(157,143,149)
#8A7E83
(138,126,131)
#776D71
(119,109,113)
#645C5F
(100,92,95)
#514B4D
(81,75,77)
#3E3A3B
(62,58,59)
#2B2929
(43,41,41)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #D6C2CB

#D6C2CB
(214,194,203)
#D9C7CF
(217,199,207)
#DCCCD3
(220,204,211)
#DFD1D7
(223,209,215)
#E2D6DB
(226,214,219)
#E5DBDF
(229,219,223)
#E8E0E3
(232,224,227)
#EBE5E7
(235,229,231)
#EEEAEB
(238,234,235)
#F1EFEF
(241,239,239)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C2CB; }

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

This text font color is #D6C2CB.


Background Color

.myBgColor { background-color: #D6C2CB; }

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

This div background color is #D6C2CB.


Border color

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

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

This div border color is #D6C2CB.


Opacity

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

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

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

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

This text has shadow with #D6C2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C2CB on black background.


Color preview on white background

This text has color #D6C2CB on white background.



Black color preview on #D6C2CB background

This text has black color on #D6C2CB background.


White color preview on #D6C2CB background

This text has white color on #D6C2CB background.