COLOR #E3B29A

HEX: #E3B29A
RGB: (227,178,154)

Color info

#E3B29A contains mainly red and green colors. Web safe color of #E3B29A is #CC9999 (or #C99).

RGB color model

#E3B29A color RGB value is (227,178,154).

  • red value is 227;
  • green value is 178;
  • blue value is 154.
RGB:
(227,178,154)
(89%,70%,60%)

RGB channels and saturation

R 227 of 255 = 89%
G 178 of 255 = 70%
B 154 of 255 = 60%

227
178
154

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

Portions of RGB colors in percentages

R + G + B =
227 + 178 + 154 = 559 (100%)
R 227 of 559 ~ 40.61%
G 178 of 559 ~ 31.84%
B 154 of 559 ~ 27.55%

%40.61
%31.84
%27.55

CMYK color model

#E3B29A color CMYK value is (0,22,32,11).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 32.16%
  • key color value is 10.98%
CMYK:
(0,22,32,11)
C0M22Y32K11 
(0%,22%,32%,11%)
(0.00/0.22/0.32/0.11)	

CMYK percentages

%0
%21.59
%32.16
%10.98

Codes

Color #E3B29A in popluar color models

E3B29A
RGB227178154
HSL20°56.59%74.71%
HSB/HSV20°32.16%89.02%
CMYK0.00%21.59%32.16%
10.98%

Color #E3B29A in popluar number systems.

HEXE3B29A
Decimal227178154
Binary111000111011001010011010
Octal343262232

Shades and tints

Shades of #E3B29A

#E3B29A
(227,178,154)
#CFA28C
(207,162,140)
#BB927E
(187,146,126)
#A78270
(167,130,112)
#937262
(147,114,98)
#7F6254
(127,98,84)
#6B5246
(107,82,70)
#574238
(87,66,56)
#43322A
(67,50,42)
#2F221C
(47,34,28)
#1B120E
(27,18,14)
#000000
(0,0,0)

Tints of #E3B29A

#E3B29A
(227,178,154)
#E5B9A3
(229,185,163)
#E7C0AC
(231,192,172)
#E9C7B5
(233,199,181)
#EBCEBE
(235,206,190)
#EDD5C7
(237,213,199)
#EFDCD0
(239,220,208)
#F1E3D9
(241,227,217)
#F3EAE2
(243,234,226)
#F5F1EB
(245,241,235)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B29A color. Also use rgb(227,178,154) instead hex code.

Text Font Color

.myTextColor { color: #E3B29A; }

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

This text font color is #E3B29A.


Background Color

.myBgColor { background-color: #E3B29A; }

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

This div background color is #E3B29A.


Border color

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

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

This div border color is #E3B29A.


Opacity

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

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

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

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

This text has shadow with #E3B29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B29A on black background.


Color preview on white background

This text has color #E3B29A on white background.



Black color preview on #E3B29A background

This text has black color on #E3B29A background.


White color preview on #E3B29A background

This text has white color on #E3B29A background.