COLOR #EEFBF0

HEX: #EEFBF0
RGB: (238,251,240)

Color info

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

RGB color model

#EEFBF0 color RGB value is (238,251,240).

  • red value is 238;
  • green value is 251;
  • blue value is 240.
RGB:
(238,251,240)
(93%,98%,94%)

RGB channels and saturation

R 238 of 255 = 93%
G 251 of 255 = 98%
B 240 of 255 = 94%

238
251
240

R + G + B ~ 95%. #EEFBF0 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 251 + 240 = 729 (100%)
R 238 of 729 ~ 32.65%
G 251 of 729 ~ 34.43%
B 240 of 729 ~ 32.92%

%32.65
%34.43
%32.92

CMYK color model

#EEFBF0 color CMYK value is (5,0,4,2).

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 1.57%
CMYK:
(5,0,4,2)
C5M0Y4K2 
(5%,0%,4%,2%)
(0.05/0.00/0.04/0.02)	

CMYK percentages

%5.18
%0
%4.38
%1.57

Codes

Color #EEFBF0 in popluar color models

EEFBF0
RGB238251240
HSL129°61.90%95.88%
HSB/HSV129°5.18%98.43%
CMYK5.18%0.00%4.38%
1.57%

Color #EEFBF0 in popluar number systems.

HEXEEFBF0
Decimal238251240
Binary111011101111101111110000
Octal356373360

Shades and tints

Shades of #EEFBF0

#EEFBF0
(238,251,240)
#D9E5DB
(217,229,219)
#C4CFC6
(196,207,198)
#AFB9B1
(175,185,177)
#9AA39C
(154,163,156)
#858D87
(133,141,135)
#707772
(112,119,114)
#5B615D
(91,97,93)
#464B48
(70,75,72)
#313533
(49,53,51)
#1C1F1E
(28,31,30)
#000000
(0,0,0)

Tints of #EEFBF0

#EEFBF0
(238,251,240)
#EFFBF1
(239,251,241)
#F0FBF2
(240,251,242)
#F1FBF3
(241,251,243)
#F2FBF4
(242,251,244)
#F3FBF5
(243,251,245)
#F4FBF6
(244,251,246)
#F5FBF7
(245,251,247)
#F6FBF8
(246,251,248)
#F7FBF9
(247,251,249)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFBF0 color. Also use rgb(238,251,240) instead hex code.

Text Font Color

.myTextColor { color: #EEFBF0; }

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

This text font color is #EEFBF0.


Background Color

.myBgColor { background-color: #EEFBF0; }

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

This div background color is #EEFBF0.


Border color

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

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

This div border color is #EEFBF0.


Opacity

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

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

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

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

This text has shadow with #EEFBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFBF0 on black background.


Color preview on white background

This text has color #EEFBF0 on white background.



Black color preview on #EEFBF0 background

This text has black color on #EEFBF0 background.


White color preview on #EEFBF0 background

This text has white color on #EEFBF0 background.