COLOR #D9EADA

HEX: #D9EADA
RGB: (217,234,218)

Color info

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

RGB color model

#D9EADA color RGB value is (217,234,218).

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

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 218 of 255 = 85%

217
234
218

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

Portions of RGB colors in percentages

R + G + B =
217 + 234 + 218 = 669 (100%)
R 217 of 669 ~ 32.44%
G 234 of 669 ~ 34.98%
B 218 of 669 ~ 32.59%

%32.44
%34.98
%32.59

CMYK color model

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

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 8.24%
CMYK:
(7,0,7,8)
C7M0Y7K8 
(7%,0%,7%,8%)
(0.07/0.00/0.07/0.08)	

CMYK percentages

%7.26
%0
%6.84
%8.24

Codes

Color #D9EADA in popluar color models

D9EADA
RGB217234218
HSL124°28.81%88.43%
HSB/HSV124°7.26%91.76%
CMYK7.26%0.00%6.84%
8.24%

Color #D9EADA in popluar number systems.

HEXD9EADA
Decimal217234218
Binary110110011110101011011010
Octal331352332

Shades and tints

Shades of #D9EADA

#D9EADA
(217,234,218)
#C6D5C7
(198,213,199)
#B3C0B4
(179,192,180)
#A0ABA1
(160,171,161)
#8D968E
(141,150,142)
#7A817B
(122,129,123)
#676C68
(103,108,104)
#545755
(84,87,85)
#414242
(65,66,66)
#2E2D2F
(46,45,47)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #D9EADA

#D9EADA
(217,234,218)
#DCEBDD
(220,235,221)
#DFECE0
(223,236,224)
#E2EDE3
(226,237,227)
#E5EEE6
(229,238,230)
#E8EFE9
(232,239,233)
#EBF0EC
(235,240,236)
#EEF1EF
(238,241,239)
#F1F2F2
(241,242,242)
#F4F3F5
(244,243,245)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EADA; }

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

This text font color is #D9EADA.


Background Color

.myBgColor { background-color: #D9EADA; }

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

This div background color is #D9EADA.


Border color

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

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

This div border color is #D9EADA.


Opacity

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

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

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

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

This text has shadow with #D9EADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EADA on black background.


Color preview on white background

This text has color #D9EADA on white background.



Black color preview on #D9EADA background

This text has black color on #D9EADA background.


White color preview on #D9EADA background

This text has white color on #D9EADA background.