COLOR #EFEFF2

HEX: #EFEFF2
RGB: (239,239,242)

Color info

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

RGB color model

#EFEFF2 color RGB value is (239,239,242).

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

RGB channels and saturation

R 239 of 255 = 94%
G 239 of 255 = 94%
B 242 of 255 = 95%

239
239
242

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

Portions of RGB colors in percentages

R + G + B =
239 + 239 + 242 = 720 (100%)
R 239 of 720 ~ 33.19%
G 239 of 720 ~ 33.19%
B 242 of 720 ~ 33.61%

%33.19
%33.19
%33.61

CMYK color model

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

  • cyan value is 1.24%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(1,1,0,5)
C1M1Y0K5 
(1%,1%,0%,5%)
(0.01/0.01/0.00/0.05)	

CMYK percentages

%1.24
%1.24
%0
%5.1

Codes

Color #EFEFF2 in popluar color models

EFEFF2
RGB239239242
HSL240°10.34%94.31%
HSB/HSV240°1.24%94.90%
CMYK1.24%1.24%0.00%
5.10%

Color #EFEFF2 in popluar number systems.

HEXEFEFF2
Decimal239239242
Binary111011111110111111110010
Octal357357362

Shades and tints

Shades of #EFEFF2

#EFEFF2
(239,239,242)
#DADADC
(218,218,220)
#C5C5C6
(197,197,198)
#B0B0B0
(176,176,176)
#9B9B9A
(155,155,154)
#868684
(134,134,132)
#71716E
(113,113,110)
#5C5C58
(92,92,88)
#474742
(71,71,66)
#32322C
(50,50,44)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #EFEFF2

#EFEFF2
(239,239,242)
#F0F0F3
(240,240,243)
#F1F1F4
(241,241,244)
#F2F2F5
(242,242,245)
#F3F3F6
(243,243,246)
#F4F4F7
(244,244,247)
#F5F5F8
(245,245,248)
#F6F6F9
(246,246,249)
#F7F7FA
(247,247,250)
#F8F8FB
(248,248,251)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEFF2; }

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

This text font color is #EFEFF2.


Background Color

.myBgColor { background-color: #EFEFF2; }

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

This div background color is #EFEFF2.


Border color

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

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

This div border color is #EFEFF2.


Opacity

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

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

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

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

This text has shadow with #EFEFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEFF2 on black background.


Color preview on white background

This text has color #EFEFF2 on white background.



Black color preview on #EFEFF2 background

This text has black color on #EFEFF2 background.


White color preview on #EFEFF2 background

This text has white color on #EFEFF2 background.