COLOR #E5BFAD

HEX: #E5BFAD RGB: (229,191,173)

Color info

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

RGB color model

#E5BFAD color RGB value is (229,191,173).

RGB: (229,191,173) (90%, 75%, 68%)

RGB channels and saturation

R 229 of 255 = 90%
G 191 of 255 = 75%
B 173 of 255 = 68%

229
191
173

R + G + B ~ 78%. #E5BFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 191 + 173 = 593 (100%)
R 229 of 593 ~ 38.62%
G 191 of 593 ~ 32.21%
B 173 of 593 ~ 29.17'%

%38.62
%32.21
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 24.45%
  • key color value is 10.20%

CMYK: (0,17,24,10)
C0M17Y24K10 (0%, 17%, 24%, 10%)
(0.00 / 0.17 / 0.24 / 0.10)

CMYK percentages

%0
%16.59
%24.45
%10.2

Codes

Color #E5BFAD in popluar color models

E5 BF AD
RGB 229 191 173
HSL 19° 51.85% 78.82%
HSB/HSV 19° 24.45% 89.80%
CMYK 0.00% 16.59% 24.45%
10.20%

Color #E5BFAD in popluar number systems.

HEX E5 BF AD
Decimal 229 191 173
Binary 11100101 10111111 10101101
Octal 345 277 255

Shades and tints

Shades of #E5BFAD

#E5BFAD
(229,191,173)
#D1AE9E
(209,174,158)
#BD9D8F
(189,157,143)
#A98C80
(169,140,128)
#957B71
(149,123,113)
#816A62
(129,106,98)
#6D5953
(109,89,83)
#594844
(89,72,68)
#453735
(69,55,53)
#312626
(49,38,38)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #E5BFAD

#E5BFAD
(229,191,173)
#E7C4B4
(231,196,180)
#E9C9BB
(233,201,187)
#EBCEC2
(235,206,194)
#EDD3C9
(237,211,201)
#EFD8D0
(239,216,208)
#F1DDD7
(241,221,215)
#F3E2DE
(243,226,222)
#F5E7E5
(245,231,229)
#F7ECEC
(247,236,236)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BFAD; }

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

This text font color is #E5BFAD.

Background Color

.myBgColor { background-color: #E5BFAD; }

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

This div background color is #E5BFAD.

Border color

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

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

This div border color is #E5BFAD.

Opacity

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

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

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

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

This text has shadow with #E5BFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BFAD.

Preview

Color preview on black background

This text has color #E5BFAD on black background.


Color preview on white background

This text has color #E5BFAD on white background.


Black color preview on #E5BFAD background

This text has black color on #E5BFAD background.


White color preview on #E5BFAD background

This text has white color on #E5BFAD background.


Related colors

Complementary color

Complementary color for #hex is #1A4052.


I love getcolorcode.com

Triadic colors

1 #ADE5BF and #BFADE5 with #E5BFAD are triadic colors.

2 #ADBFE5 and #BFE5AD with #E5BFAD are triadic colors.