COLOR #D6C9CB

HEX: #D6C9CB
RGB: (214,201,203)

Color info

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

RGB color model

#D6C9CB color RGB value is (214,201,203).

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

RGB channels and saturation

R 214 of 255 = 84%
G 201 of 255 = 79%
B 203 of 255 = 80%

214
201
203

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

Portions of RGB colors in percentages

R + G + B =
214 + 201 + 203 = 618 (100%)
R 214 of 618 ~ 34.63%
G 201 of 618 ~ 32.52%
B 203 of 618 ~ 32.85%

%34.63
%32.52
%32.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.07%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(0,6,5,16)
C0M6Y5K16 
(0%,6%,5%,16%)
(0.00/0.06/0.05/0.16)	

CMYK percentages

%0
%6.07
%5.14
%16.08

Codes

Color #D6C9CB in popluar color models

D6C9CB
RGB214201203
HSL351°13.68%81.37%
HSB/HSV351°6.07%83.92%
CMYK0.00%6.07%5.14%
16.08%

Color #D6C9CB in popluar number systems.

HEXD6C9CB
Decimal214201203
Binary110101101100100111001011
Octal326311313

Shades and tints

Shades of #D6C9CB

#D6C9CB
(214,201,203)
#C3B7B9
(195,183,185)
#B0A5A7
(176,165,167)
#9D9395
(157,147,149)
#8A8183
(138,129,131)
#776F71
(119,111,113)
#645D5F
(100,93,95)
#514B4D
(81,75,77)
#3E393B
(62,57,59)
#2B2729
(43,39,41)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #D6C9CB

#D6C9CB
(214,201,203)
#D9CDCF
(217,205,207)
#DCD1D3
(220,209,211)
#DFD5D7
(223,213,215)
#E2D9DB
(226,217,219)
#E5DDDF
(229,221,223)
#E8E1E3
(232,225,227)
#EBE5E7
(235,229,231)
#EEE9EB
(238,233,235)
#F1EDEF
(241,237,239)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C9CB; }

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

This text font color is #D6C9CB.


Background Color

.myBgColor { background-color: #D6C9CB; }

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

This div background color is #D6C9CB.


Border color

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

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

This div border color is #D6C9CB.


Opacity

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

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

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

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

This text has shadow with #D6C9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C9CB on black background.


Color preview on white background

This text has color #D6C9CB on white background.



Black color preview on #D6C9CB background

This text has black color on #D6C9CB background.


White color preview on #D6C9CB background

This text has white color on #D6C9CB background.