COLOR #D2F8C6

HEX: #D2F8C6
RGB: (210,248,198)

Color info

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

RGB color model

#D2F8C6 color RGB value is (210,248,198).

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

RGB channels and saturation

R 210 of 255 = 82%
G 248 of 255 = 97%
B 198 of 255 = 78%

210
248
198

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

Portions of RGB colors in percentages

R + G + B =
210 + 248 + 198 = 656 (100%)
R 210 of 656 ~ 32.01%
G 248 of 656 ~ 37.8%
B 198 of 656 ~ 30.18%

%32.01
%37.8
%30.18

CMYK color model

#D2F8C6 color CMYK value is (15,0,20,3).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 2.75%
CMYK:
(15,0,20,3)
C15M0Y20K3 
(15%,0%,20%,3%)
(0.15/0.00/0.20/0.03)	

CMYK percentages

%15.32
%0
%20.16
%2.75

Codes

Color #D2F8C6 in popluar color models

D2F8C6
RGB210248198
HSL106°78.13%87.45%
HSB/HSV106°20.16%97.25%
CMYK15.32%0.00%20.16%
2.75%

Color #D2F8C6 in popluar number systems.

HEXD2F8C6
Decimal210248198
Binary110100101111100011000110
Octal322370306

Shades and tints

Shades of #D2F8C6

#D2F8C6
(210,248,198)
#BFE2B4
(191,226,180)
#ACCCA2
(172,204,162)
#99B690
(153,182,144)
#86A07E
(134,160,126)
#738A6C
(115,138,108)
#60745A
(96,116,90)
#4D5E48
(77,94,72)
#3A4836
(58,72,54)
#273224
(39,50,36)
#141C12
(20,28,18)
#000000
(0,0,0)

Tints of #D2F8C6

#D2F8C6
(210,248,198)
#D6F8CB
(214,248,203)
#DAF8D0
(218,248,208)
#DEF8D5
(222,248,213)
#E2F8DA
(226,248,218)
#E6F8DF
(230,248,223)
#EAF8E4
(234,248,228)
#EEF8E9
(238,248,233)
#F2F8EE
(242,248,238)
#F6F8F3
(246,248,243)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F8C6; }

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

This text font color is #D2F8C6.


Background Color

.myBgColor { background-color: #D2F8C6; }

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

This div background color is #D2F8C6.


Border color

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

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

This div border color is #D2F8C6.


Opacity

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

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

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

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

This text has shadow with #D2F8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F8C6 on black background.


Color preview on white background

This text has color #D2F8C6 on white background.



Black color preview on #D2F8C6 background

This text has black color on #D2F8C6 background.


White color preview on #D2F8C6 background

This text has white color on #D2F8C6 background.