COLOR #EFF2DE

HEX: #EFF2DE
RGB: (239,242,222)

Color info

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

RGB color model

#EFF2DE color RGB value is (239,242,222).

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

RGB channels and saturation

R 239 of 255 = 94%
G 242 of 255 = 95%
B 222 of 255 = 87%

239
242
222

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

Portions of RGB colors in percentages

R + G + B =
239 + 242 + 222 = 703 (100%)
R 239 of 703 ~ 34%
G 242 of 703 ~ 34.42%
B 222 of 703 ~ 31.58%

%34
%34.42
%31.58

CMYK color model

#EFF2DE color CMYK value is (1,0,8,5).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 5.10%
CMYK:
(1,0,8,5)
C1M0Y8K5 
(1%,0%,8%,5%)
(0.01/0.00/0.08/0.05)	

CMYK percentages

%1.24
%0
%8.26
%5.1

Codes

Color #EFF2DE in popluar color models

EFF2DE
RGB239242222
HSL69°43.48%90.98%
HSB/HSV69°8.26%94.90%
CMYK1.24%0.00%8.26%
5.10%

Color #EFF2DE in popluar number systems.

HEXEFF2DE
Decimal239242222
Binary111011111111001011011110
Octal357362336

Shades and tints

Shades of #EFF2DE

#EFF2DE
(239,242,222)
#DADCCA
(218,220,202)
#C5C6B6
(197,198,182)
#B0B0A2
(176,176,162)
#9B9A8E
(155,154,142)
#86847A
(134,132,122)
#716E66
(113,110,102)
#5C5852
(92,88,82)
#47423E
(71,66,62)
#322C2A
(50,44,42)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #EFF2DE

#EFF2DE
(239,242,222)
#F0F3E1
(240,243,225)
#F1F4E4
(241,244,228)
#F2F5E7
(242,245,231)
#F3F6EA
(243,246,234)
#F4F7ED
(244,247,237)
#F5F8F0
(245,248,240)
#F6F9F3
(246,249,243)
#F7FAF6
(247,250,246)
#F8FBF9
(248,251,249)
#F9FCFC
(249,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF2DE; }

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

This text font color is #EFF2DE.


Background Color

.myBgColor { background-color: #EFF2DE; }

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

This div background color is #EFF2DE.


Border color

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

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

This div border color is #EFF2DE.


Opacity

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

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

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

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

This text has shadow with #EFF2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF2DE on black background.


Color preview on white background

This text has color #EFF2DE on white background.



Black color preview on #EFF2DE background

This text has black color on #EFF2DE background.


White color preview on #EFF2DE background

This text has white color on #EFF2DE background.