COLOR #D2F6CE

HEX: #D2F6CE
RGB: (210,246,206)

Color info

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

RGB color model

#D2F6CE color RGB value is (210,246,206).

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

RGB channels and saturation

R 210 of 255 = 82%
G 246 of 255 = 96%
B 206 of 255 = 81%

210
246
206

R + G + B ~ 86%. #D2F6CE is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 246 + 206 = 662 (100%)
R 210 of 662 ~ 31.72%
G 246 of 662 ~ 37.16%
B 206 of 662 ~ 31.12%

%31.72
%37.16
%31.12

CMYK color model

#D2F6CE color CMYK value is (15,0,16,4).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK:
(15,0,16,4)
C15M0Y16K4 
(15%,0%,16%,4%)
(0.15/0.00/0.16/0.04)	

CMYK percentages

%14.63
%0
%16.26
%3.53

Codes

Color #D2F6CE in popluar color models

D2F6CE
RGB210246206
HSL114°68.97%88.63%
HSB/HSV114°16.26%96.47%
CMYK14.63%0.00%16.26%
3.53%

Color #D2F6CE in popluar number systems.

HEXD2F6CE
Decimal210246206
Binary110100101111011011001110
Octal322366316

Shades and tints

Shades of #D2F6CE

#D2F6CE
(210,246,206)
#BFE0BC
(191,224,188)
#ACCAAA
(172,202,170)
#99B498
(153,180,152)
#869E86
(134,158,134)
#738874
(115,136,116)
#607262
(96,114,98)
#4D5C50
(77,92,80)
#3A463E
(58,70,62)
#27302C
(39,48,44)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #D2F6CE

#D2F6CE
(210,246,206)
#D6F6D2
(214,246,210)
#DAF6D6
(218,246,214)
#DEF6DA
(222,246,218)
#E2F6DE
(226,246,222)
#E6F6E2
(230,246,226)
#EAF6E6
(234,246,230)
#EEF6EA
(238,246,234)
#F2F6EE
(242,246,238)
#F6F6F2
(246,246,242)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F6CE; }

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

This text font color is #D2F6CE.


Background Color

.myBgColor { background-color: #D2F6CE; }

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

This div background color is #D2F6CE.


Border color

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

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

This div border color is #D2F6CE.


Opacity

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

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

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

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

This text has shadow with #D2F6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F6CE on black background.


Color preview on white background

This text has color #D2F6CE on white background.



Black color preview on #D2F6CE background

This text has black color on #D2F6CE background.


White color preview on #D2F6CE background

This text has white color on #D2F6CE background.