COLOR #D8F7C5

HEX: #D8F7C5
RGB: (216,247,197)

Color info

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

RGB color model

#D8F7C5 color RGB value is (216,247,197).

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

RGB channels and saturation

R 216 of 255 = 85%
G 247 of 255 = 97%
B 197 of 255 = 77%

216
247
197

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

Portions of RGB colors in percentages

R + G + B =
216 + 247 + 197 = 660 (100%)
R 216 of 660 ~ 32.73%
G 247 of 660 ~ 37.42%
B 197 of 660 ~ 29.85%

%32.73
%37.42
%29.85

CMYK color model

#D8F7C5 color CMYK value is (13,0,20,3).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 3.14%
CMYK:
(13,0,20,3)
C13M0Y20K3 
(13%,0%,20%,3%)
(0.13/0.00/0.20/0.03)	

CMYK percentages

%12.55
%0
%20.24
%3.14

Codes

Color #D8F7C5 in popluar color models

D8F7C5
RGB216247197
HSL97°75.76%87.06%
HSB/HSV97°20.24%96.86%
CMYK12.55%0.00%20.24%
3.14%

Color #D8F7C5 in popluar number systems.

HEXD8F7C5
Decimal216247197
Binary110110001111011111000101
Octal330367305

Shades and tints

Shades of #D8F7C5

#D8F7C5
(216,247,197)
#C5E1B4
(197,225,180)
#B2CBA3
(178,203,163)
#9FB592
(159,181,146)
#8C9F81
(140,159,129)
#798970
(121,137,112)
#66735F
(102,115,95)
#535D4E
(83,93,78)
#40473D
(64,71,61)
#2D312C
(45,49,44)
#1A1B1B
(26,27,27)
#000000
(0,0,0)

Tints of #D8F7C5

#D8F7C5
(216,247,197)
#DBF7CA
(219,247,202)
#DEF7CF
(222,247,207)
#E1F7D4
(225,247,212)
#E4F7D9
(228,247,217)
#E7F7DE
(231,247,222)
#EAF7E3
(234,247,227)
#EDF7E8
(237,247,232)
#F0F7ED
(240,247,237)
#F3F7F2
(243,247,242)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F7C5; }

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

This text font color is #D8F7C5.


Background Color

.myBgColor { background-color: #D8F7C5; }

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

This div background color is #D8F7C5.


Border color

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

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

This div border color is #D8F7C5.


Opacity

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

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

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

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

This text has shadow with #D8F7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F7C5 on black background.


Color preview on white background

This text has color #D8F7C5 on white background.



Black color preview on #D8F7C5 background

This text has black color on #D8F7C5 background.


White color preview on #D8F7C5 background

This text has white color on #D8F7C5 background.