COLOR #EFD9BB

HEX: #EFD9BB
RGB: (239,217,187)

Color info

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

RGB color model

#EFD9BB color RGB value is (239,217,187).

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

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 187 of 255 = 73%

239
217
187

R + G + B ~ 84%. #EFD9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 187 = 643 (100%)
R 239 of 643 ~ 37.17%
G 217 of 643 ~ 33.75%
B 187 of 643 ~ 29.08%

%37.17
%33.75
%29.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 21.76%
  • key color value is 6.27%
CMYK:
(0,9,22,6)
C0M9Y22K6 
(0%,9%,22%,6%)
(0.00/0.09/0.22/0.06)	

CMYK percentages

%0
%9.21
%21.76
%6.27

Codes

Color #EFD9BB in popluar color models

EFD9BB
RGB239217187
HSL35°61.90%83.53%
HSB/HSV35°21.76%93.73%
CMYK0.00%9.21%21.76%
6.27%

Color #EFD9BB in popluar number systems.

HEXEFD9BB
Decimal239217187
Binary111011111101100110111011
Octal357331273

Shades and tints

Shades of #EFD9BB

#EFD9BB
(239,217,187)
#DAC6AA
(218,198,170)
#C5B399
(197,179,153)
#B0A088
(176,160,136)
#9B8D77
(155,141,119)
#867A66
(134,122,102)
#716755
(113,103,85)
#5C5444
(92,84,68)
#474133
(71,65,51)
#322E22
(50,46,34)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #EFD9BB

#EFD9BB
(239,217,187)
#F0DCC1
(240,220,193)
#F1DFC7
(241,223,199)
#F2E2CD
(242,226,205)
#F3E5D3
(243,229,211)
#F4E8D9
(244,232,217)
#F5EBDF
(245,235,223)
#F6EEE5
(246,238,229)
#F7F1EB
(247,241,235)
#F8F4F1
(248,244,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9BB; }

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

This text font color is #EFD9BB.


Background Color

.myBgColor { background-color: #EFD9BB; }

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

This div background color is #EFD9BB.


Border color

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

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

This div border color is #EFD9BB.


Opacity

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

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

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

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

This text has shadow with #EFD9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9BB on black background.


Color preview on white background

This text has color #EFD9BB on white background.



Black color preview on #EFD9BB background

This text has black color on #EFD9BB background.


White color preview on #EFD9BB background

This text has white color on #EFD9BB background.