COLOR #E2BB7E

HEX: #E2BB7E
RGB: (226,187,126)

Color info

#E2BB7E contains mainly red and green colors. Web safe color of #E2BB7E is #CCCC66 (or #CC6).

RGB color model

#E2BB7E color RGB value is (226,187,126).

  • red value is 226;
  • green value is 187;
  • blue value is 126.
RGB:
(226,187,126)
(89%,73%,49%)

RGB channels and saturation

R 226 of 255 = 89%
G 187 of 255 = 73%
B 126 of 255 = 49%

226
187
126

R + G + B ~ 70%. #E2BB7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 187 + 126 = 539 (100%)
R 226 of 539 ~ 41.93%
G 187 of 539 ~ 34.69%
B 126 of 539 ~ 23.38%

%41.93
%34.69
%23.38

CMYK color model

#E2BB7E color CMYK value is (0,17,44,11).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 44.25%
  • key color value is 11.37%
CMYK:
(0,17,44,11)
C0M17Y44K11 
(0%,17%,44%,11%)
(0.00/0.17/0.44/0.11)	

CMYK percentages

%0
%17.26
%44.25
%11.37

Codes

Color #E2BB7E in popluar color models

E2BB7E
RGB226187126
HSL37°63.29%69.02%
HSB/HSV37°44.25%88.63%
CMYK0.00%17.26%44.25%
11.37%

Color #E2BB7E in popluar number systems.

HEXE2BB7E
Decimal226187126
Binary11100010101110111111110
Octal342273176

Shades and tints

Shades of #E2BB7E

#E2BB7E
(226,187,126)
#CEAA73
(206,170,115)
#BA9968
(186,153,104)
#A6885D
(166,136,93)
#927752
(146,119,82)
#7E6647
(126,102,71)
#6A553C
(106,85,60)
#564431
(86,68,49)
#423326
(66,51,38)
#2E221B
(46,34,27)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #E2BB7E

#E2BB7E
(226,187,126)
#E4C189
(228,193,137)
#E6C794
(230,199,148)
#E8CD9F
(232,205,159)
#EAD3AA
(234,211,170)
#ECD9B5
(236,217,181)
#EEDFC0
(238,223,192)
#F0E5CB
(240,229,203)
#F2EBD6
(242,235,214)
#F4F1E1
(244,241,225)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BB7E color. Also use rgb(226,187,126) instead hex code.

Text Font Color

.myTextColor { color: #E2BB7E; }

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

This text font color is #E2BB7E.


Background Color

.myBgColor { background-color: #E2BB7E; }

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

This div background color is #E2BB7E.


Border color

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

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

This div border color is #E2BB7E.


Opacity

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

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

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

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

This text has shadow with #E2BB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BB7E on black background.


Color preview on white background

This text has color #E2BB7E on white background.



Black color preview on #E2BB7E background

This text has black color on #E2BB7E background.


White color preview on #E2BB7E background

This text has white color on #E2BB7E background.