COLOR #E4BD9F

HEX: #E4BD9F RGB: (228,189,159)

Color info

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

RGB color model

#E4BD9F color RGB value is (228,189,159).

RGB: (228,189,159) (89%, 74%, 62%)

RGB channels and saturation

R 228 of 255 = 89%
G 189 of 255 = 74%
B 159 of 255 = 62%

228
189
159

R + G + B ~ 75%. #E4BD9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 189 + 159 = 576 (100%)
R 228 of 576 ~ 39.58%
G 189 of 576 ~ 32.81%
B 159 of 576 ~ 27.6'%

%39.58
%32.81
%27.6

CMYK color model

#E4BD9F color CMYK value is (0,17,30,11).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 30.26%
  • key color value is 10.59%

CMYK: (0,17,30,11)
C0M17Y30K11 (0%, 17%, 30%, 11%)
(0.00 / 0.17 / 0.30 / 0.11)

CMYK percentages

%0
%17.11
%30.26
%10.59

Codes

Color #E4BD9F in popluar color models

E4 BD 9F
RGB 228 189 159
HSL 26° 56.10% 75.88%
HSB/HSV 26° 30.26% 89.41%
CMYK 0.00% 17.11% 30.26%
10.59%

Color #E4BD9F in popluar number systems.

HEX E4 BD 9F
Decimal 228 189 159
Binary 11100100 10111101 10011111
Octal 344 275 237

Shades and tints

Shades of #E4BD9F

#E4BD9F
(228,189,159)
#D0AC91
(208,172,145)
#BC9B83
(188,155,131)
#A88A75
(168,138,117)
#947967
(148,121,103)
#806859
(128,104,89)
#6C574B
(108,87,75)
#58463D
(88,70,61)
#44352F
(68,53,47)
#302421
(48,36,33)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #E4BD9F

#E4BD9F
(228,189,159)
#E6C3A7
(230,195,167)
#E8C9AF
(232,201,175)
#EACFB7
(234,207,183)
#ECD5BF
(236,213,191)
#EEDBC7
(238,219,199)
#F0E1CF
(240,225,207)
#F2E7D7
(242,231,215)
#F4EDDF
(244,237,223)
#F6F3E7
(246,243,231)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BD9F color. Also use rgb(228,189,159) instead hex code.

Text Font Color

.myTextColor { color: #E4BD9F; }

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

This text font color is #E4BD9F.

Background Color

.myBgColor { background-color: #E4BD9F; }

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

This div background color is #E4BD9F.

Border color

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

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

This div border color is #E4BD9F.

Opacity

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

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

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

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

This text has shadow with #E4BD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BD9F.

Preview

Color preview on black background

This text has color #E4BD9F on black background.


Color preview on white background

This text has color #E4BD9F on white background.


Black color preview on #E4BD9F background

This text has black color on #E4BD9F background.


White color preview on #E4BD9F background

This text has white color on #E4BD9F background.


Related colors

Complementary color

Complementary color for #hex is #1B4260.


I love getcolorcode.com

Triadic colors

1 #9FE4BD and #BD9FE4 with #E4BD9F are triadic colors.

2 #9FBDE4 and #BDE49F with #E4BD9F are triadic colors.