COLOR #EFFAF9

HEX: #EFFAF9
RGB: (239,250,249)

Color info

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

RGB color model

#EFFAF9 color RGB value is (239,250,249).

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

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 249 of 255 = 98%

239
250
249

R + G + B ~ 97%. #EFFAF9 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 250 + 249 = 738 (100%)
R 239 of 738 ~ 32.38%
G 250 of 738 ~ 33.88%
B 249 of 738 ~ 33.74%

%32.38
%33.88
%33.74

CMYK color model

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

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

CMYK percentages

%4.4
%0
%0.4
%1.96

Codes

Color #EFFAF9 in popluar color models

EFFAF9
RGB239250249
HSL175°52.38%95.88%
HSB/HSV175°4.40%98.04%
CMYK4.40%0.00%0.40%
1.96%

Color #EFFAF9 in popluar number systems.

HEXEFFAF9
Decimal239250249
Binary111011111111101011111001
Octal357372371

Shades and tints

Shades of #EFFAF9

#EFFAF9
(239,250,249)
#DAE4E3
(218,228,227)
#C5CECD
(197,206,205)
#B0B8B7
(176,184,183)
#9BA2A1
(155,162,161)
#868C8B
(134,140,139)
#717675
(113,118,117)
#5C605F
(92,96,95)
#474A49
(71,74,73)
#323433
(50,52,51)
#1D1E1D
(29,30,29)
#000000
(0,0,0)

Tints of #EFFAF9

#EFFAF9
(239,250,249)
#F0FAF9
(240,250,249)
#F1FAF9
(241,250,249)
#F2FAF9
(242,250,249)
#F3FAF9
(243,250,249)
#F4FAF9
(244,250,249)
#F5FAF9
(245,250,249)
#F6FAF9
(246,250,249)
#F7FAF9
(247,250,249)
#F8FAF9
(248,250,249)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFAF9; }

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

This text font color is #EFFAF9.


Background Color

.myBgColor { background-color: #EFFAF9; }

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

This div background color is #EFFAF9.


Border color

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

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

This div border color is #EFFAF9.


Opacity

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

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

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

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

This text has shadow with #EFFAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFAF9 on black background.


Color preview on white background

This text has color #EFFAF9 on white background.



Black color preview on #EFFAF9 background

This text has black color on #EFFAF9 background.


White color preview on #EFFAF9 background

This text has white color on #EFFAF9 background.