COLOR #EEFDF3

HEX: #EEFDF3
RGB: (238,253,243)

Color info

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

RGB color model

#EEFDF3 color RGB value is (238,253,243).

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

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 243 of 255 = 95%

238
253
243

R + G + B ~ 96%. #EEFDF3 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 253 + 243 = 734 (100%)
R 238 of 734 ~ 32.43%
G 253 of 734 ~ 34.47%
B 243 of 734 ~ 33.11%

%32.43
%34.47
%33.11

CMYK color model

#EEFDF3 color CMYK value is (6,0,4,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 0.78%
CMYK:
(6,0,4,1)
C6M0Y4K1 
(6%,0%,4%,1%)
(0.06/0.00/0.04/0.01)	

CMYK percentages

%5.93
%0
%3.95
%0.78

Codes

Color #EEFDF3 in popluar color models

EEFDF3
RGB238253243
HSL140°78.95%96.27%
HSB/HSV140°5.93%99.22%
CMYK5.93%0.00%3.95%
0.78%

Color #EEFDF3 in popluar number systems.

HEXEEFDF3
Decimal238253243
Binary111011101111110111110011
Octal356375363

Shades and tints

Shades of #EEFDF3

#EEFDF3
(238,253,243)
#D9E6DD
(217,230,221)
#C4CFC7
(196,207,199)
#AFB8B1
(175,184,177)
#9AA19B
(154,161,155)
#858A85
(133,138,133)
#70736F
(112,115,111)
#5B5C59
(91,92,89)
#464543
(70,69,67)
#312E2D
(49,46,45)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #EEFDF3

#EEFDF3
(238,253,243)
#EFFDF4
(239,253,244)
#F0FDF5
(240,253,245)
#F1FDF6
(241,253,246)
#F2FDF7
(242,253,247)
#F3FDF8
(243,253,248)
#F4FDF9
(244,253,249)
#F5FDFA
(245,253,250)
#F6FDFB
(246,253,251)
#F7FDFC
(247,253,252)
#F8FDFD
(248,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDF3; }

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

This text font color is #EEFDF3.


Background Color

.myBgColor { background-color: #EEFDF3; }

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

This div background color is #EEFDF3.


Border color

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

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

This div border color is #EEFDF3.


Opacity

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

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

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

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

This text has shadow with #EEFDF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFDF3 on black background.


Color preview on white background

This text has color #EEFDF3 on white background.



Black color preview on #EEFDF3 background

This text has black color on #EEFDF3 background.


White color preview on #EEFDF3 background

This text has white color on #EEFDF3 background.