COLOR #D9FCCA

HEX: #D9FCCA RGB: (217,252,202)

Color info

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

RGB color model

#D9FCCA color RGB value is (217,252,202).

RGB: (217,252,202) (85%, 99%, 79%)

RGB channels and saturation

R 217 of 255 = 85%
G 252 of 255 = 99%
B 202 of 255 = 79%

217
252
202

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

Portions of RGB colors in percentages

R + G + B = 217 + 252 + 202 = 671 (100%)
R 217 of 671 ~ 32.34%
G 252 of 671 ~ 37.56%
B 202 of 671 ~ 30.1'%

%32.34
%37.56
%30.1

CMYK color model

#D9FCCA color CMYK value is (14,0,20,1).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 1.18%

CMYK: (14,0,20,1)
C14M0Y20K1 (14%, 0%, 20%, 1%)
(0.14 / 0.00 / 0.20 / 0.01)

CMYK percentages

%13.89
%0
%19.84
%1.18

Codes

Color #D9FCCA in popluar color models

D9 FC CA
RGB 217 252 202
HSL 102° 89.29% 89.02%
HSB/HSV 102° 19.84% 98.82%
CMYK 13.89% 0.00% 19.84%
1.18%

Color #D9FCCA in popluar number systems.

HEX D9 FC CA
Decimal 217 252 202
Binary 11011001 11111100 11001010
Octal 331 374 312

Shades and tints

Shades of #D9FCCA

#D9FCCA
(217,252,202)
#C6E6B8
(198,230,184)
#B3D0A6
(179,208,166)
#A0BA94
(160,186,148)
#8DA482
(141,164,130)
#7A8E70
(122,142,112)
#67785E
(103,120,94)
#54624C
(84,98,76)
#414C3A
(65,76,58)
#2E3628
(46,54,40)
#1B2016
(27,32,22)
#000000
(0,0,0)

Tints of #D9FCCA

#D9FCCA
(217,252,202)
#DCFCCE
(220,252,206)
#DFFCD2
(223,252,210)
#E2FCD6
(226,252,214)
#E5FCDA
(229,252,218)
#E8FCDE
(232,252,222)
#EBFCE2
(235,252,226)
#EEFCE6
(238,252,230)
#F1FCEA
(241,252,234)
#F4FCEE
(244,252,238)
#F7FCF2
(247,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FCCA; }

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

This text font color is #D9FCCA.

Background Color

.myBgColor { background-color: #D9FCCA; }

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

This div background color is #D9FCCA.

Border color

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

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

This div border color is #D9FCCA.

Opacity

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

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

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

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

This text has shadow with #D9FCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9FCCA.

Preview

Color preview on black background

This text has color #D9FCCA on black background.


Color preview on white background

This text has color #D9FCCA on white background.


Black color preview on #D9FCCA background

This text has black color on #D9FCCA background.


White color preview on #D9FCCA background

This text has white color on #D9FCCA background.


Related colors

Complementary color

Complementary color for #hex is #260335.


I love getcolorcode.com

Triadic colors

1 #CAD9FC and #FCCAD9 with #D9FCCA are triadic colors.

2 #CAFCD9 and #FCD9CA with #D9FCCA are triadic colors.