COLOR #EFF4DE

HEX: #EFF4DE
RGB: (239,244,222)

Color info

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

RGB color model

#EFF4DE color RGB value is (239,244,222).

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

RGB channels and saturation

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

239
244
222

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

Portions of RGB colors in percentages

R + G + B =
239 + 244 + 222 = 705 (100%)
R 239 of 705 ~ 33.9%
G 244 of 705 ~ 34.61%
B 222 of 705 ~ 31.49%

%33.9
%34.61
%31.49

CMYK color model

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

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

CMYK percentages

%2.05
%0
%9.02
%4.31

Codes

Color #EFF4DE in popluar color models

EFF4DE
RGB239244222
HSL74°50.00%91.37%
HSB/HSV74°9.02%95.69%
CMYK2.05%0.00%9.02%
4.31%

Color #EFF4DE in popluar number systems.

HEXEFF4DE
Decimal239244222
Binary111011111111010011011110
Octal357364336

Shades and tints

Shades of #EFF4DE

#EFF4DE
(239,244,222)
#DADECA
(218,222,202)
#C5C8B6
(197,200,182)
#B0B2A2
(176,178,162)
#9B9C8E
(155,156,142)
#86867A
(134,134,122)
#717066
(113,112,102)
#5C5A52
(92,90,82)
#47443E
(71,68,62)
#322E2A
(50,46,42)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #EFF4DE

#EFF4DE
(239,244,222)
#F0F5E1
(240,245,225)
#F1F6E4
(241,246,228)
#F2F7E7
(242,247,231)
#F3F8EA
(243,248,234)
#F4F9ED
(244,249,237)
#F5FAF0
(245,250,240)
#F6FBF3
(246,251,243)
#F7FCF6
(247,252,246)
#F8FDF9
(248,253,249)
#F9FEFC
(249,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF4DE; }

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

This text font color is #EFF4DE.


Background Color

.myBgColor { background-color: #EFF4DE; }

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

This div background color is #EFF4DE.


Border color

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

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

This div border color is #EFF4DE.


Opacity

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

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

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

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

This text has shadow with #EFF4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF4DE on black background.


Color preview on white background

This text has color #EFF4DE on white background.



Black color preview on #EFF4DE background

This text has black color on #EFF4DE background.


White color preview on #EFF4DE background

This text has white color on #EFF4DE background.