COLOR #D5E5C8

HEX: #D5E5C8
RGB: (213,229,200)

Color info

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

RGB color model

#D5E5C8 color RGB value is (213,229,200).

  • red value is 213;
  • green value is 229;
  • blue value is 200.
RGB:
(213,229,200)
(84%,90%,78%)

RGB channels and saturation

R 213 of 255 = 84%
G 229 of 255 = 90%
B 200 of 255 = 78%

213
229
200

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

Portions of RGB colors in percentages

R + G + B =
213 + 229 + 200 = 642 (100%)
R 213 of 642 ~ 33.18%
G 229 of 642 ~ 35.67%
B 200 of 642 ~ 31.15%

%33.18
%35.67
%31.15

CMYK color model

#D5E5C8 color CMYK value is (7,0,13,10).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 10.20%
CMYK:
(7,0,13,10)
C7M0Y13K10 
(7%,0%,13%,10%)
(0.07/0.00/0.13/0.10)	

CMYK percentages

%6.99
%0
%12.66
%10.2

Codes

Color #D5E5C8 in popluar color models

D5E5C8
RGB213229200
HSL93°35.80%84.12%
HSB/HSV93°12.66%89.80%
CMYK6.99%0.00%12.66%
10.20%

Color #D5E5C8 in popluar number systems.

HEXD5E5C8
Decimal213229200
Binary110101011110010111001000
Octal325345310

Shades and tints

Shades of #D5E5C8

#D5E5C8
(213,229,200)
#C2D1B6
(194,209,182)
#AFBDA4
(175,189,164)
#9CA992
(156,169,146)
#899580
(137,149,128)
#76816E
(118,129,110)
#636D5C
(99,109,92)
#50594A
(80,89,74)
#3D4538
(61,69,56)
#2A3126
(42,49,38)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #D5E5C8

#D5E5C8
(213,229,200)
#D8E7CD
(216,231,205)
#DBE9D2
(219,233,210)
#DEEBD7
(222,235,215)
#E1EDDC
(225,237,220)
#E4EFE1
(228,239,225)
#E7F1E6
(231,241,230)
#EAF3EB
(234,243,235)
#EDF5F0
(237,245,240)
#F0F7F5
(240,247,245)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E5C8; }

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

This text font color is #D5E5C8.


Background Color

.myBgColor { background-color: #D5E5C8; }

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

This div background color is #D5E5C8.


Border color

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

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

This div border color is #D5E5C8.


Opacity

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

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

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

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

This text has shadow with #D5E5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E5C8 on black background.


Color preview on white background

This text has color #D5E5C8 on white background.



Black color preview on #D5E5C8 background

This text has black color on #D5E5C8 background.


White color preview on #D5E5C8 background

This text has white color on #D5E5C8 background.