COLOR #D9F3C3

HEX: #D9F3C3
RGB: (217,243,195)

Color info

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

RGB color model

#D9F3C3 color RGB value is (217,243,195).

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

RGB channels and saturation

R 217 of 255 = 85%
G 243 of 255 = 95%
B 195 of 255 = 76%

217
243
195

R + G + B ~ 85%. #D9F3C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 243 + 195 = 655 (100%)
R 217 of 655 ~ 33.13%
G 243 of 655 ~ 37.1%
B 195 of 655 ~ 29.77%

%33.13
%37.1
%29.77

CMYK color model

#D9F3C3 color CMYK value is (11,0,20,5).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 4.71%
CMYK:
(11,0,20,5)
C11M0Y20K5 
(11%,0%,20%,5%)
(0.11/0.00/0.20/0.05)	

CMYK percentages

%10.7
%0
%19.75
%4.71

Codes

Color #D9F3C3 in popluar color models

D9F3C3
RGB217243195
HSL93°66.67%85.88%
HSB/HSV93°19.75%95.29%
CMYK10.70%0.00%19.75%
4.71%

Color #D9F3C3 in popluar number systems.

HEXD9F3C3
Decimal217243195
Binary110110011111001111000011
Octal331363303

Shades and tints

Shades of #D9F3C3

#D9F3C3
(217,243,195)
#C6DDB2
(198,221,178)
#B3C7A1
(179,199,161)
#A0B190
(160,177,144)
#8D9B7F
(141,155,127)
#7A856E
(122,133,110)
#676F5D
(103,111,93)
#54594C
(84,89,76)
#41433B
(65,67,59)
#2E2D2A
(46,45,42)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9F3C3

#D9F3C3
(217,243,195)
#DCF4C8
(220,244,200)
#DFF5CD
(223,245,205)
#E2F6D2
(226,246,210)
#E5F7D7
(229,247,215)
#E8F8DC
(232,248,220)
#EBF9E1
(235,249,225)
#EEFAE6
(238,250,230)
#F1FBEB
(241,251,235)
#F4FCF0
(244,252,240)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F3C3; }

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

This text font color is #D9F3C3.


Background Color

.myBgColor { background-color: #D9F3C3; }

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

This div background color is #D9F3C3.


Border color

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

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

This div border color is #D9F3C3.


Opacity

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

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

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

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

This text has shadow with #D9F3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F3C3 on black background.


Color preview on white background

This text has color #D9F3C3 on white background.



Black color preview on #D9F3C3 background

This text has black color on #D9F3C3 background.


White color preview on #D9F3C3 background

This text has white color on #D9F3C3 background.