COLOR #D8F5CA

HEX: #D8F5CA RGB: (216,245,202)

Color info

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

RGB color model

#D8F5CA color RGB value is (216,245,202).

RGB: (216,245,202) (85%, 96%, 79%)

RGB channels and saturation

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

216
245
202

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

Portions of RGB colors in percentages

R + G + B = 216 + 245 + 202 = 663 (100%)
R 216 of 663 ~ 32.58%
G 245 of 663 ~ 36.95%
B 202 of 663 ~ 30.47'%

%32.58
%36.95
%30.47

CMYK color model

#D8F5CA color CMYK value is (12,0,18,4).

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 17.55%
  • key color value is 3.92%

CMYK: (12,0,18,4)
C12M0Y18K4 (12%, 0%, 18%, 4%)
(0.12 / 0.00 / 0.18 / 0.04)

CMYK percentages

%11.84
%0
%17.55
%3.92

Codes

Color #D8F5CA in popluar color models

D8 F5 CA
RGB 216 245 202
HSL 100° 68.25% 87.65%
HSB/HSV 100° 17.55% 96.08%
CMYK 11.84% 0.00% 17.55%
3.92%

Color #D8F5CA in popluar number systems.

HEX D8 F5 CA
Decimal 216 245 202
Binary 11011000 11110101 11001010
Octal 330 365 312

Shades and tints

Shades of #D8F5CA

#D8F5CA
(216,245,202)
#C5DFB8
(197,223,184)
#B2C9A6
(178,201,166)
#9FB394
(159,179,148)
#8C9D82
(140,157,130)
#798770
(121,135,112)
#66715E
(102,113,94)
#535B4C
(83,91,76)
#40453A
(64,69,58)
#2D2F28
(45,47,40)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #D8F5CA

#D8F5CA
(216,245,202)
#DBF5CE
(219,245,206)
#DEF5D2
(222,245,210)
#E1F5D6
(225,245,214)
#E4F5DA
(228,245,218)
#E7F5DE
(231,245,222)
#EAF5E2
(234,245,226)
#EDF5E6
(237,245,230)
#F0F5EA
(240,245,234)
#F3F5EE
(243,245,238)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F5CA; }

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

This text font color is #D8F5CA.

Background Color

.myBgColor { background-color: #D8F5CA; }

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

This div background color is #D8F5CA.

Border color

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

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

This div border color is #D8F5CA.

Opacity

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

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

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

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

This text has shadow with #D8F5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F5CA.

Preview

Color preview on black background

This text has color #D8F5CA on black background.


Color preview on white background

This text has color #D8F5CA on white background.


Black color preview on #D8F5CA background

This text has black color on #D8F5CA background.


White color preview on #D8F5CA background

This text has white color on #D8F5CA background.


Related colors

Complementary color

Complementary color for #hex is #270A35.


I love getcolorcode.com

Triadic colors

1 #CAD8F5 and #F5CAD8 with #D8F5CA are triadic colors.

2 #CAF5D8 and #F5D8CA with #D8F5CA are triadic colors.