COLOR #EEF8EF

HEX: #EEF8EF RGB: (238,248,239)

Color info

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

RGB color model

#EEF8EF color RGB value is (238,248,239).

RGB: (238,248,239) (93%, 97%, 94%)

RGB channels and saturation

R 238 of 255 = 93%
G 248 of 255 = 97%
B 239 of 255 = 94%

238
248
239

R + G + B ~ 95%. #EEF8EF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 248 + 239 = 725 (100%)
R 238 of 725 ~ 32.83%
G 248 of 725 ~ 34.21%
B 239 of 725 ~ 32.97'%

%32.83
%34.21
%32.97

CMYK color model

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

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 3.63%
  • key color value is 2.75%

CMYK: (4,0,4,3)
C4M0Y4K3 (4%, 0%, 4%, 3%)
(0.04 / 0.00 / 0.04 / 0.03)

CMYK percentages

%4.03
%0
%3.63
%2.75

Codes

Color #EEF8EF in popluar color models

EE F8 EF
RGB 238 248 239
HSL 126° 41.67% 95.29%
HSB/HSV 126° 4.03% 97.25%
CMYK 4.03% 0.00% 3.63%
2.75%

Color #EEF8EF in popluar number systems.

HEX EE F8 EF
Decimal 238 248 239
Binary 11101110 11111000 11101111
Octal 356 370 357

Shades and tints

Shades of #EEF8EF

#EEF8EF
(238,248,239)
#D9E2DA
(217,226,218)
#C4CCC5
(196,204,197)
#AFB6B0
(175,182,176)
#9AA09B
(154,160,155)
#858A86
(133,138,134)
#707471
(112,116,113)
#5B5E5C
(91,94,92)
#464847
(70,72,71)
#313232
(49,50,50)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #EEF8EF

#EEF8EF
(238,248,239)
#EFF8F0
(239,248,240)
#F0F8F1
(240,248,241)
#F1F8F2
(241,248,242)
#F2F8F3
(242,248,243)
#F3F8F4
(243,248,244)
#F4F8F5
(244,248,245)
#F5F8F6
(245,248,246)
#F6F8F7
(246,248,247)
#F7F8F8
(247,248,248)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF8EF; }

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

This text font color is #EEF8EF.

Background Color

.myBgColor { background-color: #EEF8EF; }

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

This div background color is #EEF8EF.

Border color

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

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

This div border color is #EEF8EF.

Opacity

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

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

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

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

This text has shadow with #EEF8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF8EF.

Preview

Color preview on black background

This text has color #EEF8EF on black background.


Color preview on white background

This text has color #EEF8EF on white background.


Black color preview on #EEF8EF background

This text has black color on #EEF8EF background.


White color preview on #EEF8EF background

This text has white color on #EEF8EF background.


Related colors

Complementary color

Complementary color for #hex is #110710.


I love getcolorcode.com

Triadic colors

1 #EFEEF8 and #F8EFEE with #EEF8EF are triadic colors.

2 #EFF8EE and #F8EEEF with #EEF8EF are triadic colors.