COLOR #E4C8B1

HEX: #E4C8B1 RGB: (228,200,177)

Color info

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

RGB color model

#E4C8B1 color RGB value is (228,200,177).

RGB: (228,200,177) (89%, 78%, 69%)

RGB channels and saturation

R 228 of 255 = 89%
G 200 of 255 = 78%
B 177 of 255 = 69%

228
200
177

R + G + B ~ 79%. #E4C8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 200 + 177 = 605 (100%)
R 228 of 605 ~ 37.69%
G 200 of 605 ~ 33.06%
B 177 of 605 ~ 29.26'%

%37.69
%33.06
%29.26

CMYK color model

#E4C8B1 color CMYK value is (0,12,22,11).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 22.37%
  • key color value is 10.59%

CMYK: (0,12,22,11)
C0M12Y22K11 (0%, 12%, 22%, 11%)
(0.00 / 0.12 / 0.22 / 0.11)

CMYK percentages

%0
%12.28
%22.37
%10.59

Codes

Color #E4C8B1 in popluar color models

E4 C8 B1
RGB 228 200 177
HSL 27° 48.57% 79.41%
HSB/HSV 27° 22.37% 89.41%
CMYK 0.00% 12.28% 22.37%
10.59%

Color #E4C8B1 in popluar number systems.

HEX E4 C8 B1
Decimal 228 200 177
Binary 11100100 11001000 10110001
Octal 344 310 261

Shades and tints

Shades of #E4C8B1

#E4C8B1
(228,200,177)
#D0B6A1
(208,182,161)
#BCA491
(188,164,145)
#A89281
(168,146,129)
#948071
(148,128,113)
#806E61
(128,110,97)
#6C5C51
(108,92,81)
#584A41
(88,74,65)
#443831
(68,56,49)
#302621
(48,38,33)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #E4C8B1

#E4C8B1
(228,200,177)
#E6CDB8
(230,205,184)
#E8D2BF
(232,210,191)
#EAD7C6
(234,215,198)
#ECDCCD
(236,220,205)
#EEE1D4
(238,225,212)
#F0E6DB
(240,230,219)
#F2EBE2
(242,235,226)
#F4F0E9
(244,240,233)
#F6F5F0
(246,245,240)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C8B1 color. Also use rgb(228,200,177) instead hex code.

Text Font Color

.myTextColor { color: #E4C8B1; }

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

This text font color is #E4C8B1.

Background Color

.myBgColor { background-color: #E4C8B1; }

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

This div background color is #E4C8B1.

Border color

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

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

This div border color is #E4C8B1.

Opacity

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

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

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

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

This text has shadow with #E4C8B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C8B1.

Preview

Color preview on black background

This text has color #E4C8B1 on black background.


Color preview on white background

This text has color #E4C8B1 on white background.


Black color preview on #E4C8B1 background

This text has black color on #E4C8B1 background.


White color preview on #E4C8B1 background

This text has white color on #E4C8B1 background.


Related colors

Complementary color

Complementary color for #hex is #1B374E.


I love getcolorcode.com

Triadic colors

1 #B1E4C8 and #C8B1E4 with #E4C8B1 are triadic colors.

2 #B1C8E4 and #C8E4B1 with #E4C8B1 are triadic colors.