COLOR #D6E6CB

HEX: #D6E6CB
RGB: (214,230,203)

Color info

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

RGB color model

#D6E6CB color RGB value is (214,230,203).

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

RGB channels and saturation

R 214 of 255 = 84%
G 230 of 255 = 90%
B 203 of 255 = 80%

214
230
203

R + G + B ~ 85%. #D6E6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 230 + 203 = 647 (100%)
R 214 of 647 ~ 33.08%
G 230 of 647 ~ 35.55%
B 203 of 647 ~ 31.38%

%33.08
%35.55
%31.38

CMYK color model

#D6E6CB color CMYK value is (7,0,12,10).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 9.80%
CMYK:
(7,0,12,10)
C7M0Y12K10 
(7%,0%,12%,10%)
(0.07/0.00/0.12/0.10)	

CMYK percentages

%6.96
%0
%11.74
%9.8

Codes

Color #D6E6CB in popluar color models

D6E6CB
RGB214230203
HSL96°35.06%84.90%
HSB/HSV96°11.74%90.20%
CMYK6.96%0.00%11.74%
9.80%

Color #D6E6CB in popluar number systems.

HEXD6E6CB
Decimal214230203
Binary110101101110011011001011
Octal326346313

Shades and tints

Shades of #D6E6CB

#D6E6CB
(214,230,203)
#C3D2B9
(195,210,185)
#B0BEA7
(176,190,167)
#9DAA95
(157,170,149)
#8A9683
(138,150,131)
#778271
(119,130,113)
#646E5F
(100,110,95)
#515A4D
(81,90,77)
#3E463B
(62,70,59)
#2B3229
(43,50,41)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #D6E6CB

#D6E6CB
(214,230,203)
#D9E8CF
(217,232,207)
#DCEAD3
(220,234,211)
#DFECD7
(223,236,215)
#E2EEDB
(226,238,219)
#E5F0DF
(229,240,223)
#E8F2E3
(232,242,227)
#EBF4E7
(235,244,231)
#EEF6EB
(238,246,235)
#F1F8EF
(241,248,239)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E6CB; }

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

This text font color is #D6E6CB.


Background Color

.myBgColor { background-color: #D6E6CB; }

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

This div background color is #D6E6CB.


Border color

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

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

This div border color is #D6E6CB.


Opacity

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

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

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

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

This text has shadow with #D6E6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E6CB on black background.


Color preview on white background

This text has color #D6E6CB on white background.



Black color preview on #D6E6CB background

This text has black color on #D6E6CB background.


White color preview on #D6E6CB background

This text has white color on #D6E6CB background.