COLOR #D8F5C6

HEX: #D8F5C6
RGB: (216,245,198)

Color info

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

RGB color model

#D8F5C6 color RGB value is (216,245,198).

  • red value is 216;
  • green value is 245;
  • blue value is 198.
RGB:
(216,245,198)
(85%,96%,78%)

RGB channels and saturation

R 216 of 255 = 85%
G 245 of 255 = 96%
B 198 of 255 = 78%

216
245
198

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

Portions of RGB colors in percentages

R + G + B =
216 + 245 + 198 = 659 (100%)
R 216 of 659 ~ 32.78%
G 245 of 659 ~ 37.18%
B 198 of 659 ~ 30.05%

%32.78
%37.18
%30.05

CMYK color model

#D8F5C6 color CMYK value is (12,0,19,4).

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 3.92%
CMYK:
(12,0,19,4)
C12M0Y19K4 
(12%,0%,19%,4%)
(0.12/0.00/0.19/0.04)	

CMYK percentages

%11.84
%0
%19.18
%3.92

Codes

Color #D8F5C6 in popluar color models

D8F5C6
RGB216245198
HSL97°70.15%86.86%
HSB/HSV97°19.18%96.08%
CMYK11.84%0.00%19.18%
3.92%

Color #D8F5C6 in popluar number systems.

HEXD8F5C6
Decimal216245198
Binary110110001111010111000110
Octal330365306

Shades and tints

Shades of #D8F5C6

#D8F5C6
(216,245,198)
#C5DFB4
(197,223,180)
#B2C9A2
(178,201,162)
#9FB390
(159,179,144)
#8C9D7E
(140,157,126)
#79876C
(121,135,108)
#66715A
(102,113,90)
#535B48
(83,91,72)
#404536
(64,69,54)
#2D2F24
(45,47,36)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #D8F5C6

#D8F5C6
(216,245,198)
#DBF5CB
(219,245,203)
#DEF5D0
(222,245,208)
#E1F5D5
(225,245,213)
#E4F5DA
(228,245,218)
#E7F5DF
(231,245,223)
#EAF5E4
(234,245,228)
#EDF5E9
(237,245,233)
#F0F5EE
(240,245,238)
#F3F5F3
(243,245,243)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F5C6 color. Also use rgb(216,245,198) instead hex code.

Text Font Color

.myTextColor { color: #D8F5C6; }

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

This text font color is #D8F5C6.


Background Color

.myBgColor { background-color: #D8F5C6; }

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

This div background color is #D8F5C6.


Border color

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

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

This div border color is #D8F5C6.


Opacity

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

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

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

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

This text has shadow with #D8F5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F5C6 on black background.


Color preview on white background

This text has color #D8F5C6 on white background.



Black color preview on #D8F5C6 background

This text has black color on #D8F5C6 background.


White color preview on #D8F5C6 background

This text has white color on #D8F5C6 background.