COLOR #EFFCED

HEX: #EFFCED
RGB: (239,252,237)

Color info

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

RGB color model

#EFFCED color RGB value is (239,252,237).

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

RGB channels and saturation

R 239 of 255 = 94%
G 252 of 255 = 99%
B 237 of 255 = 93%

239
252
237

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

Portions of RGB colors in percentages

R + G + B =
239 + 252 + 237 = 728 (100%)
R 239 of 728 ~ 32.83%
G 252 of 728 ~ 34.62%
B 237 of 728 ~ 32.55%

%32.83
%34.62
%32.55

CMYK color model

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

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK:
(5,0,6,1)
C5M0Y6K1 
(5%,0%,6%,1%)
(0.05/0.00/0.06/0.01)	

CMYK percentages

%5.16
%0
%5.95
%1.18

Codes

Color #EFFCED in popluar color models

EFFCED
RGB239252237
HSL112°71.43%95.88%
HSB/HSV112°5.95%98.82%
CMYK5.16%0.00%5.95%
1.18%

Color #EFFCED in popluar number systems.

HEXEFFCED
Decimal239252237
Binary111011111111110011101101
Octal357374355

Shades and tints

Shades of #EFFCED

#EFFCED
(239,252,237)
#DAE6D8
(218,230,216)
#C5D0C3
(197,208,195)
#B0BAAE
(176,186,174)
#9BA499
(155,164,153)
#868E84
(134,142,132)
#71786F
(113,120,111)
#5C625A
(92,98,90)
#474C45
(71,76,69)
#323630
(50,54,48)
#1D201B
(29,32,27)
#000000
(0,0,0)

Tints of #EFFCED

#EFFCED
(239,252,237)
#F0FCEE
(240,252,238)
#F1FCEF
(241,252,239)
#F2FCF0
(242,252,240)
#F3FCF1
(243,252,241)
#F4FCF2
(244,252,242)
#F5FCF3
(245,252,243)
#F6FCF4
(246,252,244)
#F7FCF5
(247,252,245)
#F8FCF6
(248,252,246)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFCED; }

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

This text font color is #EFFCED.


Background Color

.myBgColor { background-color: #EFFCED; }

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

This div background color is #EFFCED.


Border color

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

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

This div border color is #EFFCED.


Opacity

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

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

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

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

This text has shadow with #EFFCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFCED on black background.


Color preview on white background

This text has color #EFFCED on white background.



Black color preview on #EFFCED background

This text has black color on #EFFCED background.


White color preview on #EFFCED background

This text has white color on #EFFCED background.