COLOR #D1EAE5

HEX: #D1EAE5
RGB: (209,234,229)

Color info

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

RGB color model

#D1EAE5 color RGB value is (209,234,229).

  • red value is 209;
  • green value is 234;
  • blue value is 229.
RGB:
(209,234,229)
(82%,92%,90%)

RGB channels and saturation

R 209 of 255 = 82%
G 234 of 255 = 92%
B 229 of 255 = 90%

209
234
229

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

Portions of RGB colors in percentages

R + G + B =
209 + 234 + 229 = 672 (100%)
R 209 of 672 ~ 31.1%
G 234 of 672 ~ 34.82%
B 229 of 672 ~ 34.08%

%31.1
%34.82
%34.08

CMYK color model

#D1EAE5 color CMYK value is (11,0,2,8).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(11,0,2,8)
C11M0Y2K8 
(11%,0%,2%,8%)
(0.11/0.00/0.02/0.08)	

CMYK percentages

%10.68
%0
%2.14
%8.24

Codes

Color #D1EAE5 in popluar color models

D1EAE5
RGB209234229
HSL168°37.31%86.86%
HSB/HSV168°10.68%91.76%
CMYK10.68%0.00%2.14%
8.24%

Color #D1EAE5 in popluar number systems.

HEXD1EAE5
Decimal209234229
Binary110100011110101011100101
Octal321352345

Shades and tints

Shades of #D1EAE5

#D1EAE5
(209,234,229)
#BED5D1
(190,213,209)
#ABC0BD
(171,192,189)
#98ABA9
(152,171,169)
#859695
(133,150,149)
#728181
(114,129,129)
#5F6C6D
(95,108,109)
#4C5759
(76,87,89)
#394245
(57,66,69)
#262D31
(38,45,49)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #D1EAE5

#D1EAE5
(209,234,229)
#D5EBE7
(213,235,231)
#D9ECE9
(217,236,233)
#DDEDEB
(221,237,235)
#E1EEED
(225,238,237)
#E5EFEF
(229,239,239)
#E9F0F1
(233,240,241)
#EDF1F3
(237,241,243)
#F1F2F5
(241,242,245)
#F5F3F7
(245,243,247)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EAE5; }

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

This text font color is #D1EAE5.


Background Color

.myBgColor { background-color: #D1EAE5; }

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

This div background color is #D1EAE5.


Border color

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

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

This div border color is #D1EAE5.


Opacity

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

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

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

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

This text has shadow with #D1EAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EAE5 on black background.


Color preview on white background

This text has color #D1EAE5 on white background.



Black color preview on #D1EAE5 background

This text has black color on #D1EAE5 background.


White color preview on #D1EAE5 background

This text has white color on #D1EAE5 background.