COLOR #EFE6DC

HEX: #EFE6DC
RGB: (239,230,220)

Color info

#EFE6DC contains red, green and blue colors in about the same proportion. Web safe color of #EFE6DC is #FFCCCC (or #FCC).

RGB color model

#EFE6DC color RGB value is (239,230,220).

  • red value is 239;
  • green value is 230;
  • blue value is 220.
RGB:
(239,230,220)
(94%,90%,86%)

RGB channels and saturation

R 239 of 255 = 94%
G 230 of 255 = 90%
B 220 of 255 = 86%

239
230
220

R + G + B ~ 90%. #EFE6DC is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 230 + 220 = 689 (100%)
R 239 of 689 ~ 34.69%
G 230 of 689 ~ 33.38%
B 220 of 689 ~ 31.93%

%34.69
%33.38
%31.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK:
(0,4,8,6)
C0M4Y8K6 
(0%,4%,8%,6%)
(0.00/0.04/0.08/0.06)	

CMYK percentages

%0
%3.77
%7.95
%6.27

Codes

Color #EFE6DC in popluar color models

EFE6DC
RGB239230220
HSL32°37.25%90.00%
HSB/HSV32°7.95%93.73%
CMYK0.00%3.77%7.95%
6.27%

Color #EFE6DC in popluar number systems.

HEXEFE6DC
Decimal239230220
Binary111011111110011011011100
Octal357346334

Shades and tints

Shades of #EFE6DC

#EFE6DC
(239,230,220)
#DAD2C8
(218,210,200)
#C5BEB4
(197,190,180)
#B0AAA0
(176,170,160)
#9B968C
(155,150,140)
#868278
(134,130,120)
#716E64
(113,110,100)
#5C5A50
(92,90,80)
#47463C
(71,70,60)
#323228
(50,50,40)
#1D1E14
(29,30,20)
#000000
(0,0,0)

Tints of #EFE6DC

#EFE6DC
(239,230,220)
#F0E8DF
(240,232,223)
#F1EAE2
(241,234,226)
#F2ECE5
(242,236,229)
#F3EEE8
(243,238,232)
#F4F0EB
(244,240,235)
#F5F2EE
(245,242,238)
#F6F4F1
(246,244,241)
#F7F6F4
(247,246,244)
#F8F8F7
(248,248,247)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE6DC color. Also use rgb(239,230,220) instead hex code.

Text Font Color

.myTextColor { color: #EFE6DC; }

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

This text font color is #EFE6DC.


Background Color

.myBgColor { background-color: #EFE6DC; }

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

This div background color is #EFE6DC.


Border color

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

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

This div border color is #EFE6DC.


Opacity

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

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

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

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

This text has shadow with #EFE6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE6DC on black background.


Color preview on white background

This text has color #EFE6DC on white background.



Black color preview on #EFE6DC background

This text has black color on #EFE6DC background.


White color preview on #EFE6DC background

This text has white color on #EFE6DC background.