COLOR #D8E6CB

HEX: #D8E6CB RGB: (216,230,203)

Color info

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

RGB color model

#D8E6CB color RGB value is (216,230,203).

RGB: (216,230,203) (85%, 90%, 80%)

RGB channels and saturation

R 216 of 255 = 85%
G 230 of 255 = 90%
B 203 of 255 = 80%

216
230
203

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

Portions of RGB colors in percentages

R + G + B = 216 + 230 + 203 = 649 (100%)
R 216 of 649 ~ 33.28%
G 230 of 649 ~ 35.44%
B 203 of 649 ~ 31.28'%

%33.28
%35.44
%31.28

CMYK color model

#D8E6CB color CMYK value is (6,0,12,10).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 9.80%

CMYK: (6,0,12,10)
C6M0Y12K10 (6%, 0%, 12%, 10%)
(0.06 / 0.00 / 0.12 / 0.10)

CMYK percentages

%6.09
%0
%11.74
%9.8

Codes

Color #D8E6CB in popluar color models

D8 E6 CB
RGB 216 230 203
HSL 91° 35.06% 84.90%
HSB/HSV 91° 11.74% 90.20%
CMYK 6.09% 0.00% 11.74%
9.80%

Color #D8E6CB in popluar number systems.

HEX D8 E6 CB
Decimal 216 230 203
Binary 11011000 11100110 11001011
Octal 330 346 313

Shades and tints

Shades of #D8E6CB

#D8E6CB
(216,230,203)
#C5D2B9
(197,210,185)
#B2BEA7
(178,190,167)
#9FAA95
(159,170,149)
#8C9683
(140,150,131)
#798271
(121,130,113)
#666E5F
(102,110,95)
#535A4D
(83,90,77)
#40463B
(64,70,59)
#2D3229
(45,50,41)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #D8E6CB

#D8E6CB
(216,230,203)
#DBE8CF
(219,232,207)
#DEEAD3
(222,234,211)
#E1ECD7
(225,236,215)
#E4EEDB
(228,238,219)
#E7F0DF
(231,240,223)
#EAF2E3
(234,242,227)
#EDF4E7
(237,244,231)
#F0F6EB
(240,246,235)
#F3F8EF
(243,248,239)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E6CB; }

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

This text font color is #D8E6CB.

Background Color

.myBgColor { background-color: #D8E6CB; }

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

This div background color is #D8E6CB.

Border color

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

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

This div border color is #D8E6CB.

Opacity

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

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

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

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

This text has shadow with #D8E6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E6CB.

Preview

Color preview on black background

This text has color #D8E6CB on black background.


Color preview on white background

This text has color #D8E6CB on white background.


Black color preview on #D8E6CB background

This text has black color on #D8E6CB background.


White color preview on #D8E6CB background

This text has white color on #D8E6CB background.


Related colors

Complementary color

Complementary color for #hex is #271934.


I love getcolorcode.com

Triadic colors

1 #CBD8E6 and #E6CBD8 with #D8E6CB are triadic colors.

2 #CBE6D8 and #E6D8CB with #D8E6CB are triadic colors.