COLOR #EEFEEF

HEX: #EEFEEF RGB: (238,254,239)

Color info

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

RGB color model

#EEFEEF color RGB value is (238,254,239).

RGB: (238,254,239) (93%, 100%, 94%)

RGB channels and saturation

R 238 of 255 = 93%
G 254 of 255 = 100%
B 239 of 255 = 94%

238
254
239

R + G + B ~ 96%. #EEFEEF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 254 + 239 = 731 (100%)
R 238 of 731 ~ 32.56%
G 254 of 731 ~ 34.75%
B 239 of 731 ~ 32.69'%

%32.56
%34.75
%32.69

CMYK color model

#EEFEEF color CMYK value is (6,0,6,0).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 0.39%

CMYK: (6,0,6,0)
C6M0Y6K0 (6%, 0%, 6%, 0%)
(0.06 / 0.00 / 0.06 / 0.00)

CMYK percentages

%6.3
%0
%5.91
%0.39

Codes

Color #EEFEEF in popluar color models

EE FE EF
RGB 238 254 239
HSL 124° 88.89% 96.47%
HSB/HSV 124° 6.30% 99.61%
CMYK 6.30% 0.00% 5.91%
0.39%

Color #EEFEEF in popluar number systems.

HEX EE FE EF
Decimal 238 254 239
Binary 11101110 11111110 11101111
Octal 356 376 357

Shades and tints

Shades of #EEFEEF

#EEFEEF
(238,254,239)
#D9E7DA
(217,231,218)
#C4D0C5
(196,208,197)
#AFB9B0
(175,185,176)
#9AA29B
(154,162,155)
#858B86
(133,139,134)
#707471
(112,116,113)
#5B5D5C
(91,93,92)
#464647
(70,70,71)
#312F32
(49,47,50)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #EEFEEF

#EEFEEF
(238,254,239)
#EFFEF0
(239,254,240)
#F0FEF1
(240,254,241)
#F1FEF2
(241,254,242)
#F2FEF3
(242,254,243)
#F3FEF4
(243,254,244)
#F4FEF5
(244,254,245)
#F5FEF6
(245,254,246)
#F6FEF7
(246,254,247)
#F7FEF8
(247,254,248)
#F8FEF9
(248,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFEEF; }

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

This text font color is #EEFEEF.

Background Color

.myBgColor { background-color: #EEFEEF; }

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

This div background color is #EEFEEF.

Border color

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

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

This div border color is #EEFEEF.

Opacity

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

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

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

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

This text has shadow with #EEFEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFEEF.

Preview

Color preview on black background

This text has color #EEFEEF on black background.


Color preview on white background

This text has color #EEFEEF on white background.


Black color preview on #EEFEEF background

This text has black color on #EEFEEF background.


White color preview on #EEFEEF background

This text has white color on #EEFEEF background.


Related colors

Complementary color

Complementary color for #hex is #110110.


I love getcolorcode.com

Triadic colors

1 #EFEEFE and #FEEFEE with #EEFEEF are triadic colors.

2 #EFFEEE and #FEEEEF with #EEFEEF are triadic colors.