COLOR #EFEBDC

HEX: #EFEBDC RGB: (239,235,220)

Color info

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

RGB color model

#EFEBDC color RGB value is (239,235,220).

RGB: (239,235,220) (94%, 92%, 86%)

RGB channels and saturation

R 239 of 255 = 94%
G 235 of 255 = 92%
B 220 of 255 = 86%

239
235
220

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

Portions of RGB colors in percentages

R + G + B = 239 + 235 + 220 = 694 (100%)
R 239 of 694 ~ 34.44%
G 235 of 694 ~ 33.86%
B 220 of 694 ~ 31.7'%

%34.44
%33.86
%31.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 7.95%
  • key color value is 6.27%

CMYK: (0,2,8,6)
C0M2Y8K6 (0%, 2%, 8%, 6%)
(0.00 / 0.02 / 0.08 / 0.06)

CMYK percentages

%0
%1.67
%7.95
%6.27

Codes

Color #EFEBDC in popluar color models

EF EB DC
RGB 239 235 220
HSL 47° 37.25% 90.00%
HSB/HSV 47° 7.95% 93.73%
CMYK 0.00% 1.67% 7.95%
6.27%

Color #EFEBDC in popluar number systems.

HEX EF EB DC
Decimal 239 235 220
Binary 11101111 11101011 11011100
Octal 357 353 334

Shades and tints

Shades of #EFEBDC

#EFEBDC
(239,235,220)
#DAD6C8
(218,214,200)
#C5C1B4
(197,193,180)
#B0ACA0
(176,172,160)
#9B978C
(155,151,140)
#868278
(134,130,120)
#716D64
(113,109,100)
#5C5850
(92,88,80)
#47433C
(71,67,60)
#322E28
(50,46,40)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #EFEBDC

#EFEBDC
(239,235,220)
#F0ECDF
(240,236,223)
#F1EDE2
(241,237,226)
#F2EEE5
(242,238,229)
#F3EFE8
(243,239,232)
#F4F0EB
(244,240,235)
#F5F1EE
(245,241,238)
#F6F2F1
(246,242,241)
#F7F3F4
(247,243,244)
#F8F4F7
(248,244,247)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEBDC; }

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

This text font color is #EFEBDC.

Background Color

.myBgColor { background-color: #EFEBDC; }

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

This div background color is #EFEBDC.

Border color

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

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

This div border color is #EFEBDC.

Opacity

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

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

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

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

This text has shadow with #EFEBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEBDC.

Preview

Color preview on black background

This text has color #EFEBDC on black background.


Color preview on white background

This text has color #EFEBDC on white background.


Black color preview on #EFEBDC background

This text has black color on #EFEBDC background.


White color preview on #EFEBDC background

This text has white color on #EFEBDC background.


Related colors

Complementary color

Complementary color for #hex is #101423.


I love getcolorcode.com

Triadic colors

1 #DCEFEB and #EBDCEF with #EFEBDC are triadic colors.

2 #DCEBEF and #EBEFDC with #EFEBDC are triadic colors.