COLOR #EFF1F6

HEX: #EFF1F6
RGB: (239,241,246)

Color info

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

RGB color model

#EFF1F6 color RGB value is (239,241,246).

  • red value is 239;
  • green value is 241;
  • blue value is 246.
RGB:
(239,241,246)
(94%,95%,96%)

RGB channels and saturation

R 239 of 255 = 94%
G 241 of 255 = 95%
B 246 of 255 = 96%

239
241
246

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

Portions of RGB colors in percentages

R + G + B =
239 + 241 + 246 = 726 (100%)
R 239 of 726 ~ 32.92%
G 241 of 726 ~ 33.2%
B 246 of 726 ~ 33.88%

%32.92
%33.2
%33.88

CMYK color model

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

  • cyan value is 2.85%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(3,2,0,4)
C3M2Y0K4 
(3%,2%,0%,4%)
(0.03/0.02/0.00/0.04)	

CMYK percentages

%2.85
%2.03
%0
%3.53

Codes

Color #EFF1F6 in popluar color models

EFF1F6
RGB239241246
HSL223°28.00%95.10%
HSB/HSV223°2.85%96.47%
CMYK2.85%2.03%0.00%
3.53%

Color #EFF1F6 in popluar number systems.

HEXEFF1F6
Decimal239241246
Binary111011111111000111110110
Octal357361366

Shades and tints

Shades of #EFF1F6

#EFF1F6
(239,241,246)
#DADCE0
(218,220,224)
#C5C7CA
(197,199,202)
#B0B2B4
(176,178,180)
#9B9D9E
(155,157,158)
#868888
(134,136,136)
#717372
(113,115,114)
#5C5E5C
(92,94,92)
#474946
(71,73,70)
#323430
(50,52,48)
#1D1F1A
(29,31,26)
#000000
(0,0,0)

Tints of #EFF1F6

#EFF1F6
(239,241,246)
#F0F2F6
(240,242,246)
#F1F3F6
(241,243,246)
#F2F4F6
(242,244,246)
#F3F5F6
(243,245,246)
#F4F6F6
(244,246,246)
#F5F7F6
(245,247,246)
#F6F8F6
(246,248,246)
#F7F9F6
(247,249,246)
#F8FAF6
(248,250,246)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF1F6 color. Also use rgb(239,241,246) instead hex code.

Text Font Color

.myTextColor { color: #EFF1F6; }

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

This text font color is #EFF1F6.


Background Color

.myBgColor { background-color: #EFF1F6; }

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

This div background color is #EFF1F6.


Border color

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

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

This div border color is #EFF1F6.


Opacity

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

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

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

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

This text has shadow with #EFF1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF1F6 on black background.


Color preview on white background

This text has color #EFF1F6 on white background.



Black color preview on #EFF1F6 background

This text has black color on #EFF1F6 background.


White color preview on #EFF1F6 background

This text has white color on #EFF1F6 background.