COLOR #EFFAEF

HEX: #EFFAEF
RGB: (239,250,239)

Color info

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

RGB color model

#EFFAEF color RGB value is (239,250,239).

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

RGB channels and saturation

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

239
250
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 250 + 239 = 728 (100%)
R 239 of 728 ~ 32.83%
G 250 of 728 ~ 34.34%
B 239 of 728 ~ 32.83%

%32.83
%34.34
%32.83

CMYK color model

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

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • 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
%4.4
%1.96

Codes

Color #EFFAEF in popluar color models

EFFAEF
RGB239250239
HSL120°52.38%95.88%
HSB/HSV120°4.40%98.04%
CMYK4.40%0.00%4.40%
1.96%

Color #EFFAEF in popluar number systems.

HEXEFFAEF
Decimal239250239
Binary111011111111101011101111
Octal357372357

Shades and tints

Shades of #EFFAEF

#EFFAEF
(239,250,239)
#DAE4DA
(218,228,218)
#C5CEC5
(197,206,197)
#B0B8B0
(176,184,176)
#9BA29B
(155,162,155)
#868C86
(134,140,134)
#717671
(113,118,113)
#5C605C
(92,96,92)
#474A47
(71,74,71)
#323432
(50,52,50)
#1D1E1D
(29,30,29)
#000000
(0,0,0)

Tints of #EFFAEF

#EFFAEF
(239,250,239)
#F0FAF0
(240,250,240)
#F1FAF1
(241,250,241)
#F2FAF2
(242,250,242)
#F3FAF3
(243,250,243)
#F4FAF4
(244,250,244)
#F5FAF5
(245,250,245)
#F6FAF6
(246,250,246)
#F7FAF7
(247,250,247)
#F8FAF8
(248,250,248)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFAEF; }

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

This text font color is #EFFAEF.


Background Color

.myBgColor { background-color: #EFFAEF; }

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

This div background color is #EFFAEF.


Border color

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

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

This div border color is #EFFAEF.


Opacity

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

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

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

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

This text has shadow with #EFFAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFAEF on black background.


Color preview on white background

This text has color #EFFAEF on white background.



Black color preview on #EFFAEF background

This text has black color on #EFFAEF background.


White color preview on #EFFAEF background

This text has white color on #EFFAEF background.