COLOR #D2F8CC

HEX: #D2F8CC
RGB: (210,248,204)

Color info

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

RGB color model

#D2F8CC color RGB value is (210,248,204).

  • red value is 210;
  • green value is 248;
  • blue value is 204.
RGB:
(210,248,204)
(82%,97%,80%)

RGB channels and saturation

R 210 of 255 = 82%
G 248 of 255 = 97%
B 204 of 255 = 80%

210
248
204

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

Portions of RGB colors in percentages

R + G + B =
210 + 248 + 204 = 662 (100%)
R 210 of 662 ~ 31.72%
G 248 of 662 ~ 37.46%
B 204 of 662 ~ 30.82%

%31.72
%37.46
%30.82

CMYK color model

#D2F8CC color CMYK value is (15,0,18,3).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 2.75%
CMYK:
(15,0,18,3)
C15M0Y18K3 
(15%,0%,18%,3%)
(0.15/0.00/0.18/0.03)	

CMYK percentages

%15.32
%0
%17.74
%2.75

Codes

Color #D2F8CC in popluar color models

D2F8CC
RGB210248204
HSL112°75.86%88.63%
HSB/HSV112°17.74%97.25%
CMYK15.32%0.00%17.74%
2.75%

Color #D2F8CC in popluar number systems.

HEXD2F8CC
Decimal210248204
Binary110100101111100011001100
Octal322370314

Shades and tints

Shades of #D2F8CC

#D2F8CC
(210,248,204)
#BFE2BA
(191,226,186)
#ACCCA8
(172,204,168)
#99B696
(153,182,150)
#86A084
(134,160,132)
#738A72
(115,138,114)
#607460
(96,116,96)
#4D5E4E
(77,94,78)
#3A483C
(58,72,60)
#27322A
(39,50,42)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #D2F8CC

#D2F8CC
(210,248,204)
#D6F8D0
(214,248,208)
#DAF8D4
(218,248,212)
#DEF8D8
(222,248,216)
#E2F8DC
(226,248,220)
#E6F8E0
(230,248,224)
#EAF8E4
(234,248,228)
#EEF8E8
(238,248,232)
#F2F8EC
(242,248,236)
#F6F8F0
(246,248,240)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F8CC color. Also use rgb(210,248,204) instead hex code.

Text Font Color

.myTextColor { color: #D2F8CC; }

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

This text font color is #D2F8CC.


Background Color

.myBgColor { background-color: #D2F8CC; }

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

This div background color is #D2F8CC.


Border color

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

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

This div border color is #D2F8CC.


Opacity

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

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

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

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

This text has shadow with #D2F8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F8CC on black background.


Color preview on white background

This text has color #D2F8CC on white background.



Black color preview on #D2F8CC background

This text has black color on #D2F8CC background.


White color preview on #D2F8CC background

This text has white color on #D2F8CC background.