COLOR #D2F6E7

HEX: #D2F6E7
RGB: (210,246,231)

Color info

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

RGB color model

#D2F6E7 color RGB value is (210,246,231).

  • red value is 210;
  • green value is 246;
  • blue value is 231.
RGB:
(210,246,231)
(82%,96%,91%)

RGB channels and saturation

R 210 of 255 = 82%
G 246 of 255 = 96%
B 231 of 255 = 91%

210
246
231

R + G + B ~ 90%. #D2F6E7 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 246 + 231 = 687 (100%)
R 210 of 687 ~ 30.57%
G 246 of 687 ~ 35.81%
B 231 of 687 ~ 33.62%

%30.57
%35.81
%33.62

CMYK color model

#D2F6E7 color CMYK value is (15,0,6,4).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 6.10%
  • key color value is 3.53%
CMYK:
(15,0,6,4)
C15M0Y6K4 
(15%,0%,6%,4%)
(0.15/0.00/0.06/0.04)	

CMYK percentages

%14.63
%0
%6.1
%3.53

Codes

Color #D2F6E7 in popluar color models

D2F6E7
RGB210246231
HSL155°66.67%89.41%
HSB/HSV155°14.63%96.47%
CMYK14.63%0.00%6.10%
3.53%

Color #D2F6E7 in popluar number systems.

HEXD2F6E7
Decimal210246231
Binary110100101111011011100111
Octal322366347

Shades and tints

Shades of #D2F6E7

#D2F6E7
(210,246,231)
#BFE0D2
(191,224,210)
#ACCABD
(172,202,189)
#99B4A8
(153,180,168)
#869E93
(134,158,147)
#73887E
(115,136,126)
#607269
(96,114,105)
#4D5C54
(77,92,84)
#3A463F
(58,70,63)
#27302A
(39,48,42)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #D2F6E7

#D2F6E7
(210,246,231)
#D6F6E9
(214,246,233)
#DAF6EB
(218,246,235)
#DEF6ED
(222,246,237)
#E2F6EF
(226,246,239)
#E6F6F1
(230,246,241)
#EAF6F3
(234,246,243)
#EEF6F5
(238,246,245)
#F2F6F7
(242,246,247)
#F6F6F9
(246,246,249)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F6E7 color. Also use rgb(210,246,231) instead hex code.

Text Font Color

.myTextColor { color: #D2F6E7; }

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

This text font color is #D2F6E7.


Background Color

.myBgColor { background-color: #D2F6E7; }

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

This div background color is #D2F6E7.


Border color

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

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

This div border color is #D2F6E7.


Opacity

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

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

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

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

This text has shadow with #D2F6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F6E7 on black background.


Color preview on white background

This text has color #D2F6E7 on white background.



Black color preview on #D2F6E7 background

This text has black color on #D2F6E7 background.


White color preview on #D2F6E7 background

This text has white color on #D2F6E7 background.