COLOR #D5EADB

HEX: #D5EADB
RGB: (213,234,219)

Color info

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

RGB color model

#D5EADB color RGB value is (213,234,219).

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

RGB channels and saturation

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

213
234
219

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

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 219 = 666 (100%)
R 213 of 666 ~ 31.98%
G 234 of 666 ~ 35.14%
B 219 of 666 ~ 32.88%

%31.98
%35.14
%32.88

CMYK color model

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

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • 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
%6.41
%8.24

Codes

Color #D5EADB in popluar color models

D5EADB
RGB213234219
HSL137°33.33%87.65%
HSB/HSV137°8.97%91.76%
CMYK8.97%0.00%6.41%
8.24%

Color #D5EADB in popluar number systems.

HEXD5EADB
Decimal213234219
Binary110101011110101011011011
Octal325352333

Shades and tints

Shades of #D5EADB

#D5EADB
(213,234,219)
#C2D5C8
(194,213,200)
#AFC0B5
(175,192,181)
#9CABA2
(156,171,162)
#89968F
(137,150,143)
#76817C
(118,129,124)
#636C69
(99,108,105)
#505756
(80,87,86)
#3D4243
(61,66,67)
#2A2D30
(42,45,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #D5EADB

#D5EADB
(213,234,219)
#D8EBDE
(216,235,222)
#DBECE1
(219,236,225)
#DEEDE4
(222,237,228)
#E1EEE7
(225,238,231)
#E4EFEA
(228,239,234)
#E7F0ED
(231,240,237)
#EAF1F0
(234,241,240)
#EDF2F3
(237,242,243)
#F0F3F6
(240,243,246)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EADB; }

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

This text font color is #D5EADB.


Background Color

.myBgColor { background-color: #D5EADB; }

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

This div background color is #D5EADB.


Border color

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

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

This div border color is #D5EADB.


Opacity

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

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

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

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

This text has shadow with #D5EADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EADB on black background.


Color preview on white background

This text has color #D5EADB on white background.



Black color preview on #D5EADB background

This text has black color on #D5EADB background.


White color preview on #D5EADB background

This text has white color on #D5EADB background.