COLOR #D8F7C2

HEX: #D8F7C2 RGB: (216,247,194)

Color info

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

RGB color model

#D8F7C2 color RGB value is (216,247,194).

RGB: (216,247,194) (85%, 97%, 76%)

RGB channels and saturation

R 216 of 255 = 85%
G 247 of 255 = 97%
B 194 of 255 = 76%

216
247
194

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

Portions of RGB colors in percentages

R + G + B = 216 + 247 + 194 = 657 (100%)
R 216 of 657 ~ 32.88%
G 247 of 657 ~ 37.6%
B 194 of 657 ~ 29.53'%

%32.88
%37.6
%29.53

CMYK color model

#D8F7C2 color CMYK value is (13,0,21,3).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • key color value is 3.14%

CMYK: (13,0,21,3)
C13M0Y21K3 (13%,0%,21%,3%)
(0.13/0.00/ /0.03)

CMYK percentages

%12.55
%0
%21.46
%3.14

Codes

Color #D8F7C2 in popluar color models

D8 F7 C2
RGB 216 247 194
HSL 95° 76.81% 86.47%
HSB/HSV 95° 21.46% 96.86%
CMYK 12.55% 0.00% 21.46%
3.14%

Color #D8F7C2 in popluar number systems.

HEX D8 F7 C2
Decimal 216 247 194
Binary 11011000 11110111 11000010
Octal 330 367 302

Shades and tints

Shades of #D8F7C2

#D8F7C2
(216,247,194)
#C5E1B1
(197,225,177)
#B2CBA0
(178,203,160)
#9FB58F
(159,181,143)
#8C9F7E
(140,159,126)
#79896D
(121,137,109)
#66735C
(102,115,92)
#535D4B
(83,93,75)
#40473A
(64,71,58)
#2D3129
(45,49,41)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #D8F7C2

#D8F7C2
(216,247,194)
#DBF7C7
(219,247,199)
#DEF7CC
(222,247,204)
#E1F7D1
(225,247,209)
#E4F7D6
(228,247,214)
#E7F7DB
(231,247,219)
#EAF7E0
(234,247,224)
#EDF7E5
(237,247,229)
#F0F7EA
(240,247,234)
#F3F7EF
(243,247,239)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F7C2; }

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

This text font color is #D8F7C2.

Background Color

.myBgColor { background-color: #D8F7C2; }

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

This div background color is #D8F7C2.

Border color

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

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

This div border color is #D8F7C2.

Opacity

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

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

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

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

This text has shadow with #D8F7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F7C2.

Preview

Color preview on black background

This text has color #D8F7C2 on black background.


Color preview on white background

This text has color #D8F7C2 on white background.


Black color preview on #D8F7C2 background

This text has black color on #D8F7C2 background.


White color preview on #D8F7C2 background

This text has white color on #D8F7C2 background.


Related colors

Complementary color

Complementary color for #hex is #27083D.


I love getcolorcode.com

Triadic colors

1 #C2D8F7 and #F7C2D8 with #D8F7C2 are triadic colors.

2 #C2F7D8 and #F7D8C2 with #D8F7C2 are triadic colors.