COLOR #D9F1CC

HEX: #D9F1CC
RGB: (217,241,204)

Color info

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

RGB color model

#D9F1CC color RGB value is (217,241,204).

  • red value is 217;
  • green value is 241;
  • blue value is 204.
RGB:
(217,241,204)
(85%,95%,80%)

RGB channels and saturation

R 217 of 255 = 85%
G 241 of 255 = 95%
B 204 of 255 = 80%

217
241
204

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

Portions of RGB colors in percentages

R + G + B =
217 + 241 + 204 = 662 (100%)
R 217 of 662 ~ 32.78%
G 241 of 662 ~ 36.4%
B 204 of 662 ~ 30.82%

%32.78
%36.4
%30.82

CMYK color model

#D9F1CC color CMYK value is (10,0,15,5).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 5.49%
CMYK:
(10,0,15,5)
C10M0Y15K5 
(10%,0%,15%,5%)
(0.10/0.00/0.15/0.05)	

CMYK percentages

%9.96
%0
%15.35
%5.49

Codes

Color #D9F1CC in popluar color models

D9F1CC
RGB217241204
HSL99°56.92%87.25%
HSB/HSV99°15.35%94.51%
CMYK9.96%0.00%15.35%
5.49%

Color #D9F1CC in popluar number systems.

HEXD9F1CC
Decimal217241204
Binary110110011111000111001100
Octal331361314

Shades and tints

Shades of #D9F1CC

#D9F1CC
(217,241,204)
#C6DCBA
(198,220,186)
#B3C7A8
(179,199,168)
#A0B296
(160,178,150)
#8D9D84
(141,157,132)
#7A8872
(122,136,114)
#677360
(103,115,96)
#545E4E
(84,94,78)
#41493C
(65,73,60)
#2E342A
(46,52,42)
#1B1F18
(27,31,24)
#000000
(0,0,0)

Tints of #D9F1CC

#D9F1CC
(217,241,204)
#DCF2D0
(220,242,208)
#DFF3D4
(223,243,212)
#E2F4D8
(226,244,216)
#E5F5DC
(229,245,220)
#E8F6E0
(232,246,224)
#EBF7E4
(235,247,228)
#EEF8E8
(238,248,232)
#F1F9EC
(241,249,236)
#F4FAF0
(244,250,240)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F1CC color. Also use rgb(217,241,204) instead hex code.

Text Font Color

.myTextColor { color: #D9F1CC; }

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

This text font color is #D9F1CC.


Background Color

.myBgColor { background-color: #D9F1CC; }

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

This div background color is #D9F1CC.


Border color

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

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

This div border color is #D9F1CC.


Opacity

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

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

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

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

This text has shadow with #D9F1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F1CC on black background.


Color preview on white background

This text has color #D9F1CC on white background.



Black color preview on #D9F1CC background

This text has black color on #D9F1CC background.


White color preview on #D9F1CC background

This text has white color on #D9F1CC background.