COLOR #D8F4CA

HEX: #D8F4CA
RGB: (216,244,202)

Color info

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

RGB color model

#D8F4CA color RGB value is (216,244,202).

  • red value is 216;
  • green value is 244;
  • blue value is 202.
RGB:
(216,244,202)
(85%,96%,79%)

RGB channels and saturation

R 216 of 255 = 85%
G 244 of 255 = 96%
B 202 of 255 = 79%

216
244
202

R + G + B ~ 87%. #D8F4CA is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 244 + 202 = 662 (100%)
R 216 of 662 ~ 32.63%
G 244 of 662 ~ 36.86%
B 202 of 662 ~ 30.51%

%32.63
%36.86
%30.51

CMYK color model

#D8F4CA color CMYK value is (11,0,17,4).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 4.31%
CMYK:
(11,0,17,4)
C11M0Y17K4 
(11%,0%,17%,4%)
(0.11/0.00/0.17/0.04)	

CMYK percentages

%11.48
%0
%17.21
%4.31

Codes

Color #D8F4CA in popluar color models

D8F4CA
RGB216244202
HSL100°65.63%87.45%
HSB/HSV100°17.21%95.69%
CMYK11.48%0.00%17.21%
4.31%

Color #D8F4CA in popluar number systems.

HEXD8F4CA
Decimal216244202
Binary110110001111010011001010
Octal330364312

Shades and tints

Shades of #D8F4CA

#D8F4CA
(216,244,202)
#C5DEB8
(197,222,184)
#B2C8A6
(178,200,166)
#9FB294
(159,178,148)
#8C9C82
(140,156,130)
#798670
(121,134,112)
#66705E
(102,112,94)
#535A4C
(83,90,76)
#40443A
(64,68,58)
#2D2E28
(45,46,40)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #D8F4CA

#D8F4CA
(216,244,202)
#DBF5CE
(219,245,206)
#DEF6D2
(222,246,210)
#E1F7D6
(225,247,214)
#E4F8DA
(228,248,218)
#E7F9DE
(231,249,222)
#EAFAE2
(234,250,226)
#EDFBE6
(237,251,230)
#F0FCEA
(240,252,234)
#F3FDEE
(243,253,238)
#F6FEF2
(246,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F4CA color. Also use rgb(216,244,202) instead hex code.

Text Font Color

.myTextColor { color: #D8F4CA; }

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

This text font color is #D8F4CA.


Background Color

.myBgColor { background-color: #D8F4CA; }

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

This div background color is #D8F4CA.


Border color

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

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

This div border color is #D8F4CA.


Opacity

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

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

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

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

This text has shadow with #D8F4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F4CA on black background.


Color preview on white background

This text has color #D8F4CA on white background.



Black color preview on #D8F4CA background

This text has black color on #D8F4CA background.


White color preview on #D8F4CA background

This text has white color on #D8F4CA background.