COLOR #EEEFE2

HEX: #EEEFE2
RGB: (238,239,226)

Color info

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

RGB color model

#EEEFE2 color RGB value is (238,239,226).

  • red value is 238;
  • green value is 239;
  • blue value is 226.
RGB:
(238,239,226)
(93%,94%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 239 of 255 = 94%
B 226 of 255 = 89%

238
239
226

R + G + B ~ 92%. #EEEFE2 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 239 + 226 = 703 (100%)
R 238 of 703 ~ 33.85%
G 239 of 703 ~ 34%
B 226 of 703 ~ 32.15%

%33.85
%34
%32.15

CMYK color model

#EEEFE2 color CMYK value is (0,0,5,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(0,0,5,6)
C0M0Y5K6 
(0%,0%,5%,6%)
(0.00/0.00/0.05/0.06)	

CMYK percentages

%0.42
%0
%5.44
%6.27

Codes

Color #EEEFE2 in popluar color models

EEEFE2
RGB238239226
HSL65°28.89%91.18%
HSB/HSV65°5.44%93.73%
CMYK0.42%0.00%5.44%
6.27%

Color #EEEFE2 in popluar number systems.

HEXEEEFE2
Decimal238239226
Binary111011101110111111100010
Octal356357342

Shades and tints

Shades of #EEEFE2

#EEEFE2
(238,239,226)
#D9DACE
(217,218,206)
#C4C5BA
(196,197,186)
#AFB0A6
(175,176,166)
#9A9B92
(154,155,146)
#85867E
(133,134,126)
#70716A
(112,113,106)
#5B5C56
(91,92,86)
#464742
(70,71,66)
#31322E
(49,50,46)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #EEEFE2

#EEEFE2
(238,239,226)
#EFF0E4
(239,240,228)
#F0F1E6
(240,241,230)
#F1F2E8
(241,242,232)
#F2F3EA
(242,243,234)
#F3F4EC
(243,244,236)
#F4F5EE
(244,245,238)
#F5F6F0
(245,246,240)
#F6F7F2
(246,247,242)
#F7F8F4
(247,248,244)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEFE2; }

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

This text font color is #EEEFE2.


Background Color

.myBgColor { background-color: #EEEFE2; }

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

This div background color is #EEEFE2.


Border color

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

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

This div border color is #EEEFE2.


Opacity

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

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

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

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

This text has shadow with #EEEFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEFE2 on black background.


Color preview on white background

This text has color #EEEFE2 on white background.



Black color preview on #EEEFE2 background

This text has black color on #EEEFE2 background.


White color preview on #EEEFE2 background

This text has white color on #EEEFE2 background.