COLOR #D5E8CC

HEX: #D5E8CC
RGB: (213,232,204)

Color info

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

RGB color model

#D5E8CC color RGB value is (213,232,204).

  • red value is 213;
  • green value is 232;
  • blue value is 204.
RGB: (213,232,204) (84%,91%,80%)

RGB channels and saturation

R 213 of 255 = 84%
G 232 of 255 = 91%
B 204 of 255 = 80%

213
232
204

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

Portions of RGB colors in percentages

R + G + B =
213 + 232 + 204 = 649 (100%)
R 213 of 649 ~ 32.82%
G 232 of 649 ~ 35.75%
B 204 of 649 ~ 31.43%

%32.82
%35.75
%31.43

CMYK color model

#D5E8CC color CMYK value is (8,0,12,9).

  • cyan value is 8.19%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK: (8,0,12,9) C8M0Y12K9 (8%,0%,12%,9%) (0.08/0.00/0.12/0.09)

CMYK percentages

%8.19
%0
%12.07
%9.02

Codes

Color #D5E8CC in popluar color models

D5E8CC
RGB213232204
HSL101°37.84%85.49%
HSB/HSV101°12.07%90.98%
CMYK8.19%0.00%12.07%
9.02%

Color #D5E8CC in popluar number systems.

HEXD5E8CC
Decimal213232204
Binary110101011110100011001100
Octal325350314

Shades and tints

Shades of #D5E8CC

#D5E8CC
(213,232,204)
#C2D3BA
(194,211,186)
#AFBEA8
(175,190,168)
#9CA996
(156,169,150)
#899484
(137,148,132)
#767F72
(118,127,114)
#636A60
(99,106,96)
#50554E
(80,85,78)
#3D403C
(61,64,60)
#2A2B2A
(42,43,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #D5E8CC

#D5E8CC
(213,232,204)
#D8EAD0
(216,234,208)
#DBECD4
(219,236,212)
#DEEED8
(222,238,216)
#E1F0DC
(225,240,220)
#E4F2E0
(228,242,224)
#E7F4E4
(231,244,228)
#EAF6E8
(234,246,232)
#EDF8EC
(237,248,236)
#F0FAF0
(240,250,240)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E8CC color. Also use rgb(213,232,204) instead hex code.

Text Font Color

.myTextColor { color: #D5E8CC; }

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

This text font color is #D5E8CC.


Background Color

.myBgColor { background-color: #D5E8CC; }

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

This div background color is #D5E8CC.


Border color

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

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

This div border color is #D5E8CC.


Opacity

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

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

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

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

This text has shadow with #D5E8CC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D5E8CC on black background.


Color preview on white background

This text has color #D5E8CC on white background.



Black color preview on #D5E8CC background

This text has black color on #D5E8CC background.


White color preview on #D5E8CC background

This text has white color on #D5E8CC background.