COLOR #EFF0DE

HEX: #EFF0DE
RGB: (239,240,222)

Color info

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

RGB color model

#EFF0DE color RGB value is (239,240,222).

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

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 222 of 255 = 87%

239
240
222

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

Portions of RGB colors in percentages

R + G + B =
239 + 240 + 222 = 701 (100%)
R 239 of 701 ~ 34.09%
G 240 of 701 ~ 34.24%
B 222 of 701 ~ 31.67%

%34.09
%34.24
%31.67

CMYK color model

#EFF0DE color CMYK value is (0,0,8,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 5.88%
CMYK:
(0,0,8,6)
C0M0Y8K6 
(0%,0%,8%,6%)
(0.00/0.00/0.08/0.06)	

CMYK percentages

%0.42
%0
%7.5
%5.88

Codes

Color #EFF0DE in popluar color models

EFF0DE
RGB239240222
HSL63°37.50%90.59%
HSB/HSV63°7.50%94.12%
CMYK0.42%0.00%7.50%
5.88%

Color #EFF0DE in popluar number systems.

HEXEFF0DE
Decimal239240222
Binary111011111111000011011110
Octal357360336

Shades and tints

Shades of #EFF0DE

#EFF0DE
(239,240,222)
#DADBCA
(218,219,202)
#C5C6B6
(197,198,182)
#B0B1A2
(176,177,162)
#9B9C8E
(155,156,142)
#86877A
(134,135,122)
#717266
(113,114,102)
#5C5D52
(92,93,82)
#47483E
(71,72,62)
#32332A
(50,51,42)
#1D1E16
(29,30,22)
#000000
(0,0,0)

Tints of #EFF0DE

#EFF0DE
(239,240,222)
#F0F1E1
(240,241,225)
#F1F2E4
(241,242,228)
#F2F3E7
(242,243,231)
#F3F4EA
(243,244,234)
#F4F5ED
(244,245,237)
#F5F6F0
(245,246,240)
#F6F7F3
(246,247,243)
#F7F8F6
(247,248,246)
#F8F9F9
(248,249,249)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF0DE; }

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

This text font color is #EFF0DE.


Background Color

.myBgColor { background-color: #EFF0DE; }

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

This div background color is #EFF0DE.


Border color

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

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

This div border color is #EFF0DE.


Opacity

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

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

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

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

This text has shadow with #EFF0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF0DE on black background.


Color preview on white background

This text has color #EFF0DE on white background.



Black color preview on #EFF0DE background

This text has black color on #EFF0DE background.


White color preview on #EFF0DE background

This text has white color on #EFF0DE background.