COLOR #EFF5DE

HEX: #EFF5DE
RGB: (239,245,222)

Color info

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

RGB color model

#EFF5DE color RGB value is (239,245,222).

  • red value is 239;
  • green value is 245;
  • blue value is 222.
RGB:
(239,245,222)
(94%,96%,87%)

RGB channels and saturation

R 239 of 255 = 94%
G 245 of 255 = 96%
B 222 of 255 = 87%

239
245
222

R + G + B ~ 92%. #EFF5DE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 245 + 222 = 706 (100%)
R 239 of 706 ~ 33.85%
G 245 of 706 ~ 34.7%
B 222 of 706 ~ 31.44%

%33.85
%34.7
%31.44

CMYK color model

#EFF5DE color CMYK value is (2,0,9,4).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(2,0,9,4)
C2M0Y9K4 
(2%,0%,9%,4%)
(0.02/0.00/0.09/0.04)	

CMYK percentages

%2.45
%0
%9.39
%3.92

Codes

Color #EFF5DE in popluar color models

EFF5DE
RGB239245222
HSL76°53.49%91.57%
HSB/HSV76°9.39%96.08%
CMYK2.45%0.00%9.39%
3.92%

Color #EFF5DE in popluar number systems.

HEXEFF5DE
Decimal239245222
Binary111011111111010111011110
Octal357365336

Shades and tints

Shades of #EFF5DE

#EFF5DE
(239,245,222)
#DADFCA
(218,223,202)
#C5C9B6
(197,201,182)
#B0B3A2
(176,179,162)
#9B9D8E
(155,157,142)
#86877A
(134,135,122)
#717166
(113,113,102)
#5C5B52
(92,91,82)
#47453E
(71,69,62)
#322F2A
(50,47,42)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #EFF5DE

#EFF5DE
(239,245,222)
#F0F5E1
(240,245,225)
#F1F5E4
(241,245,228)
#F2F5E7
(242,245,231)
#F3F5EA
(243,245,234)
#F4F5ED
(244,245,237)
#F5F5F0
(245,245,240)
#F6F5F3
(246,245,243)
#F7F5F6
(247,245,246)
#F8F5F9
(248,245,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF5DE color. Also use rgb(239,245,222) instead hex code.

Text Font Color

.myTextColor { color: #EFF5DE; }

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

This text font color is #EFF5DE.


Background Color

.myBgColor { background-color: #EFF5DE; }

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

This div background color is #EFF5DE.


Border color

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

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

This div border color is #EFF5DE.


Opacity

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

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

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

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

This text has shadow with #EFF5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF5DE on black background.


Color preview on white background

This text has color #EFF5DE on white background.



Black color preview on #EFF5DE background

This text has black color on #EFF5DE background.


White color preview on #EFF5DE background

This text has white color on #EFF5DE background.