COLOR #D8FCCE

HEX: #D8FCCE RGB: (216,252,206)

Color info

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

RGB color model

#D8FCCE color RGB value is (216,252,206).

RGB: (216,252,206) (85%, 99%, 81%)

RGB channels and saturation

R 216 of 255 = 85%
G 252 of 255 = 99%
B 206 of 255 = 81%

216
252
206

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

Portions of RGB colors in percentages

R + G + B = 216 + 252 + 206 = 674 (100%)
R 216 of 674 ~ 32.05%
G 252 of 674 ~ 37.39%
B 206 of 674 ~ 30.56'%

%32.05
%37.39
%30.56

CMYK color model

#D8FCCE color CMYK value is (14,0,18,1).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 1.18%

CMYK: (14,0,18,1)
C14M0Y18K1 (14%, 0%, 18%, 1%)
(0.14 / 0.00 / 0.18 / 0.01)

CMYK percentages

%14.29
%0
%18.25
%1.18

Codes

Color #D8FCCE in popluar color models

D8 FC CE
RGB 216 252 206
HSL 107° 88.46% 89.80%
HSB/HSV 107° 18.25% 98.82%
CMYK 14.29% 0.00% 18.25%
1.18%

Color #D8FCCE in popluar number systems.

HEX D8 FC CE
Decimal 216 252 206
Binary 11011000 11111100 11001110
Octal 330 374 316

Shades and tints

Shades of #D8FCCE

#D8FCCE
(216,252,206)
#C5E6BC
(197,230,188)
#B2D0AA
(178,208,170)
#9FBA98
(159,186,152)
#8CA486
(140,164,134)
#798E74
(121,142,116)
#667862
(102,120,98)
#536250
(83,98,80)
#404C3E
(64,76,62)
#2D362C
(45,54,44)
#1A201A
(26,32,26)
#000000
(0,0,0)

Tints of #D8FCCE

#D8FCCE
(216,252,206)
#DBFCD2
(219,252,210)
#DEFCD6
(222,252,214)
#E1FCDA
(225,252,218)
#E4FCDE
(228,252,222)
#E7FCE2
(231,252,226)
#EAFCE6
(234,252,230)
#EDFCEA
(237,252,234)
#F0FCEE
(240,252,238)
#F3FCF2
(243,252,242)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FCCE color. Also use rgb(216,252,206) instead hex code.

Text Font Color

.myTextColor { color: #D8FCCE; }

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

This text font color is #D8FCCE.

Background Color

.myBgColor { background-color: #D8FCCE; }

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

This div background color is #D8FCCE.

Border color

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

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

This div border color is #D8FCCE.

Opacity

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

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

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

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

This text has shadow with #D8FCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8FCCE.

Preview

Color preview on black background

This text has color #D8FCCE on black background.


Color preview on white background

This text has color #D8FCCE on white background.


Black color preview on #D8FCCE background

This text has black color on #D8FCCE background.


White color preview on #D8FCCE background

This text has white color on #D8FCCE background.


Related colors

Complementary color

Complementary color for #hex is #270331.


I love getcolorcode.com

Triadic colors

1 #CED8FC and #FCCED8 with #D8FCCE are triadic colors.

2 #CEFCD8 and #FCD8CE with #D8FCCE are triadic colors.