COLOR #D5EADD

HEX: #D5EADD
RGB: (213,234,221)

Color info

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

RGB color model

#D5EADD color RGB value is (213,234,221).

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

RGB channels and saturation

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

213
234
221

R + G + B ~ 88%. #D5EADD is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 221 = 668 (100%)
R 213 of 668 ~ 31.89%
G 234 of 668 ~ 35.03%
B 221 of 668 ~ 33.08%

%31.89
%35.03
%33.08

CMYK color model

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

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

CMYK percentages

%8.97
%0
%5.56
%8.24

Codes

Color #D5EADD in popluar color models

D5EADD
RGB213234221
HSL143°33.33%87.65%
HSB/HSV143°8.97%91.76%
CMYK8.97%0.00%5.56%
8.24%

Color #D5EADD in popluar number systems.

HEXD5EADD
Decimal213234221
Binary110101011110101011011101
Octal325352335

Shades and tints

Shades of #D5EADD

#D5EADD
(213,234,221)
#C2D5C9
(194,213,201)
#AFC0B5
(175,192,181)
#9CABA1
(156,171,161)
#89968D
(137,150,141)
#768179
(118,129,121)
#636C65
(99,108,101)
#505751
(80,87,81)
#3D423D
(61,66,61)
#2A2D29
(42,45,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #D5EADD

#D5EADD
(213,234,221)
#D8EBE0
(216,235,224)
#DBECE3
(219,236,227)
#DEEDE6
(222,237,230)
#E1EEE9
(225,238,233)
#E4EFEC
(228,239,236)
#E7F0EF
(231,240,239)
#EAF1F2
(234,241,242)
#EDF2F5
(237,242,245)
#F0F3F8
(240,243,248)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EADD; }

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

This text font color is #D5EADD.


Background Color

.myBgColor { background-color: #D5EADD; }

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

This div background color is #D5EADD.


Border color

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

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

This div border color is #D5EADD.


Opacity

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

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

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

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

This text has shadow with #D5EADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EADD on black background.


Color preview on white background

This text has color #D5EADD on white background.



Black color preview on #D5EADD background

This text has black color on #D5EADD background.


White color preview on #D5EADD background

This text has white color on #D5EADD background.