COLOR #EFFAF2

HEX: #EFFAF2
RGB: (239,250,242)

Color info

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

RGB color model

#EFFAF2 color RGB value is (239,250,242).

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

RGB channels and saturation

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

239
250
242

R + G + B ~ 96%. #EFFAF2 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 250 + 242 = 731 (100%)
R 239 of 731 ~ 32.69%
G 250 of 731 ~ 34.2%
B 242 of 731 ~ 33.11%

%32.69
%34.2
%33.11

CMYK color model

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

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 1.96%
CMYK:
(4,0,3,2)
C4M0Y3K2 
(4%,0%,3%,2%)
(0.04/0.00/0.03/0.02)	

CMYK percentages

%4.4
%0
%3.2
%1.96

Codes

Color #EFFAF2 in popluar color models

EFFAF2
RGB239250242
HSL136°52.38%95.88%
HSB/HSV136°4.40%98.04%
CMYK4.40%0.00%3.20%
1.96%

Color #EFFAF2 in popluar number systems.

HEXEFFAF2
Decimal239250242
Binary111011111111101011110010
Octal357372362

Shades and tints

Shades of #EFFAF2

#EFFAF2
(239,250,242)
#DAE4DC
(218,228,220)
#C5CEC6
(197,206,198)
#B0B8B0
(176,184,176)
#9BA29A
(155,162,154)
#868C84
(134,140,132)
#71766E
(113,118,110)
#5C6058
(92,96,88)
#474A42
(71,74,66)
#32342C
(50,52,44)
#1D1E16
(29,30,22)
#000000
(0,0,0)

Tints of #EFFAF2

#EFFAF2
(239,250,242)
#F0FAF3
(240,250,243)
#F1FAF4
(241,250,244)
#F2FAF5
(242,250,245)
#F3FAF6
(243,250,246)
#F4FAF7
(244,250,247)
#F5FAF8
(245,250,248)
#F6FAF9
(246,250,249)
#F7FAFA
(247,250,250)
#F8FAFB
(248,250,251)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFAF2; }

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

This text font color is #EFFAF2.


Background Color

.myBgColor { background-color: #EFFAF2; }

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

This div background color is #EFFAF2.


Border color

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

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

This div border color is #EFFAF2.


Opacity

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

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

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

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

This text has shadow with #EFFAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFAF2 on black background.


Color preview on white background

This text has color #EFFAF2 on white background.



Black color preview on #EFFAF2 background

This text has black color on #EFFAF2 background.


White color preview on #EFFAF2 background

This text has white color on #EFFAF2 background.