COLOR #E5BFAA

HEX: #E5BFAA
RGB: (229,191,170)

Color info

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

RGB color model

#E5BFAA color RGB value is (229,191,170).

  • red value is 229;
  • green value is 191;
  • blue value is 170.
RGB:
(229,191,170)
(90%,75%,67%)

RGB channels and saturation

R 229 of 255 = 90%
G 191 of 255 = 75%
B 170 of 255 = 67%

229
191
170

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

Portions of RGB colors in percentages

R + G + B =
229 + 191 + 170 = 590 (100%)
R 229 of 590 ~ 38.81%
G 191 of 590 ~ 32.37%
B 170 of 590 ~ 28.81%

%38.81
%32.37
%28.81

CMYK color model

#E5BFAA color CMYK value is (0,17,26,10).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 25.76%
  • key color value is 10.20%
CMYK:
(0,17,26,10)
C0M17Y26K10 
(0%,17%,26%,10%)
(0.00/0.17/0.26/0.10)	

CMYK percentages

%0
%16.59
%25.76
%10.2

Codes

Color #E5BFAA in popluar color models

E5BFAA
RGB229191170
HSL21°53.15%78.24%
HSB/HSV21°25.76%89.80%
CMYK0.00%16.59%25.76%
10.20%

Color #E5BFAA in popluar number systems.

HEXE5BFAA
Decimal229191170
Binary111001011011111110101010
Octal345277252

Shades and tints

Shades of #E5BFAA

#E5BFAA
(229,191,170)
#D1AE9B
(209,174,155)
#BD9D8C
(189,157,140)
#A98C7D
(169,140,125)
#957B6E
(149,123,110)
#816A5F
(129,106,95)
#6D5950
(109,89,80)
#594841
(89,72,65)
#453732
(69,55,50)
#312623
(49,38,35)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #E5BFAA

#E5BFAA
(229,191,170)
#E7C4B1
(231,196,177)
#E9C9B8
(233,201,184)
#EBCEBF
(235,206,191)
#EDD3C6
(237,211,198)
#EFD8CD
(239,216,205)
#F1DDD4
(241,221,212)
#F3E2DB
(243,226,219)
#F5E7E2
(245,231,226)
#F7ECE9
(247,236,233)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BFAA color. Also use rgb(229,191,170) instead hex code.

Text Font Color

.myTextColor { color: #E5BFAA; }

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

This text font color is #E5BFAA.


Background Color

.myBgColor { background-color: #E5BFAA; }

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

This div background color is #E5BFAA.


Border color

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

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

This div border color is #E5BFAA.


Opacity

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

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

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

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

This text has shadow with #E5BFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BFAA on black background.


Color preview on white background

This text has color #E5BFAA on white background.



Black color preview on #E5BFAA background

This text has black color on #E5BFAA background.


White color preview on #E5BFAA background

This text has white color on #E5BFAA background.