COLOR #D5E6D4

HEX: #D5E6D4
RGB: (213,230,212)

Color info

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

RGB color model

#D5E6D4 color RGB value is (213,230,212).

  • red value is 213;
  • green value is 230;
  • blue value is 212.
RGB:
(213,230,212)
(84%,90%,83%)

RGB channels and saturation

R 213 of 255 = 84%
G 230 of 255 = 90%
B 212 of 255 = 83%

213
230
212

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

Portions of RGB colors in percentages

R + G + B =
213 + 230 + 212 = 655 (100%)
R 213 of 655 ~ 32.52%
G 230 of 655 ~ 35.11%
B 212 of 655 ~ 32.37%

%32.52
%35.11
%32.37

CMYK color model

#D5E6D4 color CMYK value is (7,0,8,10).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 9.80%
CMYK:
(7,0,8,10)
C7M0Y8K10 
(7%,0%,8%,10%)
(0.07/0.00/0.08/0.10)	

CMYK percentages

%7.39
%0
%7.83
%9.8

Codes

Color #D5E6D4 in popluar color models

D5E6D4
RGB213230212
HSL117°26.47%86.67%
HSB/HSV117°7.83%90.20%
CMYK7.39%0.00%7.83%
9.80%

Color #D5E6D4 in popluar number systems.

HEXD5E6D4
Decimal213230212
Binary110101011110011011010100
Octal325346324

Shades and tints

Shades of #D5E6D4

#D5E6D4
(213,230,212)
#C2D2C1
(194,210,193)
#AFBEAE
(175,190,174)
#9CAA9B
(156,170,155)
#899688
(137,150,136)
#768275
(118,130,117)
#636E62
(99,110,98)
#505A4F
(80,90,79)
#3D463C
(61,70,60)
#2A3229
(42,50,41)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #D5E6D4

#D5E6D4
(213,230,212)
#D8E8D7
(216,232,215)
#DBEADA
(219,234,218)
#DEECDD
(222,236,221)
#E1EEE0
(225,238,224)
#E4F0E3
(228,240,227)
#E7F2E6
(231,242,230)
#EAF4E9
(234,244,233)
#EDF6EC
(237,246,236)
#F0F8EF
(240,248,239)
#F3FAF2
(243,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E6D4 color. Also use rgb(213,230,212) instead hex code.

Text Font Color

.myTextColor { color: #D5E6D4; }

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

This text font color is #D5E6D4.


Background Color

.myBgColor { background-color: #D5E6D4; }

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

This div background color is #D5E6D4.


Border color

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

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

This div border color is #D5E6D4.


Opacity

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

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

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

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

This text has shadow with #D5E6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E6D4 on black background.


Color preview on white background

This text has color #D5E6D4 on white background.



Black color preview on #D5E6D4 background

This text has black color on #D5E6D4 background.


White color preview on #D5E6D4 background

This text has white color on #D5E6D4 background.