COLOR #D2F7C5

HEX: #D2F7C5
RGB: (210,247,197)

Color info

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

RGB color model

#D2F7C5 color RGB value is (210,247,197).

  • red value is 210;
  • green value is 247;
  • blue value is 197.
RGB:
(210,247,197)
(82%,97%,77%)

RGB channels and saturation

R 210 of 255 = 82%
G 247 of 255 = 97%
B 197 of 255 = 77%

210
247
197

R + G + B ~ 85%. #D2F7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 247 + 197 = 654 (100%)
R 210 of 654 ~ 32.11%
G 247 of 654 ~ 37.77%
B 197 of 654 ~ 30.12%

%32.11
%37.77
%30.12

CMYK color model

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

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

CMYK percentages

%14.98
%0
%20.24
%3.14

Codes

Color #D2F7C5 in popluar color models

D2F7C5
RGB210247197
HSL104°75.76%87.06%
HSB/HSV104°20.24%96.86%
CMYK14.98%0.00%20.24%
3.14%

Color #D2F7C5 in popluar number systems.

HEXD2F7C5
Decimal210247197
Binary110100101111011111000101
Octal322367305

Shades and tints

Shades of #D2F7C5

#D2F7C5
(210,247,197)
#BFE1B4
(191,225,180)
#ACCBA3
(172,203,163)
#99B592
(153,181,146)
#869F81
(134,159,129)
#738970
(115,137,112)
#60735F
(96,115,95)
#4D5D4E
(77,93,78)
#3A473D
(58,71,61)
#27312C
(39,49,44)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #D2F7C5

#D2F7C5
(210,247,197)
#D6F7CA
(214,247,202)
#DAF7CF
(218,247,207)
#DEF7D4
(222,247,212)
#E2F7D9
(226,247,217)
#E6F7DE
(230,247,222)
#EAF7E3
(234,247,227)
#EEF7E8
(238,247,232)
#F2F7ED
(242,247,237)
#F6F7F2
(246,247,242)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F7C5 color. Also use rgb(210,247,197) instead hex code.

Text Font Color

.myTextColor { color: #D2F7C5; }

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

This text font color is #D2F7C5.


Background Color

.myBgColor { background-color: #D2F7C5; }

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

This div background color is #D2F7C5.


Border color

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

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

This div border color is #D2F7C5.


Opacity

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

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

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

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

This text has shadow with #D2F7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F7C5 on black background.


Color preview on white background

This text has color #D2F7C5 on white background.



Black color preview on #D2F7C5 background

This text has black color on #D2F7C5 background.


White color preview on #D2F7C5 background

This text has white color on #D2F7C5 background.