COLOR #E2B687

HEX: #E2B687
RGB: (226,182,135)

Color info

#E2B687 contains mainly red and green colors. Web safe color of #E2B687 is #CCCC99 (or #CC9).

RGB color model

#E2B687 color RGB value is (226,182,135).

  • red value is 226;
  • green value is 182;
  • blue value is 135.
RGB:
(226,182,135)
(89%,71%,53%)

RGB channels and saturation

R 226 of 255 = 89%
G 182 of 255 = 71%
B 135 of 255 = 53%

226
182
135

R + G + B ~ 71%. #E2B687 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 182 + 135 = 543 (100%)
R 226 of 543 ~ 41.62%
G 182 of 543 ~ 33.52%
B 135 of 543 ~ 24.86%

%41.62
%33.52
%24.86

CMYK color model

#E2B687 color CMYK value is (0,19,40,11).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 40.27%
  • key color value is 11.37%
CMYK:
(0,19,40,11)
C0M19Y40K11 
(0%,19%,40%,11%)
(0.00/0.19/0.40/0.11)	

CMYK percentages

%0
%19.47
%40.27
%11.37

Codes

Color #E2B687 in popluar color models

E2B687
RGB226182135
HSL31°61.07%70.78%
HSB/HSV31°40.27%88.63%
CMYK0.00%19.47%40.27%
11.37%

Color #E2B687 in popluar number systems.

HEXE2B687
Decimal226182135
Binary111000101011011010000111
Octal342266207

Shades and tints

Shades of #E2B687

#E2B687
(226,182,135)
#CEA67B
(206,166,123)
#BA966F
(186,150,111)
#A68663
(166,134,99)
#927657
(146,118,87)
#7E664B
(126,102,75)
#6A563F
(106,86,63)
#564633
(86,70,51)
#423627
(66,54,39)
#2E261B
(46,38,27)
#1A160F
(26,22,15)
#000000
(0,0,0)

Tints of #E2B687

#E2B687
(226,182,135)
#E4BC91
(228,188,145)
#E6C29B
(230,194,155)
#E8C8A5
(232,200,165)
#EACEAF
(234,206,175)
#ECD4B9
(236,212,185)
#EEDAC3
(238,218,195)
#F0E0CD
(240,224,205)
#F2E6D7
(242,230,215)
#F4ECE1
(244,236,225)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B687 color. Also use rgb(226,182,135) instead hex code.

Text Font Color

.myTextColor { color: #E2B687; }

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

This text font color is #E2B687.


Background Color

.myBgColor { background-color: #E2B687; }

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

This div background color is #E2B687.


Border color

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

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

This div border color is #E2B687.


Opacity

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

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

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

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

This text has shadow with #E2B687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B687 on black background.


Color preview on white background

This text has color #E2B687 on white background.



Black color preview on #E2B687 background

This text has black color on #E2B687 background.


White color preview on #E2B687 background

This text has white color on #E2B687 background.