COLOR #D2FAED

HEX: #D2FAED
RGB: (210,250,237)

Color info

#D2FAED contains red, green and blue colors in about the same proportion. Web safe color of #D2FAED is #CCFFFF (or #CFF).

RGB color model

#D2FAED color RGB value is (210,250,237).

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

RGB channels and saturation

R 210 of 255 = 82%
G 250 of 255 = 98%
B 237 of 255 = 93%

210
250
237

R + G + B ~ 91%. #D2FAED is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 250 + 237 = 697 (100%)
R 210 of 697 ~ 30.13%
G 250 of 697 ~ 35.87%
B 237 of 697 ~ 34%

%30.13
%35.87
%34

CMYK color model

#D2FAED color CMYK value is (16,0,5,2).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%
CMYK:
(16,0,5,2)
C16M0Y5K2 
(16%,0%,5%,2%)
(0.16/0.00/0.05/0.02)	

CMYK percentages

%16
%0
%5.2
%1.96

Codes

Color #D2FAED in popluar color models

D2FAED
RGB210250237
HSL161°80.00%90.20%
HSB/HSV161°16.00%98.04%
CMYK16.00%0.00%5.20%
1.96%

Color #D2FAED in popluar number systems.

HEXD2FAED
Decimal210250237
Binary110100101111101011101101
Octal322372355

Shades and tints

Shades of #D2FAED

#D2FAED
(210,250,237)
#BFE4D8
(191,228,216)
#ACCEC3
(172,206,195)
#99B8AE
(153,184,174)
#86A299
(134,162,153)
#738C84
(115,140,132)
#60766F
(96,118,111)
#4D605A
(77,96,90)
#3A4A45
(58,74,69)
#273430
(39,52,48)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #D2FAED

#D2FAED
(210,250,237)
#D6FAEE
(214,250,238)
#DAFAEF
(218,250,239)
#DEFAF0
(222,250,240)
#E2FAF1
(226,250,241)
#E6FAF2
(230,250,242)
#EAFAF3
(234,250,243)
#EEFAF4
(238,250,244)
#F2FAF5
(242,250,245)
#F6FAF6
(246,250,246)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2FAED; }

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

This text font color is #D2FAED.


Background Color

.myBgColor { background-color: #D2FAED; }

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

This div background color is #D2FAED.


Border color

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

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

This div border color is #D2FAED.


Opacity

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

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

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

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

This text has shadow with #D2FAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FAED on black background.


Color preview on white background

This text has color #D2FAED on white background.



Black color preview on #D2FAED background

This text has black color on #D2FAED background.


White color preview on #D2FAED background

This text has white color on #D2FAED background.