COLOR #EEFDE8

HEX: #EEFDE8
RGB: (238,253,232)

Color info

#EEFDE8 contains red, green and blue colors in about the same proportion. Web safe color of #EEFDE8 is #FFFFFF (or #FFF).

RGB color model

#EEFDE8 color RGB value is (238,253,232).

  • red value is 238;
  • green value is 253;
  • blue value is 232.
RGB:
(238,253,232)
(93%,99%,91%)

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 232 of 255 = 91%

238
253
232

R + G + B ~ 94%. #EEFDE8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 253 + 232 = 723 (100%)
R 238 of 723 ~ 32.92%
G 253 of 723 ~ 34.99%
B 232 of 723 ~ 32.09%

%32.92
%34.99
%32.09

CMYK color model

#EEFDE8 color CMYK value is (6,0,8,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 0.78%
CMYK:
(6,0,8,1)
C6M0Y8K1 
(6%,0%,8%,1%)
(0.06/0.00/0.08/0.01)	

CMYK percentages

%5.93
%0
%8.3
%0.78

Codes

Color #EEFDE8 in popluar color models

EEFDE8
RGB238253232
HSL103°84.00%95.10%
HSB/HSV103°8.30%99.22%
CMYK5.93%0.00%8.30%
0.78%

Color #EEFDE8 in popluar number systems.

HEXEEFDE8
Decimal238253232
Binary111011101111110111101000
Octal356375350

Shades and tints

Shades of #EEFDE8

#EEFDE8
(238,253,232)
#D9E6D3
(217,230,211)
#C4CFBE
(196,207,190)
#AFB8A9
(175,184,169)
#9AA194
(154,161,148)
#858A7F
(133,138,127)
#70736A
(112,115,106)
#5B5C55
(91,92,85)
#464540
(70,69,64)
#312E2B
(49,46,43)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #EEFDE8

#EEFDE8
(238,253,232)
#EFFDEA
(239,253,234)
#F0FDEC
(240,253,236)
#F1FDEE
(241,253,238)
#F2FDF0
(242,253,240)
#F3FDF2
(243,253,242)
#F4FDF4
(244,253,244)
#F5FDF6
(245,253,246)
#F6FDF8
(246,253,248)
#F7FDFA
(247,253,250)
#F8FDFC
(248,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFDE8 color. Also use rgb(238,253,232) instead hex code.

Text Font Color

.myTextColor { color: #EEFDE8; }

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

This text font color is #EEFDE8.


Background Color

.myBgColor { background-color: #EEFDE8; }

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

This div background color is #EEFDE8.


Border color

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

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

This div border color is #EEFDE8.


Opacity

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

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

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

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

This text has shadow with #EEFDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFDE8 on black background.


Color preview on white background

This text has color #EEFDE8 on white background.



Black color preview on #EEFDE8 background

This text has black color on #EEFDE8 background.


White color preview on #EEFDE8 background

This text has white color on #EEFDE8 background.