COLOR #EFEFF3

HEX: #EFEFF3
RGB: (239,239,243)

Color info

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

RGB color model

#EFEFF3 color RGB value is (239,239,243).

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

RGB channels and saturation

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

239
239
243

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

Portions of RGB colors in percentages

R + G + B =
239 + 239 + 243 = 721 (100%)
R 239 of 721 ~ 33.15%
G 239 of 721 ~ 33.15%
B 243 of 721 ~ 33.7%

%33.15
%33.15
%33.7

CMYK color model

#EFEFF3 color CMYK value is (2,2,0,5).

  • cyan value is 1.65%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(2,2,0,5)
C2M2Y0K5 
(2%,2%,0%,5%)
(0.02/0.02/0.00/0.05)	

CMYK percentages

%1.65
%1.65
%0
%4.71

Codes

Color #EFEFF3 in popluar color models

EFEFF3
RGB239239243
HSL240°14.29%94.51%
HSB/HSV240°1.65%95.29%
CMYK1.65%1.65%0.00%
4.71%

Color #EFEFF3 in popluar number systems.

HEXEFEFF3
Decimal239239243
Binary111011111110111111110011
Octal357357363

Shades and tints

Shades of #EFEFF3

#EFEFF3
(239,239,243)
#DADADD
(218,218,221)
#C5C5C7
(197,197,199)
#B0B0B1
(176,176,177)
#9B9B9B
(155,155,155)
#868685
(134,134,133)
#71716F
(113,113,111)
#5C5C59
(92,92,89)
#474743
(71,71,67)
#32322D
(50,50,45)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #EFEFF3

#EFEFF3
(239,239,243)
#F0F0F4
(240,240,244)
#F1F1F5
(241,241,245)
#F2F2F6
(242,242,246)
#F3F3F7
(243,243,247)
#F4F4F8
(244,244,248)
#F5F5F9
(245,245,249)
#F6F6FA
(246,246,250)
#F7F7FB
(247,247,251)
#F8F8FC
(248,248,252)
#F9F9FD
(249,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEFF3; }

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

This text font color is #EFEFF3.


Background Color

.myBgColor { background-color: #EFEFF3; }

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

This div background color is #EFEFF3.


Border color

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

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

This div border color is #EFEFF3.


Opacity

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

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

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

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

This text has shadow with #EFEFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEFF3 on black background.


Color preview on white background

This text has color #EFEFF3 on white background.



Black color preview on #EFEFF3 background

This text has black color on #EFEFF3 background.


White color preview on #EFEFF3 background

This text has white color on #EFEFF3 background.