COLOR #EFF3F2

HEX: #EFF3F2 RGB: (239,243,242)

Color info

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

RGB color model

#EFF3F2 color RGB value is (239,243,242).

RGB: (239,243,242) (94%, 95%, 95%)

RGB channels and saturation

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

239
243
242

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

Portions of RGB colors in percentages

R + G + B = 239 + 243 + 242 = 724 (100%)
R 239 of 724 ~ 33.01%
G 243 of 724 ~ 33.56%
B 242 of 724 ~ 33.43'%

%33.01
%33.56
%33.43

CMYK color model

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

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 0.41%
  • key color value is 4.71%

CMYK: (2,0,0,5)
C2M0Y0K5 (2%, 0%, 0%, 5%)
(0.02 / 0.00 / 0.00 / 0.05)

CMYK percentages

%1.65
%0
%0.41
%4.71

Codes

Color #EFF3F2 in popluar color models

EF F3 F2
RGB 239 243 242
HSL 165° 14.29% 94.51%
HSB/HSV 165° 1.65% 95.29%
CMYK 1.65% 0.00% 0.41%
4.71%

Color #EFF3F2 in popluar number systems.

HEX EF F3 F2
Decimal 239 243 242
Binary 11101111 11110011 11110010
Octal 357 363 362

Shades and tints

Shades of #EFF3F2

#EFF3F2
(239,243,242)
#DADDDC
(218,221,220)
#C5C7C6
(197,199,198)
#B0B1B0
(176,177,176)
#9B9B9A
(155,155,154)
#868584
(134,133,132)
#716F6E
(113,111,110)
#5C5958
(92,89,88)
#474342
(71,67,66)
#322D2C
(50,45,44)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #EFF3F2

#EFF3F2
(239,243,242)
#F0F4F3
(240,244,243)
#F1F5F4
(241,245,244)
#F2F6F5
(242,246,245)
#F3F7F6
(243,247,246)
#F4F8F7
(244,248,247)
#F5F9F8
(245,249,248)
#F6FAF9
(246,250,249)
#F7FBFA
(247,251,250)
#F8FCFB
(248,252,251)
#F9FDFC
(249,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF3F2; }

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

This text font color is #EFF3F2.

Background Color

.myBgColor { background-color: #EFF3F2; }

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

This div background color is #EFF3F2.

Border color

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

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

This div border color is #EFF3F2.

Opacity

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

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

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

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

This text has shadow with #EFF3F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF3F2.

Preview

Color preview on black background

This text has color #EFF3F2 on black background.


Color preview on white background

This text has color #EFF3F2 on white background.


Black color preview on #EFF3F2 background

This text has black color on #EFF3F2 background.


White color preview on #EFF3F2 background

This text has white color on #EFF3F2 background.


Related colors

Complementary color

Complementary color for #hex is #100C0D.


I love getcolorcode.com

Triadic colors

1 #F2EFF3 and #F3F2EF with #EFF3F2 are triadic colors.

2 #F2F3EF and #F3EFF2 with #EFF3F2 are triadic colors.