COLOR #D5FCCA

HEX: #D5FCCA RGB: (213,252,202)

Color info

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

RGB color model

#D5FCCA color RGB value is (213,252,202).

RGB: (213,252,202) (84%, 99%, 79%)

RGB channels and saturation

R 213 of 255 = 84%
G 252 of 255 = 99%
B 202 of 255 = 79%

213
252
202

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

Portions of RGB colors in percentages

R + G + B = 213 + 252 + 202 = 667 (100%)
R 213 of 667 ~ 31.93%
G 252 of 667 ~ 37.78%
B 202 of 667 ~ 30.28'%

%31.93
%37.78
%30.28

CMYK color model

#D5FCCA color CMYK value is (15,0,20,1).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 1.18%
CMYK: (15,0,20,1) C15M0Y20K1 (15%,0%,20%,1%) (0.15/0.00/0.20/0.01) 

CMYK percentages

%15.48
%0
%19.84
%1.18

Codes

Color #D5FCCA in popluar color models

D5 FC CA
RGB 213 252 202
HSL 107° 89.29% 89.02%
HSB/HSV 107° 19.84% 98.82%
CMYK 15.48% 0.00% 19.84%
1.18%

Color #D5FCCA in popluar number systems.

HEX D5 FC CA
Decimal 213 252 202
Binary 11010101 11111100 11001010
Octal 325 374 312

Shades and tints

Shades of #D5FCCA

#D5FCCA
(213,252,202)
#C2E6B8
(194,230,184)
#AFD0A6
(175,208,166)
#9CBA94
(156,186,148)
#89A482
(137,164,130)
#768E70
(118,142,112)
#63785E
(99,120,94)
#50624C
(80,98,76)
#3D4C3A
(61,76,58)
#2A3628
(42,54,40)
#172016
(23,32,22)
#000000
(0,0,0)

Tints of #D5FCCA

#D5FCCA
(213,252,202)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FCCA color. Also use rgb(213,252,202) instead hex code.

Text Font Color

.myTextColor { color: #D5FCCA; }

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

This text font color is #D5FCCA.

Background Color

.myBgColor { background-color: #D5FCCA; }

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

This div background color is #D5FCCA.

Border color

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

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

This div border color is #D5FCCA.

Opacity

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

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

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

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

This text has shadow with #D5FCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FCCA.

Preview

Color preview on black background

This text has color #D5FCCA on black background.


Color preview on white background

This text has color #D5FCCA on white background.


Black color preview on #D5FCCA background

This text has black color on #D5FCCA background.


White color preview on #D5FCCA background

This text has white color on #D5FCCA background.


Related colors

Complementary color

Complementary color for #hex is #2A0335.


I love getcolorcode.com

Triadic colors

1 #CAD5FC and #FCCAD5 with #D5FCCA are triadic colors.

2 #CAFCD5 and #FCD5CA with #D5FCCA are triadic colors.