COLOR #EFBB87

HEX: #EFBB87
RGB: (239,187,135)

Color info

#EFBB87 contains mainly red and green colors. Web safe color of #EFBB87 is #FFCC99 (or #FC9).

RGB color model

#EFBB87 color RGB value is (239,187,135).

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

RGB channels and saturation

R 239 of 255 = 94%
G 187 of 255 = 73%
B 135 of 255 = 53%

239
187
135

R + G + B ~ 73%. #EFBB87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 187 + 135 = 561 (100%)
R 239 of 561 ~ 42.6%
G 187 of 561 ~ 33.33%
B 135 of 561 ~ 24.06%

%42.6
%33.33
%24.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 43.51%
  • key color value is 6.27%
CMYK:
(0,22,44,6)
C0M22Y44K6 
(0%,22%,44%,6%)
(0.00/0.22/0.44/0.06)	

CMYK percentages

%0
%21.76
%43.51
%6.27

Codes

Color #EFBB87 in popluar color models

EFBB87
RGB239187135
HSL30°76.47%73.33%
HSB/HSV30°43.51%93.73%
CMYK0.00%21.76%43.51%
6.27%

Color #EFBB87 in popluar number systems.

HEXEFBB87
Decimal239187135
Binary111011111011101110000111
Octal357273207

Shades and tints

Shades of #EFBB87

#EFBB87
(239,187,135)
#DAAA7B
(218,170,123)
#C5996F
(197,153,111)
#B08863
(176,136,99)
#9B7757
(155,119,87)
#86664B
(134,102,75)
#71553F
(113,85,63)
#5C4433
(92,68,51)
#473327
(71,51,39)
#32221B
(50,34,27)
#1D110F
(29,17,15)
#000000
(0,0,0)

Tints of #EFBB87

#EFBB87
(239,187,135)
#F0C191
(240,193,145)
#F1C79B
(241,199,155)
#F2CDA5
(242,205,165)
#F3D3AF
(243,211,175)
#F4D9B9
(244,217,185)
#F5DFC3
(245,223,195)
#F6E5CD
(246,229,205)
#F7EBD7
(247,235,215)
#F8F1E1
(248,241,225)
#F9F7EB
(249,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBB87; }

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

This text font color is #EFBB87.


Background Color

.myBgColor { background-color: #EFBB87; }

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

This div background color is #EFBB87.


Border color

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

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

This div border color is #EFBB87.


Opacity

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

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

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

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

This text has shadow with #EFBB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBB87 on black background.


Color preview on white background

This text has color #EFBB87 on white background.



Black color preview on #EFBB87 background

This text has black color on #EFBB87 background.


White color preview on #EFBB87 background

This text has white color on #EFBB87 background.