COLOR #EFEBDD

HEX: #EFEBDD
RGB: (239,235,221)

Color info

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

RGB color model

#EFEBDD color RGB value is (239,235,221).

  • red value is 239;
  • green value is 235;
  • blue value is 221.
RGB:
(239,235,221)
(94%,92%,87%)

RGB channels and saturation

R 239 of 255 = 94%
G 235 of 255 = 92%
B 221 of 255 = 87%

239
235
221

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

Portions of RGB colors in percentages

R + G + B =
239 + 235 + 221 = 695 (100%)
R 239 of 695 ~ 34.39%
G 235 of 695 ~ 33.81%
B 221 of 695 ~ 31.8%

%34.39
%33.81
%31.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 7.53%
  • 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.53
%6.27

Codes

Color #EFEBDD in popluar color models

EFEBDD
RGB239235221
HSL47°36.00%90.20%
HSB/HSV47°7.53%93.73%
CMYK0.00%1.67%7.53%
6.27%

Color #EFEBDD in popluar number systems.

HEXEFEBDD
Decimal239235221
Binary111011111110101111011101
Octal357353335

Shades and tints

Shades of #EFEBDD

#EFEBDD
(239,235,221)
#DAD6C9
(218,214,201)
#C5C1B5
(197,193,181)
#B0ACA1
(176,172,161)
#9B978D
(155,151,141)
#868279
(134,130,121)
#716D65
(113,109,101)
#5C5851
(92,88,81)
#47433D
(71,67,61)
#322E29
(50,46,41)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #EFEBDD

#EFEBDD
(239,235,221)
#F0ECE0
(240,236,224)
#F1EDE3
(241,237,227)
#F2EEE6
(242,238,230)
#F3EFE9
(243,239,233)
#F4F0EC
(244,240,236)
#F5F1EF
(245,241,239)
#F6F2F2
(246,242,242)
#F7F3F5
(247,243,245)
#F8F4F8
(248,244,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEBDD; }

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

This text font color is #EFEBDD.


Background Color

.myBgColor { background-color: #EFEBDD; }

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

This div background color is #EFEBDD.


Border color

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

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

This div border color is #EFEBDD.


Opacity

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

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

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

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

This text has shadow with #EFEBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEBDD on black background.


Color preview on white background

This text has color #EFEBDD on white background.



Black color preview on #EFEBDD background

This text has black color on #EFEBDD background.


White color preview on #EFEBDD background

This text has white color on #EFEBDD background.