COLOR #E5BDBF

HEX: #E5BDBF
RGB: (229,189,191)

Color info

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

RGB color model

#E5BDBF color RGB value is (229,189,191).

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

RGB channels and saturation

R 229 of 255 = 90%
G 189 of 255 = 74%
B 191 of 255 = 75%

229
189
191

R + G + B ~ 80%. #E5BDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 189 + 191 = 609 (100%)
R 229 of 609 ~ 37.6%
G 189 of 609 ~ 31.03%
B 191 of 609 ~ 31.36%

%37.6
%31.03
%31.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 16.59%
  • key color value is 10.20%
CMYK:
(0,17,17,10)
C0M17Y17K10 
(0%,17%,17%,10%)
(0.00/0.17/0.17/0.10)	

CMYK percentages

%0
%17.47
%16.59
%10.2

Codes

Color #E5BDBF in popluar color models

E5BDBF
RGB229189191
HSL357°43.48%81.96%
HSB/HSV357°17.47%89.80%
CMYK0.00%17.47%16.59%
10.20%

Color #E5BDBF in popluar number systems.

HEXE5BDBF
Decimal229189191
Binary111001011011110110111111
Octal345275277

Shades and tints

Shades of #E5BDBF

#E5BDBF
(229,189,191)
#D1ACAE
(209,172,174)
#BD9B9D
(189,155,157)
#A98A8C
(169,138,140)
#95797B
(149,121,123)
#81686A
(129,104,106)
#6D5759
(109,87,89)
#594648
(89,70,72)
#453537
(69,53,55)
#312426
(49,36,38)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #E5BDBF

#E5BDBF
(229,189,191)
#E7C3C4
(231,195,196)
#E9C9C9
(233,201,201)
#EBCFCE
(235,207,206)
#EDD5D3
(237,213,211)
#EFDBD8
(239,219,216)
#F1E1DD
(241,225,221)
#F3E7E2
(243,231,226)
#F5EDE7
(245,237,231)
#F7F3EC
(247,243,236)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BDBF; }

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

This text font color is #E5BDBF.


Background Color

.myBgColor { background-color: #E5BDBF; }

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

This div background color is #E5BDBF.


Border color

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

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

This div border color is #E5BDBF.


Opacity

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

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

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

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

This text has shadow with #E5BDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BDBF on black background.


Color preview on white background

This text has color #E5BDBF on white background.



Black color preview on #E5BDBF background

This text has black color on #E5BDBF background.


White color preview on #E5BDBF background

This text has white color on #E5BDBF background.