COLOR #EFF5EE

HEX: #EFF5EE RGB: (239,245,238)

Color info

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

RGB color model

#EFF5EE color RGB value is (239,245,238).

RGB: (239,245,238) (94%, 96%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 245 of 255 = 96%
B 238 of 255 = 93%

239
245
238

R + G + B ~ 94%. #EFF5EE is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 245 + 238 = 722 (100%)
R 239 of 722 ~ 33.1%
G 245 of 722 ~ 33.93%
B 238 of 722 ~ 32.96'%

%33.1
%33.93
%32.96

CMYK color model

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

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 3.92%

CMYK: (2,0,3,4)
C2M0Y3K4 (2%, 0%, 3%, 4%)
(0.02 / 0.00 / 0.03 / 0.04)

CMYK percentages

%2.45
%0
%2.86
%3.92

Codes

Color #EFF5EE in popluar color models

EF F5 EE
RGB 239 245 238
HSL 111° 25.93% 94.71%
HSB/HSV 111° 2.86% 96.08%
CMYK 2.45% 0.00% 2.86%
3.92%

Color #EFF5EE in popluar number systems.

HEX EF F5 EE
Decimal 239 245 238
Binary 11101111 11110101 11101110
Octal 357 365 356

Shades and tints

Shades of #EFF5EE

#EFF5EE
(239,245,238)
#DADFD9
(218,223,217)
#C5C9C4
(197,201,196)
#B0B3AF
(176,179,175)
#9B9D9A
(155,157,154)
#868785
(134,135,133)
#717170
(113,113,112)
#5C5B5B
(92,91,91)
#474546
(71,69,70)
#322F31
(50,47,49)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #EFF5EE

#EFF5EE
(239,245,238)
#F0F5EF
(240,245,239)
#F1F5F0
(241,245,240)
#F2F5F1
(242,245,241)
#F3F5F2
(243,245,242)
#F4F5F3
(244,245,243)
#F5F5F4
(245,245,244)
#F6F5F5
(246,245,245)
#F7F5F6
(247,245,246)
#F8F5F7
(248,245,247)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF5EE; }

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

This text font color is #EFF5EE.

Background Color

.myBgColor { background-color: #EFF5EE; }

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

This div background color is #EFF5EE.

Border color

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

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

This div border color is #EFF5EE.

Opacity

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

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

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

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

This text has shadow with #EFF5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF5EE.

Preview

Color preview on black background

This text has color #EFF5EE on black background.


Color preview on white background

This text has color #EFF5EE on white background.


Black color preview on #EFF5EE background

This text has black color on #EFF5EE background.


White color preview on #EFF5EE background

This text has white color on #EFF5EE background.


Related colors

Complementary color

Complementary color for #hex is #100A11.


I love getcolorcode.com

Triadic colors

1 #EEEFF5 and #F5EEEF with #EFF5EE are triadic colors.

2 #EEF5EF and #F5EFEE with #EFF5EE are triadic colors.