COLOR #D5EADA

HEX: #D5EADA
RGB: (213,234,218)

Color info

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

RGB color model

#D5EADA color RGB value is (213,234,218).

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

RGB channels and saturation

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

213
234
218

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

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 218 = 665 (100%)
R 213 of 665 ~ 32.03%
G 234 of 665 ~ 35.19%
B 218 of 665 ~ 32.78%

%32.03
%35.19
%32.78

CMYK color model

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

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

CMYK percentages

%8.97
%0
%6.84
%8.24

Codes

Color #D5EADA in popluar color models

D5EADA
RGB213234218
HSL134°33.33%87.65%
HSB/HSV134°8.97%91.76%
CMYK8.97%0.00%6.84%
8.24%

Color #D5EADA in popluar number systems.

HEXD5EADA
Decimal213234218
Binary110101011110101011011010
Octal325352332

Shades and tints

Shades of #D5EADA

#D5EADA
(213,234,218)
#C2D5C7
(194,213,199)
#AFC0B4
(175,192,180)
#9CABA1
(156,171,161)
#89968E
(137,150,142)
#76817B
(118,129,123)
#636C68
(99,108,104)
#505755
(80,87,85)
#3D4242
(61,66,66)
#2A2D2F
(42,45,47)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #D5EADA

#D5EADA
(213,234,218)
#D8EBDD
(216,235,221)
#DBECE0
(219,236,224)
#DEEDE3
(222,237,227)
#E1EEE6
(225,238,230)
#E4EFE9
(228,239,233)
#E7F0EC
(231,240,236)
#EAF1EF
(234,241,239)
#EDF2F2
(237,242,242)
#F0F3F5
(240,243,245)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EADA; }

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

This text font color is #D5EADA.


Background Color

.myBgColor { background-color: #D5EADA; }

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

This div background color is #D5EADA.


Border color

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

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

This div border color is #D5EADA.


Opacity

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

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

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

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

This text has shadow with #D5EADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EADA on black background.


Color preview on white background

This text has color #D5EADA on white background.



Black color preview on #D5EADA background

This text has black color on #D5EADA background.


White color preview on #D5EADA background

This text has white color on #D5EADA background.