COLOR #D6E8CB

HEX: #D6E8CB RGB: (214,232,203)

Color info

#D6E8CB contains red, green and blue colors in about the same proportion. Web safe color of #D6E8CB is #CCFFCC (or #CFC).

RGB color model

#D6E8CB color RGB value is (214,232,203).

RGB: (214,232,203) (84%, 91%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 232 of 255 = 91%
B 203 of 255 = 80%

214
232
203

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

Portions of RGB colors in percentages

R + G + B = 214 + 232 + 203 = 649 (100%)
R 214 of 649 ~ 32.97%
G 232 of 649 ~ 35.75%
B 203 of 649 ~ 31.28'%

%32.97
%35.75
%31.28

CMYK color model

#D6E8CB color CMYK value is (8,0,13,9).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 9.02%

CMYK: (8,0,13,9)
C8M0Y13K9 (8%, 0%, 13%, 9%)
(0.08 / 0.00 / 0.13 / 0.09)

CMYK percentages

%7.76
%0
%12.5
%9.02

Codes

Color #D6E8CB in popluar color models

D6 E8 CB
RGB 214 232 203
HSL 97° 38.67% 85.29%
HSB/HSV 97° 12.50% 90.98%
CMYK 7.76% 0.00% 12.50%
9.02%

Color #D6E8CB in popluar number systems.

HEX D6 E8 CB
Decimal 214 232 203
Binary 11010110 11101000 11001011
Octal 326 350 313

Shades and tints

Shades of #D6E8CB

#D6E8CB
(214,232,203)
#C3D3B9
(195,211,185)
#B0BEA7
(176,190,167)
#9DA995
(157,169,149)
#8A9483
(138,148,131)
#777F71
(119,127,113)
#646A5F
(100,106,95)
#51554D
(81,85,77)
#3E403B
(62,64,59)
#2B2B29
(43,43,41)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #D6E8CB

#D6E8CB
(214,232,203)
#D9EACF
(217,234,207)
#DCECD3
(220,236,211)
#DFEED7
(223,238,215)
#E2F0DB
(226,240,219)
#E5F2DF
(229,242,223)
#E8F4E3
(232,244,227)
#EBF6E7
(235,246,231)
#EEF8EB
(238,248,235)
#F1FAEF
(241,250,239)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E8CB; }

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

This text font color is #D6E8CB.

Background Color

.myBgColor { background-color: #D6E8CB; }

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

This div background color is #D6E8CB.

Border color

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

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

This div border color is #D6E8CB.

Opacity

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

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

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

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

This text has shadow with #D6E8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E8CB.

Preview

Color preview on black background

This text has color #D6E8CB on black background.


Color preview on white background

This text has color #D6E8CB on white background.


Black color preview on #D6E8CB background

This text has black color on #D6E8CB background.


White color preview on #D6E8CB background

This text has white color on #D6E8CB background.


Related colors

Complementary color

Complementary color for #hex is #291734.


I love getcolorcode.com

Triadic colors

1 #CBD6E8 and #E8CBD6 with #D6E8CB are triadic colors.

2 #CBE8D6 and #E8D6CB with #D6E8CB are triadic colors.