COLOR #D8FFC9

HEX: #D8FFC9
RGB: (216,255,201)

Color info

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

RGB color model

#D8FFC9 color RGB value is (216,255,201).

  • red value is 216;
  • green value is 255;
  • blue value is 201.
RGB:
(216,255,201)
(85%,100%,79%)

RGB channels and saturation

R 216 of 255 = 85%
G 255 of 255 = 100%
B 201 of 255 = 79%

216
255
201

R + G + B ~ 88%. #D8FFC9 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 255 + 201 = 672 (100%)
R 216 of 672 ~ 32.14%
G 255 of 672 ~ 37.95%
B 201 of 672 ~ 29.91%

%32.14
%37.95
%29.91

CMYK color model

#D8FFC9 color CMYK value is (15,0,21,0).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 0.00%
CMYK:
(15,0,21,0)
C15M0Y21K0 
(15%,0%,21%,0%)
(0.15/0.00/0.21/0.00)	

CMYK percentages

%15.29
%0
%21.18
%0

Codes

Color #D8FFC9 in popluar color models

D8FFC9
RGB216255201
HSL103°100.00%89.41%
HSB/HSV103°21.18%100.00%
CMYK15.29%0.00%21.18%
0.00%

Color #D8FFC9 in popluar number systems.

HEXD8FFC9
Decimal216255201
Binary110110001111111111001001
Octal330377311

Shades and tints

Shades of #D8FFC9

#D8FFC9
(216,255,201)
#C5E8B7
(197,232,183)
#B2D1A5
(178,209,165)
#9FBA93
(159,186,147)
#8CA381
(140,163,129)
#798C6F
(121,140,111)
#66755D
(102,117,93)
#535E4B
(83,94,75)
#404739
(64,71,57)
#2D3027
(45,48,39)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #D8FFC9

#D8FFC9
(216,255,201)
#DBFFCD
(219,255,205)
#DEFFD1
(222,255,209)
#E1FFD5
(225,255,213)
#E4FFD9
(228,255,217)
#E7FFDD
(231,255,221)
#EAFFE1
(234,255,225)
#EDFFE5
(237,255,229)
#F0FFE9
(240,255,233)
#F3FFED
(243,255,237)
#F6FFF1
(246,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FFC9 color. Also use rgb(216,255,201) instead hex code.

Text Font Color

.myTextColor { color: #D8FFC9; }

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

This text font color is #D8FFC9.


Background Color

.myBgColor { background-color: #D8FFC9; }

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

This div background color is #D8FFC9.


Border color

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

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

This div border color is #D8FFC9.


Opacity

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

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

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

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

This text has shadow with #D8FFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FFC9 on black background.


Color preview on white background

This text has color #D8FFC9 on white background.



Black color preview on #D8FFC9 background

This text has black color on #D8FFC9 background.


White color preview on #D8FFC9 background

This text has white color on #D8FFC9 background.