COLOR #EFD5BA

HEX: #EFD5BA
RGB: (239,213,186)

Color info

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

RGB color model

#EFD5BA color RGB value is (239,213,186).

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

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 186 of 255 = 73%

239
213
186

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 186 = 638 (100%)
R 239 of 638 ~ 37.46%
G 213 of 638 ~ 33.39%
B 186 of 638 ~ 29.15%

%37.46
%33.39
%29.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(0,11,22,6)
C0M11Y22K6 
(0%,11%,22%,6%)
(0.00/0.11/0.22/0.06)	

CMYK percentages

%0
%10.88
%22.18
%6.27

Codes

Color #EFD5BA in popluar color models

EFD5BA
RGB239213186
HSL31°62.35%83.33%
HSB/HSV31°22.18%93.73%
CMYK0.00%10.88%22.18%
6.27%

Color #EFD5BA in popluar number systems.

HEXEFD5BA
Decimal239213186
Binary111011111101010110111010
Octal357325272

Shades and tints

Shades of #EFD5BA

#EFD5BA
(239,213,186)
#DAC2AA
(218,194,170)
#C5AF9A
(197,175,154)
#B09C8A
(176,156,138)
#9B897A
(155,137,122)
#86766A
(134,118,106)
#71635A
(113,99,90)
#5C504A
(92,80,74)
#473D3A
(71,61,58)
#322A2A
(50,42,42)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFD5BA

#EFD5BA
(239,213,186)
#F0D8C0
(240,216,192)
#F1DBC6
(241,219,198)
#F2DECC
(242,222,204)
#F3E1D2
(243,225,210)
#F4E4D8
(244,228,216)
#F5E7DE
(245,231,222)
#F6EAE4
(246,234,228)
#F7EDEA
(247,237,234)
#F8F0F0
(248,240,240)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5BA; }

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

This text font color is #EFD5BA.


Background Color

.myBgColor { background-color: #EFD5BA; }

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

This div background color is #EFD5BA.


Border color

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

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

This div border color is #EFD5BA.


Opacity

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

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

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

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

This text has shadow with #EFD5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5BA on black background.


Color preview on white background

This text has color #EFD5BA on white background.



Black color preview on #EFD5BA background

This text has black color on #EFD5BA background.


White color preview on #EFD5BA background

This text has white color on #EFD5BA background.