COLOR #EFF3F7

HEX: #EFF3F7
RGB: (239,243,247)

Color info

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

RGB color model

#EFF3F7 color RGB value is (239,243,247).

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

RGB channels and saturation

R 239 of 255 = 94%
G 243 of 255 = 95%
B 247 of 255 = 97%

239
243
247

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

Portions of RGB colors in percentages

R + G + B =
239 + 243 + 247 = 729 (100%)
R 239 of 729 ~ 32.78%
G 243 of 729 ~ 33.33%
B 247 of 729 ~ 33.88%

%32.78
%33.33
%33.88

CMYK color model

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

  • cyan value is 3.24%
  • magenta value is 1.62%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(3,2,0,3)
C3M2Y0K3 
(3%,2%,0%,3%)
(0.03/0.02/0.00/0.03)	

CMYK percentages

%3.24
%1.62
%0
%3.14

Codes

Color #EFF3F7 in popluar color models

EFF3F7
RGB239243247
HSL210°33.33%95.29%
HSB/HSV210°3.24%96.86%
CMYK3.24%1.62%0.00%
3.14%

Color #EFF3F7 in popluar number systems.

HEXEFF3F7
Decimal239243247
Binary111011111111001111110111
Octal357363367

Shades and tints

Shades of #EFF3F7

#EFF3F7
(239,243,247)
#DADDE1
(218,221,225)
#C5C7CB
(197,199,203)
#B0B1B5
(176,177,181)
#9B9B9F
(155,155,159)
#868589
(134,133,137)
#716F73
(113,111,115)
#5C595D
(92,89,93)
#474347
(71,67,71)
#322D31
(50,45,49)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #EFF3F7

#EFF3F7
(239,243,247)
#F0F4F7
(240,244,247)
#F1F5F7
(241,245,247)
#F2F6F7
(242,246,247)
#F3F7F7
(243,247,247)
#F4F8F7
(244,248,247)
#F5F9F7
(245,249,247)
#F6FAF7
(246,250,247)
#F7FBF7
(247,251,247)
#F8FCF7
(248,252,247)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF3F7; }

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

This text font color is #EFF3F7.


Background Color

.myBgColor { background-color: #EFF3F7; }

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

This div background color is #EFF3F7.


Border color

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

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

This div border color is #EFF3F7.


Opacity

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

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

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

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

This text has shadow with #EFF3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF3F7 on black background.


Color preview on white background

This text has color #EFF3F7 on white background.



Black color preview on #EFF3F7 background

This text has black color on #EFF3F7 background.


White color preview on #EFF3F7 background

This text has white color on #EFF3F7 background.