COLOR #EFFAF1

HEX: #EFFAF1
RGB: (239,250,241)

Color info

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

RGB color model

#EFFAF1 color RGB value is (239,250,241).

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

RGB channels and saturation

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

239
250
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 250 + 241 = 730 (100%)
R 239 of 730 ~ 32.74%
G 250 of 730 ~ 34.25%
B 241 of 730 ~ 33.01%

%32.74
%34.25
%33.01

CMYK color model

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

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 1.96%
CMYK:
(4,0,4,2)
C4M0Y4K2 
(4%,0%,4%,2%)
(0.04/0.00/0.04/0.02)	

CMYK percentages

%4.4
%0
%3.6
%1.96

Codes

Color #EFFAF1 in popluar color models

EFFAF1
RGB239250241
HSL131°52.38%95.88%
HSB/HSV131°4.40%98.04%
CMYK4.40%0.00%3.60%
1.96%

Color #EFFAF1 in popluar number systems.

HEXEFFAF1
Decimal239250241
Binary111011111111101011110001
Octal357372361

Shades and tints

Shades of #EFFAF1

#EFFAF1
(239,250,241)
#DAE4DC
(218,228,220)
#C5CEC7
(197,206,199)
#B0B8B2
(176,184,178)
#9BA29D
(155,162,157)
#868C88
(134,140,136)
#717673
(113,118,115)
#5C605E
(92,96,94)
#474A49
(71,74,73)
#323434
(50,52,52)
#1D1E1F
(29,30,31)
#000000
(0,0,0)

Tints of #EFFAF1

#EFFAF1
(239,250,241)
#F0FAF2
(240,250,242)
#F1FAF3
(241,250,243)
#F2FAF4
(242,250,244)
#F3FAF5
(243,250,245)
#F4FAF6
(244,250,246)
#F5FAF7
(245,250,247)
#F6FAF8
(246,250,248)
#F7FAF9
(247,250,249)
#F8FAFA
(248,250,250)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFAF1; }

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

This text font color is #EFFAF1.


Background Color

.myBgColor { background-color: #EFFAF1; }

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

This div background color is #EFFAF1.


Border color

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

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

This div border color is #EFFAF1.


Opacity

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

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

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

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

This text has shadow with #EFFAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFAF1 on black background.


Color preview on white background

This text has color #EFFAF1 on white background.



Black color preview on #EFFAF1 background

This text has black color on #EFFAF1 background.


White color preview on #EFFAF1 background

This text has white color on #EFFAF1 background.