COLOR #EEFBE7

HEX: #EEFBE7
RGB: (238,251,231)

Color info

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

RGB color model

#EEFBE7 color RGB value is (238,251,231).

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

RGB channels and saturation

R 238 of 255 = 93%
G 251 of 255 = 98%
B 231 of 255 = 91%

238
251
231

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

Portions of RGB colors in percentages

R + G + B =
238 + 251 + 231 = 720 (100%)
R 238 of 720 ~ 33.06%
G 251 of 720 ~ 34.86%
B 231 of 720 ~ 32.08%

%33.06
%34.86
%32.08

CMYK color model

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

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(5,0,8,2)
C5M0Y8K2 
(5%,0%,8%,2%)
(0.05/0.00/0.08/0.02)	

CMYK percentages

%5.18
%0
%7.97
%1.57

Codes

Color #EEFBE7 in popluar color models

EEFBE7
RGB238251231
HSL99°71.43%94.51%
HSB/HSV99°7.97%98.43%
CMYK5.18%0.00%7.97%
1.57%

Color #EEFBE7 in popluar number systems.

HEXEEFBE7
Decimal238251231
Binary111011101111101111100111
Octal356373347

Shades and tints

Shades of #EEFBE7

#EEFBE7
(238,251,231)
#D9E5D2
(217,229,210)
#C4CFBD
(196,207,189)
#AFB9A8
(175,185,168)
#9AA393
(154,163,147)
#858D7E
(133,141,126)
#707769
(112,119,105)
#5B6154
(91,97,84)
#464B3F
(70,75,63)
#31352A
(49,53,42)
#1C1F15
(28,31,21)
#000000
(0,0,0)

Tints of #EEFBE7

#EEFBE7
(238,251,231)
#EFFBE9
(239,251,233)
#F0FBEB
(240,251,235)
#F1FBED
(241,251,237)
#F2FBEF
(242,251,239)
#F3FBF1
(243,251,241)
#F4FBF3
(244,251,243)
#F5FBF5
(245,251,245)
#F6FBF7
(246,251,247)
#F7FBF9
(247,251,249)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFBE7; }

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

This text font color is #EEFBE7.


Background Color

.myBgColor { background-color: #EEFBE7; }

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

This div background color is #EEFBE7.


Border color

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

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

This div border color is #EEFBE7.


Opacity

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

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

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

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

This text has shadow with #EEFBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFBE7 on black background.


Color preview on white background

This text has color #EEFBE7 on white background.



Black color preview on #EEFBE7 background

This text has black color on #EEFBE7 background.


White color preview on #EEFBE7 background

This text has white color on #EEFBE7 background.