COLOR #EEF8EA

HEX: #EEF8EA
RGB: (238,248,234)

Color info

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

RGB color model

#EEF8EA color RGB value is (238,248,234).

  • red value is 238;
  • green value is 248;
  • blue value is 234.
RGB:
(238,248,234)
(93%,97%,92%)

RGB channels and saturation

R 238 of 255 = 93%
G 248 of 255 = 97%
B 234 of 255 = 92%

238
248
234

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

Portions of RGB colors in percentages

R + G + B =
238 + 248 + 234 = 720 (100%)
R 238 of 720 ~ 33.06%
G 248 of 720 ~ 34.44%
B 234 of 720 ~ 32.5%

%33.06
%34.44
%32.5

CMYK color model

#EEF8EA color CMYK value is (4,0,6,3).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 2.75%
CMYK:
(4,0,6,3)
C4M0Y6K3 
(4%,0%,6%,3%)
(0.04/0.00/0.06/0.03)	

CMYK percentages

%4.03
%0
%5.65
%2.75

Codes

Color #EEF8EA in popluar color models

EEF8EA
RGB238248234
HSL103°50.00%94.51%
HSB/HSV103°5.65%97.25%
CMYK4.03%0.00%5.65%
2.75%

Color #EEF8EA in popluar number systems.

HEXEEF8EA
Decimal238248234
Binary111011101111100011101010
Octal356370352

Shades and tints

Shades of #EEF8EA

#EEF8EA
(238,248,234)
#D9E2D5
(217,226,213)
#C4CCC0
(196,204,192)
#AFB6AB
(175,182,171)
#9AA096
(154,160,150)
#858A81
(133,138,129)
#70746C
(112,116,108)
#5B5E57
(91,94,87)
#464842
(70,72,66)
#31322D
(49,50,45)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #EEF8EA

#EEF8EA
(238,248,234)
#EFF8EB
(239,248,235)
#F0F8EC
(240,248,236)
#F1F8ED
(241,248,237)
#F2F8EE
(242,248,238)
#F3F8EF
(243,248,239)
#F4F8F0
(244,248,240)
#F5F8F1
(245,248,241)
#F6F8F2
(246,248,242)
#F7F8F3
(247,248,243)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF8EA color. Also use rgb(238,248,234) instead hex code.

Text Font Color

.myTextColor { color: #EEF8EA; }

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

This text font color is #EEF8EA.


Background Color

.myBgColor { background-color: #EEF8EA; }

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

This div background color is #EEF8EA.


Border color

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

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

This div border color is #EEF8EA.


Opacity

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

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

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

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

This text has shadow with #EEF8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF8EA on black background.


Color preview on white background

This text has color #EEF8EA on white background.



Black color preview on #EEF8EA background

This text has black color on #EEF8EA background.


White color preview on #EEF8EA background

This text has white color on #EEF8EA background.