COLOR #EFF8EE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

239
248
238

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

Portions of RGB colors in percentages

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

%32.97
%34.21
%32.83

CMYK color model

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

  • cyan value is 3.63%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • 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

%3.63
%0
%4.03
%2.75

Codes

Color #EFF8EE in popluar color models

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

Color #EFF8EE in popluar number systems.

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

Shades and tints

Shades of #EFF8EE

#EFF8EE
(239,248,238)
#DAE2D9
(218,226,217)
#C5CCC4
(197,204,196)
#B0B6AF
(176,182,175)
#9BA09A
(155,160,154)
#868A85
(134,138,133)
#717470
(113,116,112)
#5C5E5B
(92,94,91)
#474846
(71,72,70)
#323231
(50,50,49)
#1D1C1C
(29,28,28)
#000000
(0,0,0)

Tints of #EFF8EE

#EFF8EE
(239,248,238)
#F0F8EF
(240,248,239)
#F1F8F0
(241,248,240)
#F2F8F1
(242,248,241)
#F3F8F2
(243,248,242)
#F4F8F3
(244,248,243)
#F5F8F4
(245,248,244)
#F6F8F5
(246,248,245)
#F7F8F6
(247,248,246)
#F8F8F7
(248,248,247)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF8EE; }

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

This text font color is #EFF8EE.

Background Color

.myBgColor { background-color: #EFF8EE; }

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

This div background color is #EFF8EE.

Border color

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

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

This div border color is #EFF8EE.

Opacity

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

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

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

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

This text has shadow with #EFF8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF8EE.

Preview

Color preview on black background

This text has color #EFF8EE on black background.


Color preview on white background

This text has color #EFF8EE on white background.


Black color preview on #EFF8EE background

This text has black color on #EFF8EE background.


White color preview on #EFF8EE background

This text has white color on #EFF8EE background.


Related colors

Complementary color

Complementary color for #hex is #100711.


I love getcolorcode.com

Triadic colors

1 #EEEFF8 and #F8EEEF with #EFF8EE are triadic colors.

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