COLOR #D9FFE2

HEX: #D9FFE2
RGB: (217,255,226)

Color info

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

RGB color model

#D9FFE2 color RGB value is (217,255,226).

  • red value is 217;
  • green value is 255;
  • blue value is 226.
RGB:
(217,255,226)
(85%,100%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 255 of 255 = 100%
B 226 of 255 = 89%

217
255
226

R + G + B ~ 91%. #D9FFE2 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 255 + 226 = 698 (100%)
R 217 of 698 ~ 31.09%
G 255 of 698 ~ 36.53%
B 226 of 698 ~ 32.38%

%31.09
%36.53
%32.38

CMYK color model

#D9FFE2 color CMYK value is (15,0,11,0).

  • cyan value is 14.90%
  • magenta value is 0.00%
  • yellow value is 11.37%
  • key color value is 0.00%
CMYK:
(15,0,11,0)
C15M0Y11K0 
(15%,0%,11%,0%)
(0.15/0.00/0.11/0.00)	

CMYK percentages

%14.9
%0
%11.37
%0

Codes

Color #D9FFE2 in popluar color models

D9FFE2
RGB217255226
HSL134°100.00%92.55%
HSB/HSV134°14.90%100.00%
CMYK14.90%0.00%11.37%
0.00%

Color #D9FFE2 in popluar number systems.

HEXD9FFE2
Decimal217255226
Binary110110011111111111100010
Octal331377342

Shades and tints

Shades of #D9FFE2

#D9FFE2
(217,255,226)
#C6E8CE
(198,232,206)
#B3D1BA
(179,209,186)
#A0BAA6
(160,186,166)
#8DA392
(141,163,146)
#7A8C7E
(122,140,126)
#67756A
(103,117,106)
#545E56
(84,94,86)
#414742
(65,71,66)
#2E302E
(46,48,46)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #D9FFE2

#D9FFE2
(217,255,226)
#DCFFE4
(220,255,228)
#DFFFE6
(223,255,230)
#E2FFE8
(226,255,232)
#E5FFEA
(229,255,234)
#E8FFEC
(232,255,236)
#EBFFEE
(235,255,238)
#EEFFF0
(238,255,240)
#F1FFF2
(241,255,242)
#F4FFF4
(244,255,244)
#F7FFF6
(247,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FFE2 color. Also use rgb(217,255,226) instead hex code.

Text Font Color

.myTextColor { color: #D9FFE2; }

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

This text font color is #D9FFE2.


Background Color

.myBgColor { background-color: #D9FFE2; }

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

This div background color is #D9FFE2.


Border color

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

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

This div border color is #D9FFE2.


Opacity

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

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

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

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

This text has shadow with #D9FFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FFE2 on black background.


Color preview on white background

This text has color #D9FFE2 on white background.



Black color preview on #D9FFE2 background

This text has black color on #D9FFE2 background.


White color preview on #D9FFE2 background

This text has white color on #D9FFE2 background.