COLOR #D9F3CA

HEX: #D9F3CA
RGB: (217,243,202)

Color info

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

RGB color model

#D9F3CA color RGB value is (217,243,202).

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

RGB channels and saturation

R 217 of 255 = 85%
G 243 of 255 = 95%
B 202 of 255 = 79%

217
243
202

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

Portions of RGB colors in percentages

R + G + B =
217 + 243 + 202 = 662 (100%)
R 217 of 662 ~ 32.78%
G 243 of 662 ~ 36.71%
B 202 of 662 ~ 30.51%

%32.78
%36.71
%30.51

CMYK color model

#D9F3CA color CMYK value is (11,0,17,5).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 4.71%
CMYK:
(11,0,17,5)
C11M0Y17K5 
(11%,0%,17%,5%)
(0.11/0.00/0.17/0.05)	

CMYK percentages

%10.7
%0
%16.87
%4.71

Codes

Color #D9F3CA in popluar color models

D9F3CA
RGB217243202
HSL98°63.08%87.25%
HSB/HSV98°16.87%95.29%
CMYK10.70%0.00%16.87%
4.71%

Color #D9F3CA in popluar number systems.

HEXD9F3CA
Decimal217243202
Binary110110011111001111001010
Octal331363312

Shades and tints

Shades of #D9F3CA

#D9F3CA
(217,243,202)
#C6DDB8
(198,221,184)
#B3C7A6
(179,199,166)
#A0B194
(160,177,148)
#8D9B82
(141,155,130)
#7A8570
(122,133,112)
#676F5E
(103,111,94)
#54594C
(84,89,76)
#41433A
(65,67,58)
#2E2D28
(46,45,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #D9F3CA

#D9F3CA
(217,243,202)
#DCF4CE
(220,244,206)
#DFF5D2
(223,245,210)
#E2F6D6
(226,246,214)
#E5F7DA
(229,247,218)
#E8F8DE
(232,248,222)
#EBF9E2
(235,249,226)
#EEFAE6
(238,250,230)
#F1FBEA
(241,251,234)
#F4FCEE
(244,252,238)
#F7FDF2
(247,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F3CA; }

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

This text font color is #D9F3CA.


Background Color

.myBgColor { background-color: #D9F3CA; }

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

This div background color is #D9F3CA.


Border color

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

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

This div border color is #D9F3CA.


Opacity

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

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

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

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

This text has shadow with #D9F3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F3CA on black background.


Color preview on white background

This text has color #D9F3CA on white background.



Black color preview on #D9F3CA background

This text has black color on #D9F3CA background.


White color preview on #D9F3CA background

This text has white color on #D9F3CA background.