COLOR #D5E5CC

HEX: #D5E5CC RGB: (213,229,204)

Color info

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

RGB color model

#D5E5CC color RGB value is (213,229,204).

RGB: (213,229,204) (84%, 90%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 229 of 255 = 90%
B 204 of 255 = 80%

213
229
204

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

Portions of RGB colors in percentages

R + G + B = 213 + 229 + 204 = 646 (100%)
R 213 of 646 ~ 32.97%
G 229 of 646 ~ 35.45%
B 204 of 646 ~ 31.58'%

%32.97
%35.45
%31.58

CMYK color model

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

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 10.20%

CMYK: (7,0,11,10)
C7M0Y11K10 (7%, 0%, 11%, 10%)
(0.07 / 0.00 / 0.11 / 0.10)

CMYK percentages

%6.99
%0
%10.92
%10.2

Codes

Color #D5E5CC in popluar color models

D5 E5 CC
RGB 213 229 204
HSL 98° 32.47% 84.90%
HSB/HSV 98° 10.92% 89.80%
CMYK 6.99% 0.00% 10.92%
10.20%

Color #D5E5CC in popluar number systems.

HEX D5 E5 CC
Decimal 213 229 204
Binary 11010101 11100101 11001100
Octal 325 345 314

Shades and tints

Shades of #D5E5CC

#D5E5CC
(213,229,204)
#C2D1BA
(194,209,186)
#AFBDA8
(175,189,168)
#9CA996
(156,169,150)
#899584
(137,149,132)
#768172
(118,129,114)
#636D60
(99,109,96)
#50594E
(80,89,78)
#3D453C
(61,69,60)
#2A312A
(42,49,42)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #D5E5CC

#D5E5CC
(213,229,204)
#D8E7D0
(216,231,208)
#DBE9D4
(219,233,212)
#DEEBD8
(222,235,216)
#E1EDDC
(225,237,220)
#E4EFE0
(228,239,224)
#E7F1E4
(231,241,228)
#EAF3E8
(234,243,232)
#EDF5EC
(237,245,236)
#F0F7F0
(240,247,240)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E5CC; }

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

This text font color is #D5E5CC.

Background Color

.myBgColor { background-color: #D5E5CC; }

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

This div background color is #D5E5CC.

Border color

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

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

This div border color is #D5E5CC.

Opacity

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

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

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

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

This text has shadow with #D5E5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E5CC.

Preview

Color preview on black background

This text has color #D5E5CC on black background.


Color preview on white background

This text has color #D5E5CC on white background.


Black color preview on #D5E5CC background

This text has black color on #D5E5CC background.


White color preview on #D5E5CC background

This text has white color on #D5E5CC background.


Related colors

Complementary color

Complementary color for #hex is #2A1A33.


I love getcolorcode.com

Triadic colors

1 #CCD5E5 and #E5CCD5 with #D5E5CC are triadic colors.

2 #CCE5D5 and #E5D5CC with #D5E5CC are triadic colors.