COLOR #D8F6C6

HEX: #D8F6C6
RGB: (216,246,198)

Color info

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

RGB color model

#D8F6C6 color RGB value is (216,246,198).

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

RGB channels and saturation

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

216
246
198

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

Portions of RGB colors in percentages

R + G + B =
216 + 246 + 198 = 660 (100%)
R 216 of 660 ~ 32.73%
G 246 of 660 ~ 37.27%
B 198 of 660 ~ 30%

%32.73
%37.27
%30

CMYK color model

#D8F6C6 color CMYK value is (12,0,20,4).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 3.53%
CMYK:
(12,0,20,4)
C12M0Y20K4 
(12%,0%,20%,4%)
(0.12/0.00/0.20/0.04)	

CMYK percentages

%12.2
%0
%19.51
%3.53

Codes

Color #D8F6C6 in popluar color models

D8F6C6
RGB216246198
HSL98°72.73%87.06%
HSB/HSV98°19.51%96.47%
CMYK12.20%0.00%19.51%
3.53%

Color #D8F6C6 in popluar number systems.

HEXD8F6C6
Decimal216246198
Binary110110001111011011000110
Octal330366306

Shades and tints

Shades of #D8F6C6

#D8F6C6
(216,246,198)
#C5E0B4
(197,224,180)
#B2CAA2
(178,202,162)
#9FB490
(159,180,144)
#8C9E7E
(140,158,126)
#79886C
(121,136,108)
#66725A
(102,114,90)
#535C48
(83,92,72)
#404636
(64,70,54)
#2D3024
(45,48,36)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #D8F6C6

#D8F6C6
(216,246,198)
#DBF6CB
(219,246,203)
#DEF6D0
(222,246,208)
#E1F6D5
(225,246,213)
#E4F6DA
(228,246,218)
#E7F6DF
(231,246,223)
#EAF6E4
(234,246,228)
#EDF6E9
(237,246,233)
#F0F6EE
(240,246,238)
#F3F6F3
(243,246,243)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F6C6; }

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

This text font color is #D8F6C6.


Background Color

.myBgColor { background-color: #D8F6C6; }

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

This div background color is #D8F6C6.


Border color

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

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

This div border color is #D8F6C6.


Opacity

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

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

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

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

This text has shadow with #D8F6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F6C6 on black background.


Color preview on white background

This text has color #D8F6C6 on white background.



Black color preview on #D8F6C6 background

This text has black color on #D8F6C6 background.


White color preview on #D8F6C6 background

This text has white color on #D8F6C6 background.