COLOR #EFE0BB

HEX: #EFE0BB
RGB: (239,224,187)

Color info

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

RGB color model

#EFE0BB color RGB value is (239,224,187).

  • red value is 239;
  • green value is 224;
  • blue value is 187.
RGB:
(239,224,187)
(94%,88%,73%)

RGB channels and saturation

R 239 of 255 = 94%
G 224 of 255 = 88%
B 187 of 255 = 73%

239
224
187

R + G + B ~ 85%. #EFE0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 224 + 187 = 650 (100%)
R 239 of 650 ~ 36.77%
G 224 of 650 ~ 34.46%
B 187 of 650 ~ 28.77%

%36.77
%34.46
%28.77

CMYK color model

#EFE0BB color CMYK value is (0,6,22,6).

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 21.76%
  • key color value is 6.27%
CMYK:
(0,6,22,6)
C0M6Y22K6 
(0%,6%,22%,6%)
(0.00/0.06/0.22/0.06)	

CMYK percentages

%0
%6.28
%21.76
%6.27

Codes

Color #EFE0BB in popluar color models

EFE0BB
RGB239224187
HSL43°61.90%83.53%
HSB/HSV43°21.76%93.73%
CMYK0.00%6.28%21.76%
6.27%

Color #EFE0BB in popluar number systems.

HEXEFE0BB
Decimal239224187
Binary111011111110000010111011
Octal357340273

Shades and tints

Shades of #EFE0BB

#EFE0BB
(239,224,187)
#DACCAA
(218,204,170)
#C5B899
(197,184,153)
#B0A488
(176,164,136)
#9B9077
(155,144,119)
#867C66
(134,124,102)
#716855
(113,104,85)
#5C5444
(92,84,68)
#474033
(71,64,51)
#322C22
(50,44,34)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #EFE0BB

#EFE0BB
(239,224,187)
#F0E2C1
(240,226,193)
#F1E4C7
(241,228,199)
#F2E6CD
(242,230,205)
#F3E8D3
(243,232,211)
#F4EAD9
(244,234,217)
#F5ECDF
(245,236,223)
#F6EEE5
(246,238,229)
#F7F0EB
(247,240,235)
#F8F2F1
(248,242,241)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE0BB color. Also use rgb(239,224,187) instead hex code.

Text Font Color

.myTextColor { color: #EFE0BB; }

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

This text font color is #EFE0BB.


Background Color

.myBgColor { background-color: #EFE0BB; }

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

This div background color is #EFE0BB.


Border color

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

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

This div border color is #EFE0BB.


Opacity

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

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

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

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

This text has shadow with #EFE0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE0BB on black background.


Color preview on white background

This text has color #EFE0BB on white background.



Black color preview on #EFE0BB background

This text has black color on #EFE0BB background.


White color preview on #EFE0BB background

This text has white color on #EFE0BB background.