COLOR #E5BFBD

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

Color info

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

RGB color model

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

RGB: (229,191,189) (90%, 75%, 74%)

RGB channels and saturation

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

229
191
189

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

Portions of RGB colors in percentages

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

%37.6
%31.36
%31.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 17.47%
  • 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
%16.59
%17.47
%10.2

Codes

Color #E5BFBD in popluar color models

E5 BF BD
RGB 229 191 189
HSL 43.48% 81.96%
HSB/HSV 17.47% 89.80%
CMYK 0.00% 16.59% 17.47%
10.20%

Color #E5BFBD in popluar number systems.

HEX E5 BF BD
Decimal 229 191 189
Binary 11100101 10111111 10111101
Octal 345 277 275

Shades and tints

Shades of #E5BFBD

#E5BFBD
(229,191,189)
#D1AEAC
(209,174,172)
#BD9D9B
(189,157,155)
#A98C8A
(169,140,138)
#957B79
(149,123,121)
#816A68
(129,106,104)
#6D5957
(109,89,87)
#594846
(89,72,70)
#453735
(69,55,53)
#312624
(49,38,36)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #E5BFBD

#E5BFBD
(229,191,189)
#E7C4C3
(231,196,195)
#E9C9C9
(233,201,201)
#EBCECF
(235,206,207)
#EDD3D5
(237,211,213)
#EFD8DB
(239,216,219)
#F1DDE1
(241,221,225)
#F3E2E7
(243,226,231)
#F5E7ED
(245,231,237)
#F7ECF3
(247,236,243)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BFBD; }

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

This text font color is #E5BFBD.

Background Color

.myBgColor { background-color: #E5BFBD; }

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

This div background color is #E5BFBD.

Border color

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

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

This div border color is #E5BFBD.

Opacity

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

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

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

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

This text has shadow with #E5BFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BFBD.

Preview

Color preview on black background

This text has color #E5BFBD on black background.


Color preview on white background

This text has color #E5BFBD on white background.


Black color preview on #E5BFBD background

This text has black color on #E5BFBD background.


White color preview on #E5BFBD background

This text has white color on #E5BFBD background.


Related colors

Complementary color

Complementary color for #hex is #1A4042.


I love getcolorcode.com

Triadic colors

1 #BDE5BF and #BFBDE5 with #E5BFBD are triadic colors.

2 #BDBFE5 and #BFE5BD with #E5BFBD are triadic colors.