COLOR #E1B693

HEX: #E1B693
RGB: (225,182,147)

Color info

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

RGB color model

#E1B693 color RGB value is (225,182,147).

  • red value is 225;
  • green value is 182;
  • blue value is 147.
RGB:
(225,182,147)
(88%,71%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 182 of 255 = 71%
B 147 of 255 = 58%

225
182
147

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

Portions of RGB colors in percentages

R + G + B =
225 + 182 + 147 = 554 (100%)
R 225 of 554 ~ 40.61%
G 182 of 554 ~ 32.85%
B 147 of 554 ~ 26.53%

%40.61
%32.85
%26.53

CMYK color model

#E1B693 color CMYK value is (0,19,35,12).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 34.67%
  • key color value is 11.76%
CMYK:
(0,19,35,12)
C0M19Y35K12 
(0%,19%,35%,12%)
(0.00/0.19/0.35/0.12)	

CMYK percentages

%0
%19.11
%34.67
%11.76

Codes

Color #E1B693 in popluar color models

E1B693
RGB225182147
HSL27°56.52%72.94%
HSB/HSV27°34.67%88.24%
CMYK0.00%19.11%34.67%
11.76%

Color #E1B693 in popluar number systems.

HEXE1B693
Decimal225182147
Binary111000011011011010010011
Octal341266223

Shades and tints

Shades of #E1B693

#E1B693
(225,182,147)
#CDA686
(205,166,134)
#B99679
(185,150,121)
#A5866C
(165,134,108)
#91765F
(145,118,95)
#7D6652
(125,102,82)
#695645
(105,86,69)
#554638
(85,70,56)
#41362B
(65,54,43)
#2D261E
(45,38,30)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #E1B693

#E1B693
(225,182,147)
#E3BC9C
(227,188,156)
#E5C2A5
(229,194,165)
#E7C8AE
(231,200,174)
#E9CEB7
(233,206,183)
#EBD4C0
(235,212,192)
#EDDAC9
(237,218,201)
#EFE0D2
(239,224,210)
#F1E6DB
(241,230,219)
#F3ECE4
(243,236,228)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B693 color. Also use rgb(225,182,147) instead hex code.

Text Font Color

.myTextColor { color: #E1B693; }

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

This text font color is #E1B693.


Background Color

.myBgColor { background-color: #E1B693; }

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

This div background color is #E1B693.


Border color

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

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

This div border color is #E1B693.


Opacity

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

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

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

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

This text has shadow with #E1B693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B693 on black background.


Color preview on white background

This text has color #E1B693 on white background.



Black color preview on #E1B693 background

This text has black color on #E1B693 background.


White color preview on #E1B693 background

This text has white color on #E1B693 background.