COLOR #EEEEF0

HEX: #EEEEF0 RGB: (238,238,240)

Color info

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

RGB color model

#EEEEF0 color RGB value is (238,238,240).

RGB: (238,238,240) (93%, 93%, 94%)

RGB channels and saturation

R 238 of 255 = 93%
G 238 of 255 = 93%
B 240 of 255 = 94%

238
238
240

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

Portions of RGB colors in percentages

R + G + B = 238 + 238 + 240 = 716 (100%)
R 238 of 716 ~ 33.24%
G 238 of 716 ~ 33.24%
B 240 of 716 ~ 33.52'%

%33.24
%33.24
%33.52

CMYK color model

#EEEEF0 color CMYK value is (1,1,0,6).

  • cyan value is 0.83%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (1,1,0,6)
C1M1Y0K6 (1%, 1%, 0%, 6%)
(0.01 / 0.01 / 0.00 / 0.06)

CMYK percentages

%0.83
%0.83
%0
%5.88

Codes

Color #EEEEF0 in popluar color models

EE EE F0
RGB 238 238 240
HSL 240° 6.25% 93.73%
HSB/HSV 240° 0.83% 94.12%
CMYK 0.83% 0.83% 0.00%
5.88%

Color #EEEEF0 in popluar number systems.

HEX EE EE F0
Decimal 238 238 240
Binary 11101110 11101110 11110000
Octal 356 356 360

Shades and tints

Shades of #EEEEF0

#EEEEF0
(238,238,240)
#D9D9DB
(217,217,219)
#C4C4C6
(196,196,198)
#AFAFB1
(175,175,177)
#9A9A9C
(154,154,156)
#858587
(133,133,135)
#707072
(112,112,114)
#5B5B5D
(91,91,93)
#464648
(70,70,72)
#313133
(49,49,51)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #EEEEF0

#EEEEF0
(238,238,240)
#EFEFF1
(239,239,241)
#F0F0F2
(240,240,242)
#F1F1F3
(241,241,243)
#F2F2F4
(242,242,244)
#F3F3F5
(243,243,245)
#F4F4F6
(244,244,246)
#F5F5F7
(245,245,247)
#F6F6F8
(246,246,248)
#F7F7F9
(247,247,249)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEEF0; }

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

This text font color is #EEEEF0.

Background Color

.myBgColor { background-color: #EEEEF0; }

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

This div background color is #EEEEF0.

Border color

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

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

This div border color is #EEEEF0.

Opacity

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

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

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

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

This text has shadow with #EEEEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEEF0.

Preview

Color preview on black background

This text has color #EEEEF0 on black background.


Color preview on white background

This text has color #EEEEF0 on white background.


Black color preview on #EEEEF0 background

This text has black color on #EEEEF0 background.


White color preview on #EEEEF0 background

This text has white color on #EEEEF0 background.


Related colors

Complementary color

Complementary color for #hex is #11110F.


I love getcolorcode.com