COLOR #E5BFB7

HEX: #E5BFB7
RGB: (229,191,183)

Color info

#E5BFB7 contains red, green and blue colors in about the same proportion. Web safe color of #E5BFB7 is #CCCCCC (or #CCC).

RGB color model

#E5BFB7 color RGB value is (229,191,183).

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

RGB channels and saturation

R 229 of 255 = 90%
G 191 of 255 = 75%
B 183 of 255 = 72%

229
191
183

R + G + B ~ 79%. #E5BFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 191 + 183 = 603 (100%)
R 229 of 603 ~ 37.98%
G 191 of 603 ~ 31.67%
B 183 of 603 ~ 30.35%

%37.98
%31.67
%30.35

CMYK color model

#E5BFB7 color CMYK value is (0,17,20,10).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 20.09%
  • key color value is 10.20%
CMYK:
(0,17,20,10)
C0M17Y20K10 
(0%,17%,20%,10%)
(0.00/0.17/0.20/0.10)	

CMYK percentages

%0
%16.59
%20.09
%10.2

Codes

Color #E5BFB7 in popluar color models

E5BFB7
RGB229191183
HSL10°46.94%80.78%
HSB/HSV10°20.09%89.80%
CMYK0.00%16.59%20.09%
10.20%

Color #E5BFB7 in popluar number systems.

HEXE5BFB7
Decimal229191183
Binary111001011011111110110111
Octal345277267

Shades and tints

Shades of #E5BFB7

#E5BFB7
(229,191,183)
#D1AEA7
(209,174,167)
#BD9D97
(189,157,151)
#A98C87
(169,140,135)
#957B77
(149,123,119)
#816A67
(129,106,103)
#6D5957
(109,89,87)
#594847
(89,72,71)
#453737
(69,55,55)
#312627
(49,38,39)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #E5BFB7

#E5BFB7
(229,191,183)
#E7C4BD
(231,196,189)
#E9C9C3
(233,201,195)
#EBCEC9
(235,206,201)
#EDD3CF
(237,211,207)
#EFD8D5
(239,216,213)
#F1DDDB
(241,221,219)
#F3E2E1
(243,226,225)
#F5E7E7
(245,231,231)
#F7ECED
(247,236,237)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BFB7; }

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

This text font color is #E5BFB7.


Background Color

.myBgColor { background-color: #E5BFB7; }

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

This div background color is #E5BFB7.


Border color

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

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

This div border color is #E5BFB7.


Opacity

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

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

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

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

This text has shadow with #E5BFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BFB7 on black background.


Color preview on white background

This text has color #E5BFB7 on white background.



Black color preview on #E5BFB7 background

This text has black color on #E5BFB7 background.


White color preview on #E5BFB7 background

This text has white color on #E5BFB7 background.