COLOR #D1EAE6

HEX: #D1EAE6
RGB: (209,234,230)

Color info

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

RGB color model

#D1EAE6 color RGB value is (209,234,230).

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

RGB channels and saturation

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

209
234
230

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

Portions of RGB colors in percentages

R + G + B =
209 + 234 + 230 = 673 (100%)
R 209 of 673 ~ 31.05%
G 234 of 673 ~ 34.77%
B 230 of 673 ~ 34.18%

%31.05
%34.77
%34.18

CMYK color model

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

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

Codes

Color #D1EAE6 in popluar color models

D1EAE6
RGB209234230
HSL170°37.31%86.86%
HSB/HSV170°10.68%91.76%
CMYK10.68%0.00%1.71%
8.24%

Color #D1EAE6 in popluar number systems.

HEXD1EAE6
Decimal209234230
Binary110100011110101011100110
Octal321352346

Shades and tints

Shades of #D1EAE6

#D1EAE6
(209,234,230)
#BED5D2
(190,213,210)
#ABC0BE
(171,192,190)
#98ABAA
(152,171,170)
#859696
(133,150,150)
#728182
(114,129,130)
#5F6C6E
(95,108,110)
#4C575A
(76,87,90)
#394246
(57,66,70)
#262D32
(38,45,50)
#13181E
(19,24,30)
#000000
(0,0,0)

Tints of #D1EAE6

#D1EAE6
(209,234,230)
#D5EBE8
(213,235,232)
#D9ECEA
(217,236,234)
#DDEDEC
(221,237,236)
#E1EEEE
(225,238,238)
#E5EFF0
(229,239,240)
#E9F0F2
(233,240,242)
#EDF1F4
(237,241,244)
#F1F2F6
(241,242,246)
#F5F3F8
(245,243,248)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EAE6; }

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

This text font color is #D1EAE6.


Background Color

.myBgColor { background-color: #D1EAE6; }

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

This div background color is #D1EAE6.


Border color

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

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

This div border color is #D1EAE6.


Opacity

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

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

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

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

This text has shadow with #D1EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EAE6 on black background.


Color preview on white background

This text has color #D1EAE6 on white background.



Black color preview on #D1EAE6 background

This text has black color on #D1EAE6 background.


White color preview on #D1EAE6 background

This text has white color on #D1EAE6 background.