COLOR #D2F5CE

HEX: #D2F5CE
RGB: (210,245,206)

Color info

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

RGB color model

#D2F5CE color RGB value is (210,245,206).

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

RGB channels and saturation

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

210
245
206

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

Portions of RGB colors in percentages

R + G + B =
210 + 245 + 206 = 661 (100%)
R 210 of 661 ~ 31.77%
G 245 of 661 ~ 37.07%
B 206 of 661 ~ 31.16%

%31.77
%37.07
%31.16

CMYK color model

#D2F5CE color CMYK value is (14,0,16,4).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • key color value is 3.92%
CMYK:
(14,0,16,4)
C14M0Y16K4 
(14%,0%,16%,4%)
(0.14/0.00/0.16/0.04)	

CMYK percentages

%14.29
%0
%15.92
%3.92

Codes

Color #D2F5CE in popluar color models

D2F5CE
RGB210245206
HSL114°66.10%88.43%
HSB/HSV114°15.92%96.08%
CMYK14.29%0.00%15.92%
3.92%

Color #D2F5CE in popluar number systems.

HEXD2F5CE
Decimal210245206
Binary110100101111010111001110
Octal322365316

Shades and tints

Shades of #D2F5CE

#D2F5CE
(210,245,206)
#BFDFBC
(191,223,188)
#ACC9AA
(172,201,170)
#99B398
(153,179,152)
#869D86
(134,157,134)
#738774
(115,135,116)
#607162
(96,113,98)
#4D5B50
(77,91,80)
#3A453E
(58,69,62)
#272F2C
(39,47,44)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #D2F5CE

#D2F5CE
(210,245,206)
#D6F5D2
(214,245,210)
#DAF5D6
(218,245,214)
#DEF5DA
(222,245,218)
#E2F5DE
(226,245,222)
#E6F5E2
(230,245,226)
#EAF5E6
(234,245,230)
#EEF5EA
(238,245,234)
#F2F5EE
(242,245,238)
#F6F5F2
(246,245,242)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F5CE; }

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

This text font color is #D2F5CE.


Background Color

.myBgColor { background-color: #D2F5CE; }

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

This div background color is #D2F5CE.


Border color

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

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

This div border color is #D2F5CE.


Opacity

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

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

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

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

This text has shadow with #D2F5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F5CE on black background.


Color preview on white background

This text has color #D2F5CE on white background.



Black color preview on #D2F5CE background

This text has black color on #D2F5CE background.


White color preview on #D2F5CE background

This text has white color on #D2F5CE background.