COLOR #EEF3EC

HEX: #EEF3EC
RGB: (238,243,236)

Color info

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

RGB color model

#EEF3EC color RGB value is (238,243,236).

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

RGB channels and saturation

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

238
243
236

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

Portions of RGB colors in percentages

R + G + B =
238 + 243 + 236 = 717 (100%)
R 238 of 717 ~ 33.19%
G 243 of 717 ~ 33.89%
B 236 of 717 ~ 32.91%

%33.19
%33.89
%32.91

CMYK color model

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

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

CMYK percentages

%2.06
%0
%2.88
%4.71

Codes

Color #EEF3EC in popluar color models

EEF3EC
RGB238243236
HSL103°22.58%93.92%
HSB/HSV103°2.88%95.29%
CMYK2.06%0.00%2.88%
4.71%

Color #EEF3EC in popluar number systems.

HEXEEF3EC
Decimal238243236
Binary111011101111001111101100
Octal356363354

Shades and tints

Shades of #EEF3EC

#EEF3EC
(238,243,236)
#D9DDD7
(217,221,215)
#C4C7C2
(196,199,194)
#AFB1AD
(175,177,173)
#9A9B98
(154,155,152)
#858583
(133,133,131)
#706F6E
(112,111,110)
#5B5959
(91,89,89)
#464344
(70,67,68)
#312D2F
(49,45,47)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEF3EC

#EEF3EC
(238,243,236)
#EFF4ED
(239,244,237)
#F0F5EE
(240,245,238)
#F1F6EF
(241,246,239)
#F2F7F0
(242,247,240)
#F3F8F1
(243,248,241)
#F4F9F2
(244,249,242)
#F5FAF3
(245,250,243)
#F6FBF4
(246,251,244)
#F7FCF5
(247,252,245)
#F8FDF6
(248,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3EC; }

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

This text font color is #EEF3EC.


Background Color

.myBgColor { background-color: #EEF3EC; }

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

This div background color is #EEF3EC.


Border color

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

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

This div border color is #EEF3EC.


Opacity

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

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

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

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

This text has shadow with #EEF3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF3EC on black background.


Color preview on white background

This text has color #EEF3EC on white background.



Black color preview on #EEF3EC background

This text has black color on #EEF3EC background.


White color preview on #EEF3EC background

This text has white color on #EEF3EC background.