COLOR #EFFEF1

HEX: #EFFEF1
RGB: (239,254,241)

Color info

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

RGB color model

#EFFEF1 color RGB value is (239,254,241).

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

RGB channels and saturation

R 239 of 255 = 94%
G 254 of 255 = 100%
B 241 of 255 = 95%

239
254
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 254 + 241 = 734 (100%)
R 239 of 734 ~ 32.56%
G 254 of 734 ~ 34.6%
B 241 of 734 ~ 32.83%

%32.56
%34.6
%32.83

CMYK color model

#EFFEF1 color CMYK value is (6,0,5,0).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 5.12%
  • key color value is 0.39%
CMYK:
(6,0,5,0)
C6M0Y5K0 
(6%,0%,5%,0%)
(0.06/0.00/0.05/0.00)	

CMYK percentages

%5.91
%0
%5.12
%0.39

Codes

Color #EFFEF1 in popluar color models

EFFEF1
RGB239254241
HSL128°88.24%96.67%
HSB/HSV128°5.91%99.61%
CMYK5.91%0.00%5.12%
0.39%

Color #EFFEF1 in popluar number systems.

HEXEFFEF1
Decimal239254241
Binary111011111111111011110001
Octal357376361

Shades and tints

Shades of #EFFEF1

#EFFEF1
(239,254,241)
#DAE7DC
(218,231,220)
#C5D0C7
(197,208,199)
#B0B9B2
(176,185,178)
#9BA29D
(155,162,157)
#868B88
(134,139,136)
#717473
(113,116,115)
#5C5D5E
(92,93,94)
#474649
(71,70,73)
#322F34
(50,47,52)
#1D181F
(29,24,31)
#000000
(0,0,0)

Tints of #EFFEF1

#EFFEF1
(239,254,241)
#F0FEF2
(240,254,242)
#F1FEF3
(241,254,243)
#F2FEF4
(242,254,244)
#F3FEF5
(243,254,245)
#F4FEF6
(244,254,246)
#F5FEF7
(245,254,247)
#F6FEF8
(246,254,248)
#F7FEF9
(247,254,249)
#F8FEFA
(248,254,250)
#F9FEFB
(249,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFEF1; }

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

This text font color is #EFFEF1.


Background Color

.myBgColor { background-color: #EFFEF1; }

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

This div background color is #EFFEF1.


Border color

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

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

This div border color is #EFFEF1.


Opacity

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

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

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

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

This text has shadow with #EFFEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFEF1 on black background.


Color preview on white background

This text has color #EFFEF1 on white background.



Black color preview on #EFFEF1 background

This text has black color on #EFFEF1 background.


White color preview on #EFFEF1 background

This text has white color on #EFFEF1 background.