COLOR #E3B06D

HEX: #E3B06D
RGB: (227,176,109)

Color info

#E3B06D contains mainly red and green colors. Web safe color of #E3B06D is #CC9966 (or #C96).

RGB color model

#E3B06D color RGB value is (227,176,109).

  • red value is 227;
  • green value is 176;
  • blue value is 109.
RGB:
(227,176,109)
(89%,69%,43%)

RGB channels and saturation

R 227 of 255 = 89%
G 176 of 255 = 69%
B 109 of 255 = 43%

227
176
109

R + G + B ~ 67%. #E3B06D is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 176 + 109 = 512 (100%)
R 227 of 512 ~ 44.34%
G 176 of 512 ~ 34.38%
B 109 of 512 ~ 21.29%

%44.34
%34.38
%21.29

CMYK color model

#E3B06D color CMYK value is (0,22,52,11).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 51.98%
  • key color value is 10.98%
CMYK:
(0,22,52,11)
C0M22Y52K11 
(0%,22%,52%,11%)
(0.00/0.22/0.52/0.11)	

CMYK percentages

%0
%22.47
%51.98
%10.98

Codes

Color #E3B06D in popluar color models

E3B06D
RGB227176109
HSL34°67.82%65.88%
HSB/HSV34°51.98%89.02%
CMYK0.00%22.47%51.98%
10.98%

Color #E3B06D in popluar number systems.

HEXE3B06D
Decimal227176109
Binary11100011101100001101101
Octal343260155

Shades and tints

Shades of #E3B06D

#E3B06D
(227,176,109)
#CFA064
(207,160,100)
#BB905B
(187,144,91)
#A78052
(167,128,82)
#937049
(147,112,73)
#7F6040
(127,96,64)
#6B5037
(107,80,55)
#57402E
(87,64,46)
#433025
(67,48,37)
#2F201C
(47,32,28)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #E3B06D

#E3B06D
(227,176,109)
#E5B77A
(229,183,122)
#E7BE87
(231,190,135)
#E9C594
(233,197,148)
#EBCCA1
(235,204,161)
#EDD3AE
(237,211,174)
#EFDABB
(239,218,187)
#F1E1C8
(241,225,200)
#F3E8D5
(243,232,213)
#F5EFE2
(245,239,226)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B06D color. Also use rgb(227,176,109) instead hex code.

Text Font Color

.myTextColor { color: #E3B06D; }

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

This text font color is #E3B06D.


Background Color

.myBgColor { background-color: #E3B06D; }

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

This div background color is #E3B06D.


Border color

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

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

This div border color is #E3B06D.


Opacity

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

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

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

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

This text has shadow with #E3B06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B06D on black background.


Color preview on white background

This text has color #E3B06D on white background.



Black color preview on #E3B06D background

This text has black color on #E3B06D background.


White color preview on #E3B06D background

This text has white color on #E3B06D background.