COLOR #D1EAE3

HEX: #D1EAE3
RGB: (209,234,227)

Color info

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

RGB color model

#D1EAE3 color RGB value is (209,234,227).

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

RGB channels and saturation

R 209 of 255 = 82%
G 234 of 255 = 92%
B 227 of 255 = 89%

209
234
227

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

Portions of RGB colors in percentages

R + G + B =
209 + 234 + 227 = 670 (100%)
R 209 of 670 ~ 31.19%
G 234 of 670 ~ 34.93%
B 227 of 670 ~ 33.88%

%31.19
%34.93
%33.88

CMYK color model

#D1EAE3 color CMYK value is (11,0,3,8).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 8.24%
CMYK:
(11,0,3,8)
C11M0Y3K8 
(11%,0%,3%,8%)
(0.11/0.00/0.03/0.08)	

CMYK percentages

%10.68
%0
%2.99
%8.24

Codes

Color #D1EAE3 in popluar color models

D1EAE3
RGB209234227
HSL163°37.31%86.86%
HSB/HSV163°10.68%91.76%
CMYK10.68%0.00%2.99%
8.24%

Color #D1EAE3 in popluar number systems.

HEXD1EAE3
Decimal209234227
Binary110100011110101011100011
Octal321352343

Shades and tints

Shades of #D1EAE3

#D1EAE3
(209,234,227)
#BED5CF
(190,213,207)
#ABC0BB
(171,192,187)
#98ABA7
(152,171,167)
#859693
(133,150,147)
#72817F
(114,129,127)
#5F6C6B
(95,108,107)
#4C5757
(76,87,87)
#394243
(57,66,67)
#262D2F
(38,45,47)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #D1EAE3

#D1EAE3
(209,234,227)
#D5EBE5
(213,235,229)
#D9ECE7
(217,236,231)
#DDEDE9
(221,237,233)
#E1EEEB
(225,238,235)
#E5EFED
(229,239,237)
#E9F0EF
(233,240,239)
#EDF1F1
(237,241,241)
#F1F2F3
(241,242,243)
#F5F3F5
(245,243,245)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EAE3; }

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

This text font color is #D1EAE3.


Background Color

.myBgColor { background-color: #D1EAE3; }

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

This div background color is #D1EAE3.


Border color

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

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

This div border color is #D1EAE3.


Opacity

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

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

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

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

This text has shadow with #D1EAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EAE3 on black background.


Color preview on white background

This text has color #D1EAE3 on white background.



Black color preview on #D1EAE3 background

This text has black color on #D1EAE3 background.


White color preview on #D1EAE3 background

This text has white color on #D1EAE3 background.