COLOR #EFFEFA

HEX: #EFFEFA
RGB: (239,254,250)

Color info

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

RGB color model

#EFFEFA color RGB value is (239,254,250).

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

RGB channels and saturation

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

239
254
250

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

Portions of RGB colors in percentages

R + G + B =
239 + 254 + 250 = 743 (100%)
R 239 of 743 ~ 32.17%
G 254 of 743 ~ 34.19%
B 250 of 743 ~ 33.65%

%32.17
%34.19
%33.65

CMYK color model

#EFFEFA color CMYK value is (6,0,2,0).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.39%
CMYK:
(6,0,2,0)
C6M0Y2K0 
(6%,0%,2%,0%)
(0.06/0.00/0.02/0.00)	

CMYK percentages

%5.91
%0
%1.57
%0.39

Codes

Color #EFFEFA in popluar color models

EFFEFA
RGB239254250
HSL164°88.24%96.67%
HSB/HSV164°5.91%99.61%
CMYK5.91%0.00%1.57%
0.39%

Color #EFFEFA in popluar number systems.

HEXEFFEFA
Decimal239254250
Binary111011111111111011111010
Octal357376372

Shades and tints

Shades of #EFFEFA

#EFFEFA
(239,254,250)
#DAE7E4
(218,231,228)
#C5D0CE
(197,208,206)
#B0B9B8
(176,185,184)
#9BA2A2
(155,162,162)
#868B8C
(134,139,140)
#717476
(113,116,118)
#5C5D60
(92,93,96)
#47464A
(71,70,74)
#322F34
(50,47,52)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #EFFEFA

#EFFEFA
(239,254,250)
#F0FEFA
(240,254,250)
#F1FEFA
(241,254,250)
#F2FEFA
(242,254,250)
#F3FEFA
(243,254,250)
#F4FEFA
(244,254,250)
#F5FEFA
(245,254,250)
#F6FEFA
(246,254,250)
#F7FEFA
(247,254,250)
#F8FEFA
(248,254,250)
#F9FEFA
(249,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFEFA; }

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

This text font color is #EFFEFA.


Background Color

.myBgColor { background-color: #EFFEFA; }

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

This div background color is #EFFEFA.


Border color

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

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

This div border color is #EFFEFA.


Opacity

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

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

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

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

This text has shadow with #EFFEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFEFA on black background.


Color preview on white background

This text has color #EFFEFA on white background.



Black color preview on #EFFEFA background

This text has black color on #EFFEFA background.


White color preview on #EFFEFA background

This text has white color on #EFFEFA background.