COLOR #EEF7EE

HEX: #EEF7EE
RGB: (238,247,238)

Color info

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

RGB color model

#EEF7EE color RGB value is (238,247,238).

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

RGB channels and saturation

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

238
247
238

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

Portions of RGB colors in percentages

R + G + B =
238 + 247 + 238 = 723 (100%)
R 238 of 723 ~ 32.92%
G 247 of 723 ~ 34.16%
B 238 of 723 ~ 32.92%

%32.92
%34.16
%32.92

CMYK color model

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

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 3.14%
CMYK:
(4,0,4,3)
C4M0Y4K3 
(4%,0%,4%,3%)
(0.04/0.00/0.04/0.03)	

CMYK percentages

%3.64
%0
%3.64
%3.14

Codes

Color #EEF7EE in popluar color models

EEF7EE
RGB238247238
HSL120°36.00%95.10%
HSB/HSV120°3.64%96.86%
CMYK3.64%0.00%3.64%
3.14%

Color #EEF7EE in popluar number systems.

HEXEEF7EE
Decimal238247238
Binary111011101111011111101110
Octal356367356

Shades and tints

Shades of #EEF7EE

#EEF7EE
(238,247,238)
#D9E1D9
(217,225,217)
#C4CBC4
(196,203,196)
#AFB5AF
(175,181,175)
#9A9F9A
(154,159,154)
#858985
(133,137,133)
#707370
(112,115,112)
#5B5D5B
(91,93,91)
#464746
(70,71,70)
#313131
(49,49,49)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #EEF7EE

#EEF7EE
(238,247,238)
#EFF7EF
(239,247,239)
#F0F7F0
(240,247,240)
#F1F7F1
(241,247,241)
#F2F7F2
(242,247,242)
#F3F7F3
(243,247,243)
#F4F7F4
(244,247,244)
#F5F7F5
(245,247,245)
#F6F7F6
(246,247,246)
#F7F7F7
(247,247,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF7EE; }

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

This text font color is #EEF7EE.


Background Color

.myBgColor { background-color: #EEF7EE; }

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

This div background color is #EEF7EE.


Border color

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

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

This div border color is #EEF7EE.


Opacity

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

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

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

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

This text has shadow with #EEF7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF7EE on black background.


Color preview on white background

This text has color #EEF7EE on white background.



Black color preview on #EEF7EE background

This text has black color on #EEF7EE background.


White color preview on #EEF7EE background

This text has white color on #EEF7EE background.