COLOR #E1B285

HEX: #E1B285
RGB: (225,178,133)

Color info

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

RGB color model

#E1B285 color RGB value is (225,178,133).

  • red value is 225;
  • green value is 178;
  • blue value is 133.
RGB:
(225,178,133)
(88%,70%,52%)

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 133 of 255 = 52%

225
178
133

R + G + B ~ 70%. #E1B285 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 178 + 133 = 536 (100%)
R 225 of 536 ~ 41.98%
G 178 of 536 ~ 33.21%
B 133 of 536 ~ 24.81%

%41.98
%33.21
%24.81

CMYK color model

#E1B285 color CMYK value is (0,21,41,12).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 40.89%
  • key color value is 11.76%
CMYK:
(0,21,41,12)
C0M21Y41K12 
(0%,21%,41%,12%)
(0.00/0.21/0.41/0.12)	

CMYK percentages

%0
%20.89
%40.89
%11.76

Codes

Color #E1B285 in popluar color models

E1B285
RGB225178133
HSL29°60.53%70.20%
HSB/HSV29°40.89%88.24%
CMYK0.00%20.89%40.89%
11.76%

Color #E1B285 in popluar number systems.

HEXE1B285
Decimal225178133
Binary111000011011001010000101
Octal341262205

Shades and tints

Shades of #E1B285

#E1B285
(225,178,133)
#CDA279
(205,162,121)
#B9926D
(185,146,109)
#A58261
(165,130,97)
#917255
(145,114,85)
#7D6249
(125,98,73)
#69523D
(105,82,61)
#554231
(85,66,49)
#413225
(65,50,37)
#2D2219
(45,34,25)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #E1B285

#E1B285
(225,178,133)
#E3B990
(227,185,144)
#E5C09B
(229,192,155)
#E7C7A6
(231,199,166)
#E9CEB1
(233,206,177)
#EBD5BC
(235,213,188)
#EDDCC7
(237,220,199)
#EFE3D2
(239,227,210)
#F1EADD
(241,234,221)
#F3F1E8
(243,241,232)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B285 color. Also use rgb(225,178,133) instead hex code.

Text Font Color

.myTextColor { color: #E1B285; }

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

This text font color is #E1B285.


Background Color

.myBgColor { background-color: #E1B285; }

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

This div background color is #E1B285.


Border color

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

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

This div border color is #E1B285.


Opacity

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

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

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

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

This text has shadow with #E1B285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B285 on black background.


Color preview on white background

This text has color #E1B285 on white background.



Black color preview on #E1B285 background

This text has black color on #E1B285 background.


White color preview on #E1B285 background

This text has white color on #E1B285 background.