COLOR #EFFEDB

HEX: #EFFEDB
RGB: (239,254,219)

Color info

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

RGB color model

#EFFEDB color RGB value is (239,254,219).

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

RGB channels and saturation

R 239 of 255 = 94%
G 254 of 255 = 100%
B 219 of 255 = 86%

239
254
219

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

Portions of RGB colors in percentages

R + G + B =
239 + 254 + 219 = 712 (100%)
R 239 of 712 ~ 33.57%
G 254 of 712 ~ 35.67%
B 219 of 712 ~ 30.76%

%33.57
%35.67
%30.76

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • 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
%13.78
%0.39

Codes

Color #EFFEDB in popluar color models

EFFEDB
RGB239254219
HSL86°94.59%92.75%
HSB/HSV86°13.78%99.61%
CMYK5.91%0.00%13.78%
0.39%

Color #EFFEDB in popluar number systems.

HEXEFFEDB
Decimal239254219
Binary111011111111111011011011
Octal357376333

Shades and tints

Shades of #EFFEDB

#EFFEDB
(239,254,219)
#DAE7C8
(218,231,200)
#C5D0B5
(197,208,181)
#B0B9A2
(176,185,162)
#9BA28F
(155,162,143)
#868B7C
(134,139,124)
#717469
(113,116,105)
#5C5D56
(92,93,86)
#474643
(71,70,67)
#322F30
(50,47,48)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #EFFEDB

#EFFEDB
(239,254,219)
#F0FEDE
(240,254,222)
#F1FEE1
(241,254,225)
#F2FEE4
(242,254,228)
#F3FEE7
(243,254,231)
#F4FEEA
(244,254,234)
#F5FEED
(245,254,237)
#F6FEF0
(246,254,240)
#F7FEF3
(247,254,243)
#F8FEF6
(248,254,246)
#F9FEF9
(249,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFEDB; }

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

This text font color is #EFFEDB.


Background Color

.myBgColor { background-color: #EFFEDB; }

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

This div background color is #EFFEDB.


Border color

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

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

This div border color is #EFFEDB.


Opacity

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

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

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

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

This text has shadow with #EFFEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFEDB on black background.


Color preview on white background

This text has color #EFFEDB on white background.



Black color preview on #EFFEDB background

This text has black color on #EFFEDB background.


White color preview on #EFFEDB background

This text has white color on #EFFEDB background.