COLOR #E3B8A0

HEX: #E3B8A0 RGB: (227,184,160)

Color info

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

RGB color model

#E3B8A0 color RGB value is (227,184,160).

RGB: (227,184,160) (89%, 72%, 63%)

RGB channels and saturation

R 227 of 255 = 89%
G 184 of 255 = 72%
B 160 of 255 = 63%

227
184
160

R + G + B ~ 75%. #E3B8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 184 + 160 = 571 (100%)
R 227 of 571 ~ 39.75%
G 184 of 571 ~ 32.22%
B 160 of 571 ~ 28.02'%

%39.75
%32.22
%28.02

CMYK color model

#E3B8A0 color CMYK value is (0,19,30,11).

  • cyan value is 0.00%
  • magenta value is 18.94%
  • yellow value is 29.52%
  • key color value is 10.98%

CMYK: (0,19,30,11)
C0M19Y30K11 (0%, 19%, 30%, 11%)
(0.00 / 0.19 / 0.30 / 0.11)

CMYK percentages

%0
%18.94
%29.52
%10.98

Codes

Color #E3B8A0 in popluar color models

E3 B8 A0
RGB 227 184 160
HSL 21° 54.47% 75.88%
HSB/HSV 21° 29.52% 89.02%
CMYK 0.00% 18.94% 29.52%
10.98%

Color #E3B8A0 in popluar number systems.

HEX E3 B8 A0
Decimal 227 184 160
Binary 11100011 10111000 10100000
Octal 343 270 240

Shades and tints

Shades of #E3B8A0

#E3B8A0
(227,184,160)
#CFA892
(207,168,146)
#BB9884
(187,152,132)
#A78876
(167,136,118)
#937868
(147,120,104)
#7F685A
(127,104,90)
#6B584C
(107,88,76)
#57483E
(87,72,62)
#433830
(67,56,48)
#2F2822
(47,40,34)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #E3B8A0

#E3B8A0
(227,184,160)
#E5BEA8
(229,190,168)
#E7C4B0
(231,196,176)
#E9CAB8
(233,202,184)
#EBD0C0
(235,208,192)
#EDD6C8
(237,214,200)
#EFDCD0
(239,220,208)
#F1E2D8
(241,226,216)
#F3E8E0
(243,232,224)
#F5EEE8
(245,238,232)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B8A0 color. Also use rgb(227,184,160) instead hex code.

Text Font Color

.myTextColor { color: #E3B8A0; }

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

This text font color is #E3B8A0.

Background Color

.myBgColor { background-color: #E3B8A0; }

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

This div background color is #E3B8A0.

Border color

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

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

This div border color is #E3B8A0.

Opacity

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

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

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

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

This text has shadow with #E3B8A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B8A0.

Preview

Color preview on black background

This text has color #E3B8A0 on black background.


Color preview on white background

This text has color #E3B8A0 on white background.


Black color preview on #E3B8A0 background

This text has black color on #E3B8A0 background.


White color preview on #E3B8A0 background

This text has white color on #E3B8A0 background.


Related colors

Complementary color

Complementary color for #hex is #1C475F.


I love getcolorcode.com

Triadic colors

1 #A0E3B8 and #B8A0E3 with #E3B8A0 are triadic colors.

2 #A0B8E3 and #B8E3A0 with #E3B8A0 are triadic colors.