COLOR #EEFBF7

HEX: #EEFBF7
RGB: (238,251,247)

Color info

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

RGB color model

#EEFBF7 color RGB value is (238,251,247).

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

RGB channels and saturation

R 238 of 255 = 93%
G 251 of 255 = 98%
B 247 of 255 = 97%

238
251
247

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

Portions of RGB colors in percentages

R + G + B =
238 + 251 + 247 = 736 (100%)
R 238 of 736 ~ 32.34%
G 251 of 736 ~ 34.1%
B 247 of 736 ~ 33.56%

%32.34
%34.1
%33.56

CMYK color model

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

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK:
(5,0,2,2)
C5M0Y2K2 
(5%,0%,2%,2%)
(0.05/0.00/0.02/0.02)	

CMYK percentages

%5.18
%0
%1.59
%1.57

Codes

Color #EEFBF7 in popluar color models

EEFBF7
RGB238251247
HSL162°61.90%95.88%
HSB/HSV162°5.18%98.43%
CMYK5.18%0.00%1.59%
1.57%

Color #EEFBF7 in popluar number systems.

HEXEEFBF7
Decimal238251247
Binary111011101111101111110111
Octal356373367

Shades and tints

Shades of #EEFBF7

#EEFBF7
(238,251,247)
#D9E5E1
(217,229,225)
#C4CFCB
(196,207,203)
#AFB9B5
(175,185,181)
#9AA39F
(154,163,159)
#858D89
(133,141,137)
#707773
(112,119,115)
#5B615D
(91,97,93)
#464B47
(70,75,71)
#313531
(49,53,49)
#1C1F1B
(28,31,27)
#000000
(0,0,0)

Tints of #EEFBF7

#EEFBF7
(238,251,247)
#EFFBF7
(239,251,247)
#F0FBF7
(240,251,247)
#F1FBF7
(241,251,247)
#F2FBF7
(242,251,247)
#F3FBF7
(243,251,247)
#F4FBF7
(244,251,247)
#F5FBF7
(245,251,247)
#F6FBF7
(246,251,247)
#F7FBF7
(247,251,247)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFBF7; }

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

This text font color is #EEFBF7.


Background Color

.myBgColor { background-color: #EEFBF7; }

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

This div background color is #EEFBF7.


Border color

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

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

This div border color is #EEFBF7.


Opacity

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

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

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

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

This text has shadow with #EEFBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFBF7 on black background.


Color preview on white background

This text has color #EEFBF7 on white background.



Black color preview on #EEFBF7 background

This text has black color on #EEFBF7 background.


White color preview on #EEFBF7 background

This text has white color on #EEFBF7 background.