COLOR #D2FAE0

HEX: #D2FAE0
RGB: (210,250,224)

Color info

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

RGB color model

#D2FAE0 color RGB value is (210,250,224).

  • red value is 210;
  • green value is 250;
  • blue value is 224.
RGB:
(210,250,224)
(82%,98%,88%)

RGB channels and saturation

R 210 of 255 = 82%
G 250 of 255 = 98%
B 224 of 255 = 88%

210
250
224

R + G + B ~ 89%. #D2FAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 250 + 224 = 684 (100%)
R 210 of 684 ~ 30.7%
G 250 of 684 ~ 36.55%
B 224 of 684 ~ 32.75%

%30.7
%36.55
%32.75

CMYK color model

#D2FAE0 color CMYK value is (16,0,10,2).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 1.96%
CMYK:
(16,0,10,2)
C16M0Y10K2 
(16%,0%,10%,2%)
(0.16/0.00/0.10/0.02)	

CMYK percentages

%16
%0
%10.4
%1.96

Codes

Color #D2FAE0 in popluar color models

D2FAE0
RGB210250224
HSL141°80.00%90.20%
HSB/HSV141°16.00%98.04%
CMYK16.00%0.00%10.40%
1.96%

Color #D2FAE0 in popluar number systems.

HEXD2FAE0
Decimal210250224
Binary110100101111101011100000
Octal322372340

Shades and tints

Shades of #D2FAE0

#D2FAE0
(210,250,224)
#BFE4CC
(191,228,204)
#ACCEB8
(172,206,184)
#99B8A4
(153,184,164)
#86A290
(134,162,144)
#738C7C
(115,140,124)
#607668
(96,118,104)
#4D6054
(77,96,84)
#3A4A40
(58,74,64)
#27342C
(39,52,44)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #D2FAE0

#D2FAE0
(210,250,224)
#D6FAE2
(214,250,226)
#DAFAE4
(218,250,228)
#DEFAE6
(222,250,230)
#E2FAE8
(226,250,232)
#E6FAEA
(230,250,234)
#EAFAEC
(234,250,236)
#EEFAEE
(238,250,238)
#F2FAF0
(242,250,240)
#F6FAF2
(246,250,242)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2FAE0 color. Also use rgb(210,250,224) instead hex code.

Text Font Color

.myTextColor { color: #D2FAE0; }

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

This text font color is #D2FAE0.


Background Color

.myBgColor { background-color: #D2FAE0; }

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

This div background color is #D2FAE0.


Border color

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

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

This div border color is #D2FAE0.


Opacity

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

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

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

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

This text has shadow with #D2FAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FAE0 on black background.


Color preview on white background

This text has color #D2FAE0 on white background.



Black color preview on #D2FAE0 background

This text has black color on #D2FAE0 background.


White color preview on #D2FAE0 background

This text has white color on #D2FAE0 background.