COLOR #EFF0F1

HEX: #EFF0F1 RGB: (239,240,241)

Color info

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

RGB color model

#EFF0F1 color RGB value is (239,240,241).

RGB: (239,240,241) (94%, 94%, 95%)

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 241 of 255 = 95%

239
240
241

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

Portions of RGB colors in percentages

R + G + B = 239 + 240 + 241 = 720 (100%)
R 239 of 720 ~ 33.19%
G 240 of 720 ~ 33.33%
B 241 of 720 ~ 33.47'%

%33.19
%33.33
%33.47

CMYK color model

#EFF0F1 color CMYK value is (1,0,0,5).

  • cyan value is 0.83%
  • magenta value is 0.41%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (1,0,0,5)
C1M0Y0K5 (1%, 0%, 0%, 5%)
(0.01 / 0.00 / 0.00 / 0.05)

CMYK percentages

%0.83
%0.41
%0
%5.49

Codes

Color #EFF0F1 in popluar color models

EF F0 F1
RGB 239 240 241
HSL 210° 6.67% 94.12%
HSB/HSV 210° 0.83% 94.51%
CMYK 0.83% 0.41% 0.00%
5.49%

Color #EFF0F1 in popluar number systems.

HEX EF F0 F1
Decimal 239 240 241
Binary 11101111 11110000 11110001
Octal 357 360 361

Shades and tints

Shades of #EFF0F1

#EFF0F1
(239,240,241)
#DADBDC
(218,219,220)
#C5C6C7
(197,198,199)
#B0B1B2
(176,177,178)
#9B9C9D
(155,156,157)
#868788
(134,135,136)
#717273
(113,114,115)
#5C5D5E
(92,93,94)
#474849
(71,72,73)
#323334
(50,51,52)
#1D1E1F
(29,30,31)
#000000
(0,0,0)

Tints of #EFF0F1

#EFF0F1
(239,240,241)
#F0F1F2
(240,241,242)
#F1F2F3
(241,242,243)
#F2F3F4
(242,243,244)
#F3F4F5
(243,244,245)
#F4F5F6
(244,245,246)
#F5F6F7
(245,246,247)
#F6F7F8
(246,247,248)
#F7F8F9
(247,248,249)
#F8F9FA
(248,249,250)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF0F1; }

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

This text font color is #EFF0F1.

Background Color

.myBgColor { background-color: #EFF0F1; }

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

This div background color is #EFF0F1.

Border color

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

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

This div border color is #EFF0F1.

Opacity

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

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

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

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

This text has shadow with #EFF0F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF0F1.

Preview

Color preview on black background

This text has color #EFF0F1 on black background.


Color preview on white background

This text has color #EFF0F1 on white background.


Black color preview on #EFF0F1 background

This text has black color on #EFF0F1 background.


White color preview on #EFF0F1 background

This text has white color on #EFF0F1 background.


Related colors

Complementary color

Complementary color for #hex is #100F0E.


I love getcolorcode.com

Triadic colors

1 #F1EFF0 and #F0F1EF with #EFF0F1 are triadic colors.

2 #F1F0EF and #F0EFF1 with #EFF0F1 are triadic colors.