COLOR #D5EDCC

HEX: #D5EDCC
RGB: (213,237,204)

Color info

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

RGB color model

#D5EDCC color RGB value is (213,237,204).

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

RGB channels and saturation

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

213
237
204

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

Portions of RGB colors in percentages

R + G + B =
213 + 237 + 204 = 654 (100%)
R 213 of 654 ~ 32.57%
G 237 of 654 ~ 36.24%
B 204 of 654 ~ 31.19%

%32.57
%36.24
%31.19

CMYK color model

#D5EDCC color CMYK value is (10,0,14,7).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK:
(10,0,14,7)
C10M0Y14K7 
(10%,0%,14%,7%)
(0.10/0.00/0.14/0.07)	

CMYK percentages

%10.13
%0
%13.92
%7.06

Codes

Color #D5EDCC in popluar color models

D5EDCC
RGB213237204
HSL104°47.83%86.47%
HSB/HSV104°13.92%92.94%
CMYK10.13%0.00%13.92%
7.06%

Color #D5EDCC in popluar number systems.

HEXD5EDCC
Decimal213237204
Binary110101011110110111001100
Octal325355314

Shades and tints

Shades of #D5EDCC

#D5EDCC
(213,237,204)
#C2D8BA
(194,216,186)
#AFC3A8
(175,195,168)
#9CAE96
(156,174,150)
#899984
(137,153,132)
#768472
(118,132,114)
#636F60
(99,111,96)
#505A4E
(80,90,78)
#3D453C
(61,69,60)
#2A302A
(42,48,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #D5EDCC

#D5EDCC
(213,237,204)
#D8EED0
(216,238,208)
#DBEFD4
(219,239,212)
#DEF0D8
(222,240,216)
#E1F1DC
(225,241,220)
#E4F2E0
(228,242,224)
#E7F3E4
(231,243,228)
#EAF4E8
(234,244,232)
#EDF5EC
(237,245,236)
#F0F6F0
(240,246,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EDCC; }

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

This text font color is #D5EDCC.


Background Color

.myBgColor { background-color: #D5EDCC; }

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

This div background color is #D5EDCC.


Border color

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

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

This div border color is #D5EDCC.


Opacity

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

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

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

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

This text has shadow with #D5EDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EDCC on black background.


Color preview on white background

This text has color #D5EDCC on white background.



Black color preview on #D5EDCC background

This text has black color on #D5EDCC background.


White color preview on #D5EDCC background

This text has white color on #D5EDCC background.