COLOR #E1BEAC

HEX: #E1BEAC
RGB: (225,190,172)

Color info

#E1BEAC contains red, green and blue colors in about the same proportion. Web safe color of #E1BEAC is #CCCC99 (or #CC9).

RGB color model

#E1BEAC color RGB value is (225,190,172).

  • red value is 225;
  • green value is 190;
  • blue value is 172.
RGB:
(225,190,172)
(88%,75%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 190 of 255 = 75%
B 172 of 255 = 67%

225
190
172

R + G + B ~ 77%. #E1BEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 190 + 172 = 587 (100%)
R 225 of 587 ~ 38.33%
G 190 of 587 ~ 32.37%
B 172 of 587 ~ 29.3%

%38.33
%32.37
%29.3

CMYK color model

#E1BEAC color CMYK value is (0,16,24,12).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 23.56%
  • key color value is 11.76%
CMYK:
(0,16,24,12)
C0M16Y24K12 
(0%,16%,24%,12%)
(0.00/0.16/0.24/0.12)	

CMYK percentages

%0
%15.56
%23.56
%11.76

Codes

Color #E1BEAC in popluar color models

E1BEAC
RGB225190172
HSL20°46.90%77.84%
HSB/HSV20°23.56%88.24%
CMYK0.00%15.56%23.56%
11.76%

Color #E1BEAC in popluar number systems.

HEXE1BEAC
Decimal225190172
Binary111000011011111010101100
Octal341276254

Shades and tints

Shades of #E1BEAC

#E1BEAC
(225,190,172)
#CDAD9D
(205,173,157)
#B99C8E
(185,156,142)
#A58B7F
(165,139,127)
#917A70
(145,122,112)
#7D6961
(125,105,97)
#695852
(105,88,82)
#554743
(85,71,67)
#413634
(65,54,52)
#2D2525
(45,37,37)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #E1BEAC

#E1BEAC
(225,190,172)
#E3C3B3
(227,195,179)
#E5C8BA
(229,200,186)
#E7CDC1
(231,205,193)
#E9D2C8
(233,210,200)
#EBD7CF
(235,215,207)
#EDDCD6
(237,220,214)
#EFE1DD
(239,225,221)
#F1E6E4
(241,230,228)
#F3EBEB
(243,235,235)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BEAC color. Also use rgb(225,190,172) instead hex code.

Text Font Color

.myTextColor { color: #E1BEAC; }

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

This text font color is #E1BEAC.


Background Color

.myBgColor { background-color: #E1BEAC; }

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

This div background color is #E1BEAC.


Border color

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

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

This div border color is #E1BEAC.


Opacity

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

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

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

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

This text has shadow with #E1BEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BEAC on black background.


Color preview on white background

This text has color #E1BEAC on white background.



Black color preview on #E1BEAC background

This text has black color on #E1BEAC background.


White color preview on #E1BEAC background

This text has white color on #E1BEAC background.