COLOR #D5EECC

HEX: #D5EECC
RGB: (213,238,204)

Color info

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

RGB color model

#D5EECC color RGB value is (213,238,204).

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

RGB channels and saturation

R 213 of 255 = 84%
G 238 of 255 = 93%
B 204 of 255 = 80%

213
238
204

R + G + B ~ 86%. #D5EECC is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 238 + 204 = 655 (100%)
R 213 of 655 ~ 32.52%
G 238 of 655 ~ 36.34%
B 204 of 655 ~ 31.15%

%32.52
%36.34
%31.15

CMYK color model

#D5EECC color CMYK value is (11,0,14,7).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 6.67%
CMYK:
(11,0,14,7)
C11M0Y14K7 
(11%,0%,14%,7%)
(0.11/0.00/0.14/0.07)	

CMYK percentages

%10.5
%0
%14.29
%6.67

Codes

Color #D5EECC in popluar color models

D5EECC
RGB213238204
HSL104°50.00%86.67%
HSB/HSV104°14.29%93.33%
CMYK10.50%0.00%14.29%
6.67%

Color #D5EECC in popluar number systems.

HEXD5EECC
Decimal213238204
Binary110101011110111011001100
Octal325356314

Shades and tints

Shades of #D5EECC

#D5EECC
(213,238,204)
#C2D9BA
(194,217,186)
#AFC4A8
(175,196,168)
#9CAF96
(156,175,150)
#899A84
(137,154,132)
#768572
(118,133,114)
#637060
(99,112,96)
#505B4E
(80,91,78)
#3D463C
(61,70,60)
#2A312A
(42,49,42)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #D5EECC

#D5EECC
(213,238,204)
#D8EFD0
(216,239,208)
#DBF0D4
(219,240,212)
#DEF1D8
(222,241,216)
#E1F2DC
(225,242,220)
#E4F3E0
(228,243,224)
#E7F4E4
(231,244,228)
#EAF5E8
(234,245,232)
#EDF6EC
(237,246,236)
#F0F7F0
(240,247,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EECC; }

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

This text font color is #D5EECC.


Background Color

.myBgColor { background-color: #D5EECC; }

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

This div background color is #D5EECC.


Border color

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

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

This div border color is #D5EECC.


Opacity

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

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

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

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

This text has shadow with #D5EECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EECC on black background.


Color preview on white background

This text has color #D5EECC on white background.



Black color preview on #D5EECC background

This text has black color on #D5EECC background.


White color preview on #D5EECC background

This text has white color on #D5EECC background.