COLOR #EFF7EB

HEX: #EFF7EB
RGB: (239,247,235)

Color info

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

RGB color model

#EFF7EB color RGB value is (239,247,235).

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

RGB channels and saturation

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

239
247
235

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

Portions of RGB colors in percentages

R + G + B =
239 + 247 + 235 = 721 (100%)
R 239 of 721 ~ 33.15%
G 247 of 721 ~ 34.26%
B 235 of 721 ~ 32.59%

%33.15
%34.26
%32.59

CMYK color model

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

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(3,0,5,3)
C3M0Y5K3 
(3%,0%,5%,3%)
(0.03/0.00/0.05/0.03)	

CMYK percentages

%3.24
%0
%4.86
%3.14

Codes

Color #EFF7EB in popluar color models

EFF7EB
RGB239247235
HSL100°42.86%94.51%
HSB/HSV100°4.86%96.86%
CMYK3.24%0.00%4.86%
3.14%

Color #EFF7EB in popluar number systems.

HEXEFF7EB
Decimal239247235
Binary111011111111011111101011
Octal357367353

Shades and tints

Shades of #EFF7EB

#EFF7EB
(239,247,235)
#DAE1D6
(218,225,214)
#C5CBC1
(197,203,193)
#B0B5AC
(176,181,172)
#9B9F97
(155,159,151)
#868982
(134,137,130)
#71736D
(113,115,109)
#5C5D58
(92,93,88)
#474743
(71,71,67)
#32312E
(50,49,46)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #EFF7EB

#EFF7EB
(239,247,235)
#F0F7EC
(240,247,236)
#F1F7ED
(241,247,237)
#F2F7EE
(242,247,238)
#F3F7EF
(243,247,239)
#F4F7F0
(244,247,240)
#F5F7F1
(245,247,241)
#F6F7F2
(246,247,242)
#F7F7F3
(247,247,243)
#F8F7F4
(248,247,244)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF7EB; }

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

This text font color is #EFF7EB.


Background Color

.myBgColor { background-color: #EFF7EB; }

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

This div background color is #EFF7EB.


Border color

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

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

This div border color is #EFF7EB.


Opacity

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

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

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

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

This text has shadow with #EFF7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF7EB on black background.


Color preview on white background

This text has color #EFF7EB on white background.



Black color preview on #EFF7EB background

This text has black color on #EFF7EB background.


White color preview on #EFF7EB background

This text has white color on #EFF7EB background.