COLOR #E1BFB0

HEX: #E1BFB0
RGB: (225,191,176)

Color info

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

RGB color model

#E1BFB0 color RGB value is (225,191,176).

  • red value is 225;
  • green value is 191;
  • blue value is 176.
RGB:
(225,191,176)
(88%,75%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 191 of 255 = 75%
B 176 of 255 = 69%

225
191
176

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

Portions of RGB colors in percentages

R + G + B =
225 + 191 + 176 = 592 (100%)
R 225 of 592 ~ 38.01%
G 191 of 592 ~ 32.26%
B 176 of 592 ~ 29.73%

%38.01
%32.26
%29.73

CMYK color model

#E1BFB0 color CMYK value is (0,15,22,12).

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 21.78%
  • key color value is 11.76%
CMYK:
(0,15,22,12)
C0M15Y22K12 
(0%,15%,22%,12%)
(0.00/0.15/0.22/0.12)	

CMYK percentages

%0
%15.11
%21.78
%11.76

Codes

Color #E1BFB0 in popluar color models

E1BFB0
RGB225191176
HSL18°44.95%78.63%
HSB/HSV18°21.78%88.24%
CMYK0.00%15.11%21.78%
11.76%

Color #E1BFB0 in popluar number systems.

HEXE1BFB0
Decimal225191176
Binary111000011011111110110000
Octal341277260

Shades and tints

Shades of #E1BFB0

#E1BFB0
(225,191,176)
#CDAEA0
(205,174,160)
#B99D90
(185,157,144)
#A58C80
(165,140,128)
#917B70
(145,123,112)
#7D6A60
(125,106,96)
#695950
(105,89,80)
#554840
(85,72,64)
#413730
(65,55,48)
#2D2620
(45,38,32)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #E1BFB0

#E1BFB0
(225,191,176)
#E3C4B7
(227,196,183)
#E5C9BE
(229,201,190)
#E7CEC5
(231,206,197)
#E9D3CC
(233,211,204)
#EBD8D3
(235,216,211)
#EDDDDA
(237,221,218)
#EFE2E1
(239,226,225)
#F1E7E8
(241,231,232)
#F3ECEF
(243,236,239)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BFB0 color. Also use rgb(225,191,176) instead hex code.

Text Font Color

.myTextColor { color: #E1BFB0; }

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

This text font color is #E1BFB0.


Background Color

.myBgColor { background-color: #E1BFB0; }

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

This div background color is #E1BFB0.


Border color

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

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

This div border color is #E1BFB0.


Opacity

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

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

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

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

This text has shadow with #E1BFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BFB0 on black background.


Color preview on white background

This text has color #E1BFB0 on white background.



Black color preview on #E1BFB0 background

This text has black color on #E1BFB0 background.


White color preview on #E1BFB0 background

This text has white color on #E1BFB0 background.