COLOR #E1BBAF

HEX: #E1BBAF
RGB: (225,187,175)

Color info

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

RGB color model

#E1BBAF color RGB value is (225,187,175).

  • red value is 225;
  • green value is 187;
  • blue value is 175.
RGB:
(225,187,175)
(88%,73%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 187 of 255 = 73%
B 175 of 255 = 69%

225
187
175

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

Portions of RGB colors in percentages

R + G + B =
225 + 187 + 175 = 587 (100%)
R 225 of 587 ~ 38.33%
G 187 of 587 ~ 31.86%
B 175 of 587 ~ 29.81%

%38.33
%31.86
%29.81

CMYK color model

#E1BBAF color CMYK value is (0,17,22,12).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 22.22%
  • key color value is 11.76%
CMYK:
(0,17,22,12)
C0M17Y22K12 
(0%,17%,22%,12%)
(0.00/0.17/0.22/0.12)	

CMYK percentages

%0
%16.89
%22.22
%11.76

Codes

Color #E1BBAF in popluar color models

E1BBAF
RGB225187175
HSL14°45.45%78.43%
HSB/HSV14°22.22%88.24%
CMYK0.00%16.89%22.22%
11.76%

Color #E1BBAF in popluar number systems.

HEXE1BBAF
Decimal225187175
Binary111000011011101110101111
Octal341273257

Shades and tints

Shades of #E1BBAF

#E1BBAF
(225,187,175)
#CDAAA0
(205,170,160)
#B99991
(185,153,145)
#A58882
(165,136,130)
#917773
(145,119,115)
#7D6664
(125,102,100)
#695555
(105,85,85)
#554446
(85,68,70)
#413337
(65,51,55)
#2D2228
(45,34,40)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #E1BBAF

#E1BBAF
(225,187,175)
#E3C1B6
(227,193,182)
#E5C7BD
(229,199,189)
#E7CDC4
(231,205,196)
#E9D3CB
(233,211,203)
#EBD9D2
(235,217,210)
#EDDFD9
(237,223,217)
#EFE5E0
(239,229,224)
#F1EBE7
(241,235,231)
#F3F1EE
(243,241,238)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BBAF color. Also use rgb(225,187,175) instead hex code.

Text Font Color

.myTextColor { color: #E1BBAF; }

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

This text font color is #E1BBAF.


Background Color

.myBgColor { background-color: #E1BBAF; }

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

This div background color is #E1BBAF.


Border color

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

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

This div border color is #E1BBAF.


Opacity

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

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

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

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

This text has shadow with #E1BBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BBAF on black background.


Color preview on white background

This text has color #E1BBAF on white background.



Black color preview on #E1BBAF background

This text has black color on #E1BBAF background.


White color preview on #E1BBAF background

This text has white color on #E1BBAF background.