COLOR #D5E4CC

HEX: #D5E4CC
RGB: (213,228,204)

Color info

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

RGB color model

#D5E4CC color RGB value is (213,228,204).

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

RGB channels and saturation

R 213 of 255 = 84%
G 228 of 255 = 89%
B 204 of 255 = 80%

213
228
204

R + G + B ~ 84%. #D5E4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 228 + 204 = 645 (100%)
R 213 of 645 ~ 33.02%
G 228 of 645 ~ 35.35%
B 204 of 645 ~ 31.63%

%33.02
%35.35
%31.63

CMYK color model

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

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(7,0,11,11)
C7M0Y11K11 
(7%,0%,11%,11%)
(0.07/0.00/0.11/0.11)	

CMYK percentages

%6.58
%0
%10.53
%10.59

Codes

Color #D5E4CC in popluar color models

D5E4CC
RGB213228204
HSL98°30.77%84.71%
HSB/HSV98°10.53%89.41%
CMYK6.58%0.00%10.53%
10.59%

Color #D5E4CC in popluar number systems.

HEXD5E4CC
Decimal213228204
Binary110101011110010011001100
Octal325344314

Shades and tints

Shades of #D5E4CC

#D5E4CC
(213,228,204)
#C2D0BA
(194,208,186)
#AFBCA8
(175,188,168)
#9CA896
(156,168,150)
#899484
(137,148,132)
#768072
(118,128,114)
#636C60
(99,108,96)
#50584E
(80,88,78)
#3D443C
(61,68,60)
#2A302A
(42,48,42)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #D5E4CC

#D5E4CC
(213,228,204)
#D8E6D0
(216,230,208)
#DBE8D4
(219,232,212)
#DEEAD8
(222,234,216)
#E1ECDC
(225,236,220)
#E4EEE0
(228,238,224)
#E7F0E4
(231,240,228)
#EAF2E8
(234,242,232)
#EDF4EC
(237,244,236)
#F0F6F0
(240,246,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E4CC; }

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

This text font color is #D5E4CC.


Background Color

.myBgColor { background-color: #D5E4CC; }

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

This div background color is #D5E4CC.


Border color

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

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

This div border color is #D5E4CC.


Opacity

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

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

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

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

This text has shadow with #D5E4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E4CC on black background.


Color preview on white background

This text has color #D5E4CC on white background.



Black color preview on #D5E4CC background

This text has black color on #D5E4CC background.


White color preview on #D5E4CC background

This text has white color on #D5E4CC background.