COLOR #E5BD97

HEX: #E5BD97 RGB: (229,189,151)

Color info

#E5BD97 contains mainly red and green colors. Web safe color of #E5BD97 is #CCCC99 (or #CC9).

RGB color model

#E5BD97 color RGB value is (229,189,151).

RGB: (229,189,151) (90%, 74%, 59%)

RGB channels and saturation

R 229 of 255 = 90%
G 189 of 255 = 74%
B 151 of 255 = 59%

229
189
151

R + G + B ~ 74%. #E5BD97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 189 + 151 = 569 (100%)
R 229 of 569 ~ 40.25%
G 189 of 569 ~ 33.22%
B 151 of 569 ~ 26.54'%

%40.25
%33.22
%26.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 34.06%
  • key color value is 10.20%
CMYK: (0,17,34,10) C0M17Y34K10 (0%,17%,34%,10%) (0.00/0.17/0.34/0.10) 

CMYK percentages

%0
%17.47
%34.06
%10.2

Codes

Color #E5BD97 in popluar color models

E5 BD 97
RGB 229 189 151
HSL 29° 60.00% 74.51%
HSB/HSV 29° 34.06% 89.80%
CMYK 0.00% 17.47% 34.06%
10.20%

Color #E5BD97 in popluar number systems.

HEX E5 BD 97
Decimal 229 189 151
Binary 11100101 10111101 10010111
Octal 345 275 227

Shades and tints

Shades of #E5BD97

#E5BD97
(229,189,151)
#D1AC8A
(209,172,138)
#BD9B7D
(189,155,125)
#A98A70
(169,138,112)
#957963
(149,121,99)
#816856
(129,104,86)
#6D5749
(109,87,73)
#59463C
(89,70,60)
#45352F
(69,53,47)
#312422
(49,36,34)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #E5BD97

#E5BD97
(229,189,151)
#E7C3A0
(231,195,160)
#E9C9A9
(233,201,169)
#EBCFB2
(235,207,178)
#EDD5BB
(237,213,187)
#EFDBC4
(239,219,196)
#F1E1CD
(241,225,205)
#F3E7D6
(243,231,214)
#F5EDDF
(245,237,223)
#F7F3E8
(247,243,232)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BD97; }

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

This text font color is #E5BD97.

Background Color

.myBgColor { background-color: #E5BD97; }

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

This div background color is #E5BD97.

Border color

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

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

This div border color is #E5BD97.

Opacity

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

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

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

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

This text has shadow with #E5BD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BD97.

Preview

Color preview on black background

This text has color #E5BD97 on black background.


Color preview on white background

This text has color #E5BD97 on white background.


Black color preview on #E5BD97 background

This text has black color on #E5BD97 background.


White color preview on #E5BD97 background

This text has white color on #E5BD97 background.


Related colors

Complementary color

Complementary color for #hex is #1A4268.


I love getcolorcode.com

Triadic colors

1 #97E5BD and #BD97E5 with #E5BD97 are triadic colors.

2 #97BDE5 and #BDE597 with #E5BD97 are triadic colors.