COLOR #EFD9BA

HEX: #EFD9BA
RGB: (239,217,186)

Color info

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

RGB color model

#EFD9BA color RGB value is (239,217,186).

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

RGB channels and saturation

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

239
217
186

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

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 186 = 642 (100%)
R 239 of 642 ~ 37.23%
G 217 of 642 ~ 33.8%
B 186 of 642 ~ 28.97%

%37.23
%33.8
%28.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 22.18%
  • 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
%22.18
%6.27

Codes

Color #EFD9BA in popluar color models

EFD9BA
RGB239217186
HSL35°62.35%83.33%
HSB/HSV35°22.18%93.73%
CMYK0.00%9.21%22.18%
6.27%

Color #EFD9BA in popluar number systems.

HEXEFD9BA
Decimal239217186
Binary111011111101100110111010
Octal357331272

Shades and tints

Shades of #EFD9BA

#EFD9BA
(239,217,186)
#DAC6AA
(218,198,170)
#C5B39A
(197,179,154)
#B0A08A
(176,160,138)
#9B8D7A
(155,141,122)
#867A6A
(134,122,106)
#71675A
(113,103,90)
#5C544A
(92,84,74)
#47413A
(71,65,58)
#322E2A
(50,46,42)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #EFD9BA

#EFD9BA
(239,217,186)
#F0DCC0
(240,220,192)
#F1DFC6
(241,223,198)
#F2E2CC
(242,226,204)
#F3E5D2
(243,229,210)
#F4E8D8
(244,232,216)
#F5EBDE
(245,235,222)
#F6EEE4
(246,238,228)
#F7F1EA
(247,241,234)
#F8F4F0
(248,244,240)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9BA; }

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

This text font color is #EFD9BA.


Background Color

.myBgColor { background-color: #EFD9BA; }

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

This div background color is #EFD9BA.


Border color

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

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

This div border color is #EFD9BA.


Opacity

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

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

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

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

This text has shadow with #EFD9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9BA on black background.


Color preview on white background

This text has color #EFD9BA on white background.



Black color preview on #EFD9BA background

This text has black color on #EFD9BA background.


White color preview on #EFD9BA background

This text has white color on #EFD9BA background.