COLOR #EEF6EE

HEX: #EEF6EE
RGB: (238,246,238)

Color info

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

RGB color model

#EEF6EE color RGB value is (238,246,238).

  • red value is 238;
  • green value is 246;
  • blue value is 238.
RGB:
(238,246,238)
(93%,96%,93%)

RGB channels and saturation

R 238 of 255 = 93%
G 246 of 255 = 96%
B 238 of 255 = 93%

238
246
238

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

Portions of RGB colors in percentages

R + G + B =
238 + 246 + 238 = 722 (100%)
R 238 of 722 ~ 32.96%
G 246 of 722 ~ 34.07%
B 238 of 722 ~ 32.96%

%32.96
%34.07
%32.96

CMYK color model

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

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(3,0,3,4)
C3M0Y3K4 
(3%,0%,3%,4%)
(0.03/0.00/0.03/0.04)	

CMYK percentages

%3.25
%0
%3.25
%3.53

Codes

Color #EEF6EE in popluar color models

EEF6EE
RGB238246238
HSL120°30.77%94.90%
HSB/HSV120°3.25%96.47%
CMYK3.25%0.00%3.25%
3.53%

Color #EEF6EE in popluar number systems.

HEXEEF6EE
Decimal238246238
Binary111011101111011011101110
Octal356366356

Shades and tints

Shades of #EEF6EE

#EEF6EE
(238,246,238)
#D9E0D9
(217,224,217)
#C4CAC4
(196,202,196)
#AFB4AF
(175,180,175)
#9A9E9A
(154,158,154)
#858885
(133,136,133)
#707270
(112,114,112)
#5B5C5B
(91,92,91)
#464646
(70,70,70)
#313031
(49,48,49)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #EEF6EE

#EEF6EE
(238,246,238)
#EFF6EF
(239,246,239)
#F0F6F0
(240,246,240)
#F1F6F1
(241,246,241)
#F2F6F2
(242,246,242)
#F3F6F3
(243,246,243)
#F4F6F4
(244,246,244)
#F5F6F5
(245,246,245)
#F6F6F6
(246,246,246)
#F7F6F7
(247,246,247)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF6EE; }

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

This text font color is #EEF6EE.


Background Color

.myBgColor { background-color: #EEF6EE; }

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

This div background color is #EEF6EE.


Border color

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

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

This div border color is #EEF6EE.


Opacity

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

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

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

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

This text has shadow with #EEF6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF6EE on black background.


Color preview on white background

This text has color #EEF6EE on white background.



Black color preview on #EEF6EE background

This text has black color on #EEF6EE background.


White color preview on #EEF6EE background

This text has white color on #EEF6EE background.