COLOR #E1B78D

HEX: #E1B78D
RGB: (225,183,141)

Color info

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

RGB color model

#E1B78D color RGB value is (225,183,141).

  • red value is 225;
  • green value is 183;
  • blue value is 141.
RGB:
(225,183,141)
(88%,72%,55%)

RGB channels and saturation

R 225 of 255 = 88%
G 183 of 255 = 72%
B 141 of 255 = 55%

225
183
141

R + G + B ~ 72%. #E1B78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 183 + 141 = 549 (100%)
R 225 of 549 ~ 40.98%
G 183 of 549 ~ 33.33%
B 141 of 549 ~ 25.68%

%40.98
%33.33
%25.68

CMYK color model

#E1B78D color CMYK value is (0,19,37,12).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 37.33%
  • key color value is 11.76%
CMYK:
(0,19,37,12)
C0M19Y37K12 
(0%,19%,37%,12%)
(0.00/0.19/0.37/0.12)	

CMYK percentages

%0
%18.67
%37.33
%11.76

Codes

Color #E1B78D in popluar color models

E1B78D
RGB225183141
HSL30°58.33%71.76%
HSB/HSV30°37.33%88.24%
CMYK0.00%18.67%37.33%
11.76%

Color #E1B78D in popluar number systems.

HEXE1B78D
Decimal225183141
Binary111000011011011110001101
Octal341267215

Shades and tints

Shades of #E1B78D

#E1B78D
(225,183,141)
#CDA781
(205,167,129)
#B99775
(185,151,117)
#A58769
(165,135,105)
#91775D
(145,119,93)
#7D6751
(125,103,81)
#695745
(105,87,69)
#554739
(85,71,57)
#41372D
(65,55,45)
#2D2721
(45,39,33)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #E1B78D

#E1B78D
(225,183,141)
#E3BD97
(227,189,151)
#E5C3A1
(229,195,161)
#E7C9AB
(231,201,171)
#E9CFB5
(233,207,181)
#EBD5BF
(235,213,191)
#EDDBC9
(237,219,201)
#EFE1D3
(239,225,211)
#F1E7DD
(241,231,221)
#F3EDE7
(243,237,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B78D color. Also use rgb(225,183,141) instead hex code.

Text Font Color

.myTextColor { color: #E1B78D; }

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

This text font color is #E1B78D.


Background Color

.myBgColor { background-color: #E1B78D; }

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

This div background color is #E1B78D.


Border color

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

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

This div border color is #E1B78D.


Opacity

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

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

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

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

This text has shadow with #E1B78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B78D on black background.


Color preview on white background

This text has color #E1B78D on white background.



Black color preview on #E1B78D background

This text has black color on #E1B78D background.


White color preview on #E1B78D background

This text has white color on #E1B78D background.