COLOR #D8F7C0

HEX: #D8F7C0
RGB: (216,247,192)

Color info

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

RGB color model

#D8F7C0 color RGB value is (216,247,192).

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

RGB channels and saturation

R 216 of 255 = 85%
G 247 of 255 = 97%
B 192 of 255 = 75%

216
247
192

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

Portions of RGB colors in percentages

R + G + B =
216 + 247 + 192 = 655 (100%)
R 216 of 655 ~ 32.98%
G 247 of 655 ~ 37.71%
B 192 of 655 ~ 29.31%

%32.98
%37.71
%29.31

CMYK color model

#D8F7C0 color CMYK value is (13,0,22,3).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 3.14%
CMYK:
(13,0,22,3)
C13M0Y22K3 
(13%,0%,22%,3%)
(0.13/0.00/0.22/0.03)	

CMYK percentages

%12.55
%0
%22.27
%3.14

Codes

Color #D8F7C0 in popluar color models

D8F7C0
RGB216247192
HSL94°77.46%86.08%
HSB/HSV94°22.27%96.86%
CMYK12.55%0.00%22.27%
3.14%

Color #D8F7C0 in popluar number systems.

HEXD8F7C0
Decimal216247192
Binary110110001111011111000000
Octal330367300

Shades and tints

Shades of #D8F7C0

#D8F7C0
(216,247,192)
#C5E1AF
(197,225,175)
#B2CB9E
(178,203,158)
#9FB58D
(159,181,141)
#8C9F7C
(140,159,124)
#79896B
(121,137,107)
#66735A
(102,115,90)
#535D49
(83,93,73)
#404738
(64,71,56)
#2D3127
(45,49,39)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #D8F7C0

#D8F7C0
(216,247,192)
#DBF7C5
(219,247,197)
#DEF7CA
(222,247,202)
#E1F7CF
(225,247,207)
#E4F7D4
(228,247,212)
#E7F7D9
(231,247,217)
#EAF7DE
(234,247,222)
#EDF7E3
(237,247,227)
#F0F7E8
(240,247,232)
#F3F7ED
(243,247,237)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F7C0; }

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

This text font color is #D8F7C0.


Background Color

.myBgColor { background-color: #D8F7C0; }

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

This div background color is #D8F7C0.


Border color

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

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

This div border color is #D8F7C0.


Opacity

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

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

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

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

This text has shadow with #D8F7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F7C0 on black background.


Color preview on white background

This text has color #D8F7C0 on white background.



Black color preview on #D8F7C0 background

This text has black color on #D8F7C0 background.


White color preview on #D8F7C0 background

This text has white color on #D8F7C0 background.