COLOR #D9F2D5

HEX: #D9F2D5
RGB: (217,242,213)

Color info

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

RGB color model

#D9F2D5 color RGB value is (217,242,213).

  • red value is 217;
  • green value is 242;
  • blue value is 213.
RGB:
(217,242,213)
(85%,95%,84%)

RGB channels and saturation

R 217 of 255 = 85%
G 242 of 255 = 95%
B 213 of 255 = 84%

217
242
213

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

Portions of RGB colors in percentages

R + G + B =
217 + 242 + 213 = 672 (100%)
R 217 of 672 ~ 32.29%
G 242 of 672 ~ 36.01%
B 213 of 672 ~ 31.7%

%32.29
%36.01
%31.7

CMYK color model

#D9F2D5 color CMYK value is (10,0,12,5).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 5.10%
CMYK:
(10,0,12,5)
C10M0Y12K5 
(10%,0%,12%,5%)
(0.10/0.00/0.12/0.05)	

CMYK percentages

%10.33
%0
%11.98
%5.1

Codes

Color #D9F2D5 in popluar color models

D9F2D5
RGB217242213
HSL112°52.73%89.22%
HSB/HSV112°11.98%94.90%
CMYK10.33%0.00%11.98%
5.10%

Color #D9F2D5 in popluar number systems.

HEXD9F2D5
Decimal217242213
Binary110110011111001011010101
Octal331362325

Shades and tints

Shades of #D9F2D5

#D9F2D5
(217,242,213)
#C6DCC2
(198,220,194)
#B3C6AF
(179,198,175)
#A0B09C
(160,176,156)
#8D9A89
(141,154,137)
#7A8476
(122,132,118)
#676E63
(103,110,99)
#545850
(84,88,80)
#41423D
(65,66,61)
#2E2C2A
(46,44,42)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #D9F2D5

#D9F2D5
(217,242,213)
#DCF3D8
(220,243,216)
#DFF4DB
(223,244,219)
#E2F5DE
(226,245,222)
#E5F6E1
(229,246,225)
#E8F7E4
(232,247,228)
#EBF8E7
(235,248,231)
#EEF9EA
(238,249,234)
#F1FAED
(241,250,237)
#F4FBF0
(244,251,240)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F2D5 color. Also use rgb(217,242,213) instead hex code.

Text Font Color

.myTextColor { color: #D9F2D5; }

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

This text font color is #D9F2D5.


Background Color

.myBgColor { background-color: #D9F2D5; }

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

This div background color is #D9F2D5.


Border color

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

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

This div border color is #D9F2D5.


Opacity

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

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

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

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

This text has shadow with #D9F2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F2D5 on black background.


Color preview on white background

This text has color #D9F2D5 on white background.



Black color preview on #D9F2D5 background

This text has black color on #D9F2D5 background.


White color preview on #D9F2D5 background

This text has white color on #D9F2D5 background.