COLOR #EFFEDA

HEX: #EFFEDA
RGB: (239,254,218)

Color info

#EFFEDA contains red, green and blue colors in about the same proportion. Web safe color of #EFFEDA is #FFFFCC (or #FFC).

RGB color model

#EFFEDA color RGB value is (239,254,218).

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

RGB channels and saturation

R 239 of 255 = 94%
G 254 of 255 = 100%
B 218 of 255 = 85%

239
254
218

R + G + B ~ 93%. #EFFEDA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 254 + 218 = 711 (100%)
R 239 of 711 ~ 33.61%
G 254 of 711 ~ 35.72%
B 218 of 711 ~ 30.66%

%33.61
%35.72
%30.66

CMYK color model

#EFFEDA color CMYK value is (6,0,14,0).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 0.39%
CMYK:
(6,0,14,0)
C6M0Y14K0 
(6%,0%,14%,0%)
(0.06/0.00/0.14/0.00)	

CMYK percentages

%5.91
%0
%14.17
%0.39

Codes

Color #EFFEDA in popluar color models

EFFEDA
RGB239254218
HSL85°94.74%92.55%
HSB/HSV85°14.17%99.61%
CMYK5.91%0.00%14.17%
0.39%

Color #EFFEDA in popluar number systems.

HEXEFFEDA
Decimal239254218
Binary111011111111111011011010
Octal357376332

Shades and tints

Shades of #EFFEDA

#EFFEDA
(239,254,218)
#DAE7C7
(218,231,199)
#C5D0B4
(197,208,180)
#B0B9A1
(176,185,161)
#9BA28E
(155,162,142)
#868B7B
(134,139,123)
#717468
(113,116,104)
#5C5D55
(92,93,85)
#474642
(71,70,66)
#322F2F
(50,47,47)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #EFFEDA

#EFFEDA
(239,254,218)
#F0FEDD
(240,254,221)
#F1FEE0
(241,254,224)
#F2FEE3
(242,254,227)
#F3FEE6
(243,254,230)
#F4FEE9
(244,254,233)
#F5FEEC
(245,254,236)
#F6FEEF
(246,254,239)
#F7FEF2
(247,254,242)
#F8FEF5
(248,254,245)
#F9FEF8
(249,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFEDA; }

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

This text font color is #EFFEDA.


Background Color

.myBgColor { background-color: #EFFEDA; }

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

This div background color is #EFFEDA.


Border color

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

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

This div border color is #EFFEDA.


Opacity

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

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

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

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

This text has shadow with #EFFEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFEDA on black background.


Color preview on white background

This text has color #EFFEDA on white background.



Black color preview on #EFFEDA background

This text has black color on #EFFEDA background.


White color preview on #EFFEDA background

This text has white color on #EFFEDA background.