COLOR #EFFDEC

HEX: #EFFDEC
RGB: (239,253,236)

Color info

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

RGB color model

#EFFDEC color RGB value is (239,253,236).

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

RGB channels and saturation

R 239 of 255 = 94%
G 253 of 255 = 99%
B 236 of 255 = 93%

239
253
236

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

Portions of RGB colors in percentages

R + G + B =
239 + 253 + 236 = 728 (100%)
R 239 of 728 ~ 32.83%
G 253 of 728 ~ 34.75%
B 236 of 728 ~ 32.42%

%32.83
%34.75
%32.42

CMYK color model

#EFFDEC color CMYK value is (6,0,7,1).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 0.78%
CMYK:
(6,0,7,1)
C6M0Y7K1 
(6%,0%,7%,1%)
(0.06/0.00/0.07/0.01)	

CMYK percentages

%5.53
%0
%6.72
%0.78

Codes

Color #EFFDEC in popluar color models

EFFDEC
RGB239253236
HSL109°80.95%95.88%
HSB/HSV109°6.72%99.22%
CMYK5.53%0.00%6.72%
0.78%

Color #EFFDEC in popluar number systems.

HEXEFFDEC
Decimal239253236
Binary111011111111110111101100
Octal357375354

Shades and tints

Shades of #EFFDEC

#EFFDEC
(239,253,236)
#DAE6D7
(218,230,215)
#C5CFC2
(197,207,194)
#B0B8AD
(176,184,173)
#9BA198
(155,161,152)
#868A83
(134,138,131)
#71736E
(113,115,110)
#5C5C59
(92,92,89)
#474544
(71,69,68)
#322E2F
(50,46,47)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFFDEC

#EFFDEC
(239,253,236)
#F0FDED
(240,253,237)
#F1FDEE
(241,253,238)
#F2FDEF
(242,253,239)
#F3FDF0
(243,253,240)
#F4FDF1
(244,253,241)
#F5FDF2
(245,253,242)
#F6FDF3
(246,253,243)
#F7FDF4
(247,253,244)
#F8FDF5
(248,253,245)
#F9FDF6
(249,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFDEC; }

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

This text font color is #EFFDEC.


Background Color

.myBgColor { background-color: #EFFDEC; }

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

This div background color is #EFFDEC.


Border color

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

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

This div border color is #EFFDEC.


Opacity

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

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

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

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

This text has shadow with #EFFDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFDEC on black background.


Color preview on white background

This text has color #EFFDEC on white background.



Black color preview on #EFFDEC background

This text has black color on #EFFDEC background.


White color preview on #EFFDEC background

This text has white color on #EFFDEC background.