COLOR #D2EAE6

HEX: #D2EAE6
RGB: (210,234,230)

Color info

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

RGB color model

#D2EAE6 color RGB value is (210,234,230).

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

RGB channels and saturation

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

210
234
230

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

Portions of RGB colors in percentages

R + G + B =
210 + 234 + 230 = 674 (100%)
R 210 of 674 ~ 31.16%
G 234 of 674 ~ 34.72%
B 230 of 674 ~ 34.12%

%31.16
%34.72
%34.12

CMYK color model

#D2EAE6 color CMYK value is (10,0,2,8).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(10,0,2,8)
C10M0Y2K8 
(10%,0%,2%,8%)
(0.10/0.00/0.02/0.08)	

CMYK percentages

%10.26
%0
%1.71
%8.24

Codes

Color #D2EAE6 in popluar color models

D2EAE6
RGB210234230
HSL170°36.36%87.06%
HSB/HSV170°10.26%91.76%
CMYK10.26%0.00%1.71%
8.24%

Color #D2EAE6 in popluar number systems.

HEXD2EAE6
Decimal210234230
Binary110100101110101011100110
Octal322352346

Shades and tints

Shades of #D2EAE6

#D2EAE6
(210,234,230)
#BFD5D2
(191,213,210)
#ACC0BE
(172,192,190)
#99ABAA
(153,171,170)
#869696
(134,150,150)
#738182
(115,129,130)
#606C6E
(96,108,110)
#4D575A
(77,87,90)
#3A4246
(58,66,70)
#272D32
(39,45,50)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #D2EAE6

#D2EAE6
(210,234,230)
#D6EBE8
(214,235,232)
#DAECEA
(218,236,234)
#DEEDEC
(222,237,236)
#E2EEEE
(226,238,238)
#E6EFF0
(230,239,240)
#EAF0F2
(234,240,242)
#EEF1F4
(238,241,244)
#F2F2F6
(242,242,246)
#F6F3F8
(246,243,248)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EAE6; }

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

This text font color is #D2EAE6.


Background Color

.myBgColor { background-color: #D2EAE6; }

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

This div background color is #D2EAE6.


Border color

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

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

This div border color is #D2EAE6.


Opacity

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

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

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

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

This text has shadow with #D2EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EAE6 on black background.


Color preview on white background

This text has color #D2EAE6 on white background.



Black color preview on #D2EAE6 background

This text has black color on #D2EAE6 background.


White color preview on #D2EAE6 background

This text has white color on #D2EAE6 background.