COLOR #D2FEE6

HEX: #D2FEE6
RGB: (210,254,230)

Color info

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

RGB color model

#D2FEE6 color RGB value is (210,254,230).

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

RGB channels and saturation

R 210 of 255 = 82%
G 254 of 255 = 100%
B 230 of 255 = 90%

210
254
230

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

Portions of RGB colors in percentages

R + G + B =
210 + 254 + 230 = 694 (100%)
R 210 of 694 ~ 30.26%
G 254 of 694 ~ 36.6%
B 230 of 694 ~ 33.14%

%30.26
%36.6
%33.14

CMYK color model

#D2FEE6 color CMYK value is (17,0,9,0).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(17,0,9,0)
C17M0Y9K0 
(17%,0%,9%,0%)
(0.17/0.00/0.09/0.00)	

CMYK percentages

%17.32
%0
%9.45
%0.39

Codes

Color #D2FEE6 in popluar color models

D2FEE6
RGB210254230
HSL147°95.65%90.98%
HSB/HSV147°17.32%99.61%
CMYK17.32%0.00%9.45%
0.39%

Color #D2FEE6 in popluar number systems.

HEXD2FEE6
Decimal210254230
Binary110100101111111011100110
Octal322376346

Shades and tints

Shades of #D2FEE6

#D2FEE6
(210,254,230)
#BFE7D2
(191,231,210)
#ACD0BE
(172,208,190)
#99B9AA
(153,185,170)
#86A296
(134,162,150)
#738B82
(115,139,130)
#60746E
(96,116,110)
#4D5D5A
(77,93,90)
#3A4646
(58,70,70)
#272F32
(39,47,50)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #D2FEE6

#D2FEE6
(210,254,230)
#D6FEE8
(214,254,232)
#DAFEEA
(218,254,234)
#DEFEEC
(222,254,236)
#E2FEEE
(226,254,238)
#E6FEF0
(230,254,240)
#EAFEF2
(234,254,242)
#EEFEF4
(238,254,244)
#F2FEF6
(242,254,246)
#F6FEF8
(246,254,248)
#FAFEFA
(250,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2FEE6; }

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

This text font color is #D2FEE6.


Background Color

.myBgColor { background-color: #D2FEE6; }

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

This div background color is #D2FEE6.


Border color

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

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

This div border color is #D2FEE6.


Opacity

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

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

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

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

This text has shadow with #D2FEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FEE6 on black background.


Color preview on white background

This text has color #D2FEE6 on white background.



Black color preview on #D2FEE6 background

This text has black color on #D2FEE6 background.


White color preview on #D2FEE6 background

This text has white color on #D2FEE6 background.