COLOR #EEF6E4

HEX: #EEF6E4
RGB: (238,246,228)

Color info

#EEF6E4 contains red, green and blue colors in about the same proportion. Web safe color of #EEF6E4 is #FFFFCC (or #FFC).

RGB color model

#EEF6E4 color RGB value is (238,246,228).

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

RGB channels and saturation

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

238
246
228

R + G + B ~ 93%. #EEF6E4 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 246 + 228 = 712 (100%)
R 238 of 712 ~ 33.43%
G 246 of 712 ~ 34.55%
B 228 of 712 ~ 32.02%

%33.43
%34.55
%32.02

CMYK color model

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

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

CMYK percentages

%3.25
%0
%7.32
%3.53

Codes

Color #EEF6E4 in popluar color models

EEF6E4
RGB238246228
HSL87°50.00%92.94%
HSB/HSV87°7.32%96.47%
CMYK3.25%0.00%7.32%
3.53%

Color #EEF6E4 in popluar number systems.

HEXEEF6E4
Decimal238246228
Binary111011101111011011100100
Octal356366344

Shades and tints

Shades of #EEF6E4

#EEF6E4
(238,246,228)
#D9E0D0
(217,224,208)
#C4CABC
(196,202,188)
#AFB4A8
(175,180,168)
#9A9E94
(154,158,148)
#858880
(133,136,128)
#70726C
(112,114,108)
#5B5C58
(91,92,88)
#464644
(70,70,68)
#313030
(49,48,48)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #EEF6E4

#EEF6E4
(238,246,228)
#EFF6E6
(239,246,230)
#F0F6E8
(240,246,232)
#F1F6EA
(241,246,234)
#F2F6EC
(242,246,236)
#F3F6EE
(243,246,238)
#F4F6F0
(244,246,240)
#F5F6F2
(245,246,242)
#F6F6F4
(246,246,244)
#F7F6F6
(247,246,246)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF6E4; }

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

This text font color is #EEF6E4.


Background Color

.myBgColor { background-color: #EEF6E4; }

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

This div background color is #EEF6E4.


Border color

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

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

This div border color is #EEF6E4.


Opacity

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

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

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

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

This text has shadow with #EEF6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF6E4 on black background.


Color preview on white background

This text has color #EEF6E4 on white background.



Black color preview on #EEF6E4 background

This text has black color on #EEF6E4 background.


White color preview on #EEF6E4 background

This text has white color on #EEF6E4 background.