COLOR #D5EAD5

HEX: #D5EAD5
RGB: (213,234,213)

Color info

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

RGB color model

#D5EAD5 color RGB value is (213,234,213).

  • red value is 213;
  • green value is 234;
  • blue value is 213.
RGB:
(213,234,213)
(84%,92%,84%)

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 213 of 255 = 84%

213
234
213

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

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 213 = 660 (100%)
R 213 of 660 ~ 32.27%
G 234 of 660 ~ 35.45%
B 213 of 660 ~ 32.27%

%32.27
%35.45
%32.27

CMYK color model

#D5EAD5 color CMYK value is (9,0,9,8).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 8.24%
CMYK:
(9,0,9,8)
C9M0Y9K8 
(9%,0%,9%,8%)
(0.09/0.00/0.09/0.08)	

CMYK percentages

%8.97
%0
%8.97
%8.24

Codes

Color #D5EAD5 in popluar color models

D5EAD5
RGB213234213
HSL120°33.33%87.65%
HSB/HSV120°8.97%91.76%
CMYK8.97%0.00%8.97%
8.24%

Color #D5EAD5 in popluar number systems.

HEXD5EAD5
Decimal213234213
Binary110101011110101011010101
Octal325352325

Shades and tints

Shades of #D5EAD5

#D5EAD5
(213,234,213)
#C2D5C2
(194,213,194)
#AFC0AF
(175,192,175)
#9CAB9C
(156,171,156)
#899689
(137,150,137)
#768176
(118,129,118)
#636C63
(99,108,99)
#505750
(80,87,80)
#3D423D
(61,66,61)
#2A2D2A
(42,45,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #D5EAD5

#D5EAD5
(213,234,213)
#D8EBD8
(216,235,216)
#DBECDB
(219,236,219)
#DEEDDE
(222,237,222)
#E1EEE1
(225,238,225)
#E4EFE4
(228,239,228)
#E7F0E7
(231,240,231)
#EAF1EA
(234,241,234)
#EDF2ED
(237,242,237)
#F0F3F0
(240,243,240)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EAD5; }

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

This text font color is #D5EAD5.


Background Color

.myBgColor { background-color: #D5EAD5; }

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

This div background color is #D5EAD5.


Border color

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

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

This div border color is #D5EAD5.


Opacity

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

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

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

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

This text has shadow with #D5EAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EAD5 on black background.


Color preview on white background

This text has color #D5EAD5 on white background.



Black color preview on #D5EAD5 background

This text has black color on #D5EAD5 background.


White color preview on #D5EAD5 background

This text has white color on #D5EAD5 background.