COLOR #EFF8EB

HEX: #EFF8EB
RGB: (239,248,235)

Color info

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

RGB color model

#EFF8EB color RGB value is (239,248,235).

  • red value is 239;
  • green value is 248;
  • blue value is 235.
RGB:
(239,248,235)
(94%,97%,92%)

RGB channels and saturation

R 239 of 255 = 94%
G 248 of 255 = 97%
B 235 of 255 = 92%

239
248
235

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

Portions of RGB colors in percentages

R + G + B =
239 + 248 + 235 = 722 (100%)
R 239 of 722 ~ 33.1%
G 248 of 722 ~ 34.35%
B 235 of 722 ~ 32.55%

%33.1
%34.35
%32.55

CMYK color model

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

  • cyan value is 3.63%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 2.75%
CMYK:
(4,0,5,3)
C4M0Y5K3 
(4%,0%,5%,3%)
(0.04/0.00/0.05/0.03)	

CMYK percentages

%3.63
%0
%5.24
%2.75

Codes

Color #EFF8EB in popluar color models

EFF8EB
RGB239248235
HSL102°48.15%94.71%
HSB/HSV102°5.24%97.25%
CMYK3.63%0.00%5.24%
2.75%

Color #EFF8EB in popluar number systems.

HEXEFF8EB
Decimal239248235
Binary111011111111100011101011
Octal357370353

Shades and tints

Shades of #EFF8EB

#EFF8EB
(239,248,235)
#DAE2D6
(218,226,214)
#C5CCC1
(197,204,193)
#B0B6AC
(176,182,172)
#9BA097
(155,160,151)
#868A82
(134,138,130)
#71746D
(113,116,109)
#5C5E58
(92,94,88)
#474843
(71,72,67)
#32322E
(50,50,46)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #EFF8EB

#EFF8EB
(239,248,235)
#F0F8EC
(240,248,236)
#F1F8ED
(241,248,237)
#F2F8EE
(242,248,238)
#F3F8EF
(243,248,239)
#F4F8F0
(244,248,240)
#F5F8F1
(245,248,241)
#F6F8F2
(246,248,242)
#F7F8F3
(247,248,243)
#F8F8F4
(248,248,244)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF8EB; }

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

This text font color is #EFF8EB.


Background Color

.myBgColor { background-color: #EFF8EB; }

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

This div background color is #EFF8EB.


Border color

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

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

This div border color is #EFF8EB.


Opacity

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

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

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

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

This text has shadow with #EFF8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF8EB on black background.


Color preview on white background

This text has color #EFF8EB on white background.



Black color preview on #EFF8EB background

This text has black color on #EFF8EB background.


White color preview on #EFF8EB background

This text has white color on #EFF8EB background.