COLOR #D5EDD4

HEX: #D5EDD4
RGB: (213,237,212)

Color info

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

RGB color model

#D5EDD4 color RGB value is (213,237,212).

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

RGB channels and saturation

R 213 of 255 = 84%
G 237 of 255 = 93%
B 212 of 255 = 83%

213
237
212

R + G + B ~ 87%. #D5EDD4 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 237 + 212 = 662 (100%)
R 213 of 662 ~ 32.18%
G 237 of 662 ~ 35.8%
B 212 of 662 ~ 32.02%

%32.18
%35.8
%32.02

CMYK color model

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

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 10.55%
  • key color value is 7.06%
CMYK:
(10,0,11,7)
C10M0Y11K7 
(10%,0%,11%,7%)
(0.10/0.00/0.11/0.07)	

CMYK percentages

%10.13
%0
%10.55
%7.06

Codes

Color #D5EDD4 in popluar color models

D5EDD4
RGB213237212
HSL118°40.98%88.04%
HSB/HSV118°10.55%92.94%
CMYK10.13%0.00%10.55%
7.06%

Color #D5EDD4 in popluar number systems.

HEXD5EDD4
Decimal213237212
Binary110101011110110111010100
Octal325355324

Shades and tints

Shades of #D5EDD4

#D5EDD4
(213,237,212)
#C2D8C1
(194,216,193)
#AFC3AE
(175,195,174)
#9CAE9B
(156,174,155)
#899988
(137,153,136)
#768475
(118,132,117)
#636F62
(99,111,98)
#505A4F
(80,90,79)
#3D453C
(61,69,60)
#2A3029
(42,48,41)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #D5EDD4

#D5EDD4
(213,237,212)
#D8EED7
(216,238,215)
#DBEFDA
(219,239,218)
#DEF0DD
(222,240,221)
#E1F1E0
(225,241,224)
#E4F2E3
(228,242,227)
#E7F3E6
(231,243,230)
#EAF4E9
(234,244,233)
#EDF5EC
(237,245,236)
#F0F6EF
(240,246,239)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EDD4; }

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

This text font color is #D5EDD4.


Background Color

.myBgColor { background-color: #D5EDD4; }

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

This div background color is #D5EDD4.


Border color

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

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

This div border color is #D5EDD4.


Opacity

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

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

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

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

This text has shadow with #D5EDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EDD4 on black background.


Color preview on white background

This text has color #D5EDD4 on white background.



Black color preview on #D5EDD4 background

This text has black color on #D5EDD4 background.


White color preview on #D5EDD4 background

This text has white color on #D5EDD4 background.