COLOR #D9FEEA

HEX: #D9FEEA
RGB: (217,254,234)

Color info

#D9FEEA contains red, green and blue colors in about the same proportion. Web safe color of #D9FEEA is #CCFFFF (or #CFF).

RGB color model

#D9FEEA color RGB value is (217,254,234).

  • red value is 217;
  • green value is 254;
  • blue value is 234.
RGB:
(217,254,234)
(85%,100%,92%)

RGB channels and saturation

R 217 of 255 = 85%
G 254 of 255 = 100%
B 234 of 255 = 92%

217
254
234

R + G + B ~ 92%. #D9FEEA is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 254 + 234 = 705 (100%)
R 217 of 705 ~ 30.78%
G 254 of 705 ~ 36.03%
B 234 of 705 ~ 33.19%

%30.78
%36.03
%33.19

CMYK color model

#D9FEEA color CMYK value is (15,0,8,0).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 0.39%
CMYK:
(15,0,8,0)
C15M0Y8K0 
(15%,0%,8%,0%)
(0.15/0.00/0.08/0.00)	

CMYK percentages

%14.57
%0
%7.87
%0.39

Codes

Color #D9FEEA in popluar color models

D9FEEA
RGB217254234
HSL148°94.87%92.35%
HSB/HSV148°14.57%99.61%
CMYK14.57%0.00%7.87%
0.39%

Color #D9FEEA in popluar number systems.

HEXD9FEEA
Decimal217254234
Binary110110011111111011101010
Octal331376352

Shades and tints

Shades of #D9FEEA

#D9FEEA
(217,254,234)
#C6E7D5
(198,231,213)
#B3D0C0
(179,208,192)
#A0B9AB
(160,185,171)
#8DA296
(141,162,150)
#7A8B81
(122,139,129)
#67746C
(103,116,108)
#545D57
(84,93,87)
#414642
(65,70,66)
#2E2F2D
(46,47,45)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #D9FEEA

#D9FEEA
(217,254,234)
#DCFEEB
(220,254,235)
#DFFEEC
(223,254,236)
#E2FEED
(226,254,237)
#E5FEEE
(229,254,238)
#E8FEEF
(232,254,239)
#EBFEF0
(235,254,240)
#EEFEF1
(238,254,241)
#F1FEF2
(241,254,242)
#F4FEF3
(244,254,243)
#F7FEF4
(247,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FEEA color. Also use rgb(217,254,234) instead hex code.

Text Font Color

.myTextColor { color: #D9FEEA; }

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

This text font color is #D9FEEA.


Background Color

.myBgColor { background-color: #D9FEEA; }

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

This div background color is #D9FEEA.


Border color

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

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

This div border color is #D9FEEA.


Opacity

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

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

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

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

This text has shadow with #D9FEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FEEA on black background.


Color preview on white background

This text has color #D9FEEA on white background.



Black color preview on #D9FEEA background

This text has black color on #D9FEEA background.


White color preview on #D9FEEA background

This text has white color on #D9FEEA background.