COLOR #EFFCF1

HEX: #EFFCF1
RGB: (239,252,241)

Color info

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

RGB color model

#EFFCF1 color RGB value is (239,252,241).

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

RGB channels and saturation

R 239 of 255 = 94%
G 252 of 255 = 99%
B 241 of 255 = 95%

239
252
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 252 + 241 = 732 (100%)
R 239 of 732 ~ 32.65%
G 252 of 732 ~ 34.43%
B 241 of 732 ~ 32.92%

%32.65
%34.43
%32.92

CMYK color model

#EFFCF1 color CMYK value is (5,0,4,1).

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 1.18%
CMYK:
(5,0,4,1)
C5M0Y4K1 
(5%,0%,4%,1%)
(0.05/0.00/0.04/0.01)	

CMYK percentages

%5.16
%0
%4.37
%1.18

Codes

Color #EFFCF1 in popluar color models

EFFCF1
RGB239252241
HSL129°68.42%96.27%
HSB/HSV129°5.16%98.82%
CMYK5.16%0.00%4.37%
1.18%

Color #EFFCF1 in popluar number systems.

HEXEFFCF1
Decimal239252241
Binary111011111111110011110001
Octal357374361

Shades and tints

Shades of #EFFCF1

#EFFCF1
(239,252,241)
#DAE6DC
(218,230,220)
#C5D0C7
(197,208,199)
#B0BAB2
(176,186,178)
#9BA49D
(155,164,157)
#868E88
(134,142,136)
#717873
(113,120,115)
#5C625E
(92,98,94)
#474C49
(71,76,73)
#323634
(50,54,52)
#1D201F
(29,32,31)
#000000
(0,0,0)

Tints of #EFFCF1

#EFFCF1
(239,252,241)
#F0FCF2
(240,252,242)
#F1FCF3
(241,252,243)
#F2FCF4
(242,252,244)
#F3FCF5
(243,252,245)
#F4FCF6
(244,252,246)
#F5FCF7
(245,252,247)
#F6FCF8
(246,252,248)
#F7FCF9
(247,252,249)
#F8FCFA
(248,252,250)
#F9FCFB
(249,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFCF1; }

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

This text font color is #EFFCF1.


Background Color

.myBgColor { background-color: #EFFCF1; }

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

This div background color is #EFFCF1.


Border color

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

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

This div border color is #EFFCF1.


Opacity

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

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

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

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

This text has shadow with #EFFCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFCF1 on black background.


Color preview on white background

This text has color #EFFCF1 on white background.



Black color preview on #EFFCF1 background

This text has black color on #EFFCF1 background.


White color preview on #EFFCF1 background

This text has white color on #EFFCF1 background.