COLOR #D2F6CA

HEX: #D2F6CA
RGB: (210,246,202)

Color info

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

RGB color model

#D2F6CA color RGB value is (210,246,202).

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

RGB channels and saturation

R 210 of 255 = 82%
G 246 of 255 = 96%
B 202 of 255 = 79%

210
246
202

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

Portions of RGB colors in percentages

R + G + B =
210 + 246 + 202 = 658 (100%)
R 210 of 658 ~ 31.91%
G 246 of 658 ~ 37.39%
B 202 of 658 ~ 30.7%

%31.91
%37.39
%30.7

CMYK color model

#D2F6CA color CMYK value is (15,0,18,4).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(15,0,18,4)
C15M0Y18K4 
(15%,0%,18%,4%)
(0.15/0.00/0.18/0.04)	

CMYK percentages

%14.63
%0
%17.89
%3.53

Codes

Color #D2F6CA in popluar color models

D2F6CA
RGB210246202
HSL109°70.97%87.84%
HSB/HSV109°17.89%96.47%
CMYK14.63%0.00%17.89%
3.53%

Color #D2F6CA in popluar number systems.

HEXD2F6CA
Decimal210246202
Binary110100101111011011001010
Octal322366312

Shades and tints

Shades of #D2F6CA

#D2F6CA
(210,246,202)
#BFE0B8
(191,224,184)
#ACCAA6
(172,202,166)
#99B494
(153,180,148)
#869E82
(134,158,130)
#738870
(115,136,112)
#60725E
(96,114,94)
#4D5C4C
(77,92,76)
#3A463A
(58,70,58)
#273028
(39,48,40)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #D2F6CA

#D2F6CA
(210,246,202)
#D6F6CE
(214,246,206)
#DAF6D2
(218,246,210)
#DEF6D6
(222,246,214)
#E2F6DA
(226,246,218)
#E6F6DE
(230,246,222)
#EAF6E2
(234,246,226)
#EEF6E6
(238,246,230)
#F2F6EA
(242,246,234)
#F6F6EE
(246,246,238)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F6CA; }

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

This text font color is #D2F6CA.


Background Color

.myBgColor { background-color: #D2F6CA; }

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

This div background color is #D2F6CA.


Border color

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

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

This div border color is #D2F6CA.


Opacity

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

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

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

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

This text has shadow with #D2F6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F6CA on black background.


Color preview on white background

This text has color #D2F6CA on white background.



Black color preview on #D2F6CA background

This text has black color on #D2F6CA background.


White color preview on #D2F6CA background

This text has white color on #D2F6CA background.