COLOR #EEF3EE

HEX: #EEF3EE
RGB: (238,243,238)

Color info

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

RGB color model

#EEF3EE color RGB value is (238,243,238).

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

RGB channels and saturation

R 238 of 255 = 93%
G 243 of 255 = 95%
B 238 of 255 = 93%

238
243
238

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

Portions of RGB colors in percentages

R + G + B =
238 + 243 + 238 = 719 (100%)
R 238 of 719 ~ 33.1%
G 243 of 719 ~ 33.8%
B 238 of 719 ~ 33.1%

%33.1
%33.8
%33.1

CMYK color model

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

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(2,0,2,5)
C2M0Y2K5 
(2%,0%,2%,5%)
(0.02/0.00/0.02/0.05)	

CMYK percentages

%2.06
%0
%2.06
%4.71

Codes

Color #EEF3EE in popluar color models

EEF3EE
RGB238243238
HSL120°17.24%94.31%
HSB/HSV120°2.06%95.29%
CMYK2.06%0.00%2.06%
4.71%

Color #EEF3EE in popluar number systems.

HEXEEF3EE
Decimal238243238
Binary111011101111001111101110
Octal356363356

Shades and tints

Shades of #EEF3EE

#EEF3EE
(238,243,238)
#D9DDD9
(217,221,217)
#C4C7C4
(196,199,196)
#AFB1AF
(175,177,175)
#9A9B9A
(154,155,154)
#858585
(133,133,133)
#706F70
(112,111,112)
#5B595B
(91,89,91)
#464346
(70,67,70)
#312D31
(49,45,49)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #EEF3EE

#EEF3EE
(238,243,238)
#EFF4EF
(239,244,239)
#F0F5F0
(240,245,240)
#F1F6F1
(241,246,241)
#F2F7F2
(242,247,242)
#F3F8F3
(243,248,243)
#F4F9F4
(244,249,244)
#F5FAF5
(245,250,245)
#F6FBF6
(246,251,246)
#F7FCF7
(247,252,247)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3EE; }

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

This text font color is #EEF3EE.


Background Color

.myBgColor { background-color: #EEF3EE; }

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

This div background color is #EEF3EE.


Border color

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

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

This div border color is #EEF3EE.


Opacity

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

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

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

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

This text has shadow with #EEF3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF3EE on black background.


Color preview on white background

This text has color #EEF3EE on white background.



Black color preview on #EEF3EE background

This text has black color on #EEF3EE background.


White color preview on #EEF3EE background

This text has white color on #EEF3EE background.