COLOR #EFE8DE

HEX: #EFE8DE RGB: (239,232,222)

Color info

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

RGB color model

#EFE8DE color RGB value is (239,232,222).

RGB: (239,232,222) (94%, 91%, 87%)

RGB channels and saturation

R 239 of 255 = 94%
G 232 of 255 = 91%
B 222 of 255 = 87%

239
232
222

R + G + B ~ 91%. #EFE8DE is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 232 + 222 = 693 (100%)
R 239 of 693 ~ 34.49%
G 232 of 693 ~ 33.48%
B 222 of 693 ~ 32.03'%

%34.49
%33.48
%32.03

CMYK color model

#EFE8DE color CMYK value is (0,3,7,6).

  • cyan value is 0.00%
  • magenta value is 2.93%
  • yellow value is 7.11%
  • key color value is 6.27%

CMYK: (0,3,7,6)
C0M3Y7K6 (0%, 3%, 7%, 6%)
(0.00 / 0.03 / 0.07 / 0.06)

CMYK percentages

%0
%2.93
%7.11
%6.27

Codes

Color #EFE8DE in popluar color models

EF E8 DE
RGB 239 232 222
HSL 35° 34.69% 90.39%
HSB/HSV 35° 7.11% 93.73%
CMYK 0.00% 2.93% 7.11%
6.27%

Color #EFE8DE in popluar number systems.

HEX EF E8 DE
Decimal 239 232 222
Binary 11101111 11101000 11011110
Octal 357 350 336

Shades and tints

Shades of #EFE8DE

#EFE8DE
(239,232,222)
#DAD3CA
(218,211,202)
#C5BEB6
(197,190,182)
#B0A9A2
(176,169,162)
#9B948E
(155,148,142)
#867F7A
(134,127,122)
#716A66
(113,106,102)
#5C5552
(92,85,82)
#47403E
(71,64,62)
#322B2A
(50,43,42)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #EFE8DE

#EFE8DE
(239,232,222)
#F0EAE1
(240,234,225)
#F1ECE4
(241,236,228)
#F2EEE7
(242,238,231)
#F3F0EA
(243,240,234)
#F4F2ED
(244,242,237)
#F5F4F0
(245,244,240)
#F6F6F3
(246,246,243)
#F7F8F6
(247,248,246)
#F8FAF9
(248,250,249)
#F9FCFC
(249,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE8DE; }

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

This text font color is #EFE8DE.

Background Color

.myBgColor { background-color: #EFE8DE; }

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

This div background color is #EFE8DE.

Border color

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

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

This div border color is #EFE8DE.

Opacity

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

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

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

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

This text has shadow with #EFE8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE8DE.

Preview

Color preview on black background

This text has color #EFE8DE on black background.


Color preview on white background

This text has color #EFE8DE on white background.


Black color preview on #EFE8DE background

This text has black color on #EFE8DE background.


White color preview on #EFE8DE background

This text has white color on #EFE8DE background.


Related colors

Complementary color

Complementary color for #hex is #101721.


I love getcolorcode.com

Triadic colors

1 #DEEFE8 and #E8DEEF with #EFE8DE are triadic colors.

2 #DEE8EF and #E8EFDE with #EFE8DE are triadic colors.