COLOR #D9F0CA

HEX: #D9F0CA
RGB: (217,240,202)

Color info

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

RGB color model

#D9F0CA color RGB value is (217,240,202).

  • red value is 217;
  • green value is 240;
  • blue value is 202.
RGB:
(217,240,202)
(85%,94%,79%)

RGB channels and saturation

R 217 of 255 = 85%
G 240 of 255 = 94%
B 202 of 255 = 79%

217
240
202

R + G + B ~ 86%. #D9F0CA is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 240 + 202 = 659 (100%)
R 217 of 659 ~ 32.93%
G 240 of 659 ~ 36.42%
B 202 of 659 ~ 30.65%

%32.93
%36.42
%30.65

CMYK color model

#D9F0CA color CMYK value is (10,0,16,6).

  • cyan value is 9.58%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK:
(10,0,16,6)
C10M0Y16K6 
(10%,0%,16%,6%)
(0.10/0.00/0.16/0.06)	

CMYK percentages

%9.58
%0
%15.83
%5.88

Codes

Color #D9F0CA in popluar color models

D9F0CA
RGB217240202
HSL96°55.88%86.67%
HSB/HSV96°15.83%94.12%
CMYK9.58%0.00%15.83%
5.88%

Color #D9F0CA in popluar number systems.

HEXD9F0CA
Decimal217240202
Binary110110011111000011001010
Octal331360312

Shades and tints

Shades of #D9F0CA

#D9F0CA
(217,240,202)
#C6DBB8
(198,219,184)
#B3C6A6
(179,198,166)
#A0B194
(160,177,148)
#8D9C82
(141,156,130)
#7A8770
(122,135,112)
#67725E
(103,114,94)
#545D4C
(84,93,76)
#41483A
(65,72,58)
#2E3328
(46,51,40)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #D9F0CA

#D9F0CA
(217,240,202)
#DCF1CE
(220,241,206)
#DFF2D2
(223,242,210)
#E2F3D6
(226,243,214)
#E5F4DA
(229,244,218)
#E8F5DE
(232,245,222)
#EBF6E2
(235,246,226)
#EEF7E6
(238,247,230)
#F1F8EA
(241,248,234)
#F4F9EE
(244,249,238)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F0CA; }

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

This text font color is #D9F0CA.


Background Color

.myBgColor { background-color: #D9F0CA; }

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

This div background color is #D9F0CA.


Border color

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

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

This div border color is #D9F0CA.


Opacity

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

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

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

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

This text has shadow with #D9F0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F0CA on black background.


Color preview on white background

This text has color #D9F0CA on white background.



Black color preview on #D9F0CA background

This text has black color on #D9F0CA background.


White color preview on #D9F0CA background

This text has white color on #D9F0CA background.