COLOR #D6E0CB

HEX: #D6E0CB
RGB: (214,224,203)

Color info

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

RGB color model

#D6E0CB color RGB value is (214,224,203).

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

RGB channels and saturation

R 214 of 255 = 84%
G 224 of 255 = 88%
B 203 of 255 = 80%

214
224
203

R + G + B ~ 84%. #D6E0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 224 + 203 = 641 (100%)
R 214 of 641 ~ 33.39%
G 224 of 641 ~ 34.95%
B 203 of 641 ~ 31.67%

%33.39
%34.95
%31.67

CMYK color model

#D6E0CB color CMYK value is (4,0,9,12).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 12.16%
CMYK:
(4,0,9,12)
C4M0Y9K12 
(4%,0%,9%,12%)
(0.04/0.00/0.09/0.12)	

CMYK percentages

%4.46
%0
%9.38
%12.16

Codes

Color #D6E0CB in popluar color models

D6E0CB
RGB214224203
HSL89°25.30%83.73%
HSB/HSV89°9.38%87.84%
CMYK4.46%0.00%9.38%
12.16%

Color #D6E0CB in popluar number systems.

HEXD6E0CB
Decimal214224203
Binary110101101110000011001011
Octal326340313

Shades and tints

Shades of #D6E0CB

#D6E0CB
(214,224,203)
#C3CCB9
(195,204,185)
#B0B8A7
(176,184,167)
#9DA495
(157,164,149)
#8A9083
(138,144,131)
#777C71
(119,124,113)
#64685F
(100,104,95)
#51544D
(81,84,77)
#3E403B
(62,64,59)
#2B2C29
(43,44,41)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #D6E0CB

#D6E0CB
(214,224,203)
#D9E2CF
(217,226,207)
#DCE4D3
(220,228,211)
#DFE6D7
(223,230,215)
#E2E8DB
(226,232,219)
#E5EADF
(229,234,223)
#E8ECE3
(232,236,227)
#EBEEE7
(235,238,231)
#EEF0EB
(238,240,235)
#F1F2EF
(241,242,239)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E0CB; }

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

This text font color is #D6E0CB.


Background Color

.myBgColor { background-color: #D6E0CB; }

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

This div background color is #D6E0CB.


Border color

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

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

This div border color is #D6E0CB.


Opacity

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

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

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

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

This text has shadow with #D6E0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E0CB on black background.


Color preview on white background

This text has color #D6E0CB on white background.



Black color preview on #D6E0CB background

This text has black color on #D6E0CB background.


White color preview on #D6E0CB background

This text has white color on #D6E0CB background.