COLOR #E4C8BD

HEX: #E4C8BD RGB: (228,200,189)

Color info

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

RGB color model

#E4C8BD color RGB value is (228,200,189).

RGB: (228,200,189) (89%, 78%, 74%)

RGB channels and saturation

R 228 of 255 = 89%
G 200 of 255 = 78%
B 189 of 255 = 74%

228
200
189

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

Portions of RGB colors in percentages

R + G + B = 228 + 200 + 189 = 617 (100%)
R 228 of 617 ~ 36.95%
G 200 of 617 ~ 32.41%
B 189 of 617 ~ 30.63'%

%36.95
%32.41
%30.63

CMYK color model

#E4C8BD color CMYK value is (0,12,17,11).

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

CMYK: (0,12,17,11)
C0M12Y17K11 (0%, 12%, 17%, 11%)
(0.00 / 0.12 / 0.17 / 0.11)

CMYK percentages

%0
%12.28
%17.11
%10.59

Codes

Color #E4C8BD in popluar color models

E4 C8 BD
RGB 228 200 189
HSL 17° 41.94% 81.76%
HSB/HSV 17° 17.11% 89.41%
CMYK 0.00% 12.28% 17.11%
10.59%

Color #E4C8BD in popluar number systems.

HEX E4 C8 BD
Decimal 228 200 189
Binary 11100100 11001000 10111101
Octal 344 310 275

Shades and tints

Shades of #E4C8BD

#E4C8BD
(228,200,189)
#D0B6AC
(208,182,172)
#BCA49B
(188,164,155)
#A8928A
(168,146,138)
#948079
(148,128,121)
#806E68
(128,110,104)
#6C5C57
(108,92,87)
#584A46
(88,74,70)
#443835
(68,56,53)
#302624
(48,38,36)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #E4C8BD

#E4C8BD
(228,200,189)
#E6CDC3
(230,205,195)
#E8D2C9
(232,210,201)
#EAD7CF
(234,215,207)
#ECDCD5
(236,220,213)
#EEE1DB
(238,225,219)
#F0E6E1
(240,230,225)
#F2EBE7
(242,235,231)
#F4F0ED
(244,240,237)
#F6F5F3
(246,245,243)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C8BD; }

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

This text font color is #E4C8BD.

Background Color

.myBgColor { background-color: #E4C8BD; }

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

This div background color is #E4C8BD.

Border color

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

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

This div border color is #E4C8BD.

Opacity

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

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

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

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

This text has shadow with #E4C8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C8BD.

Preview

Color preview on black background

This text has color #E4C8BD on black background.


Color preview on white background

This text has color #E4C8BD on white background.


Black color preview on #E4C8BD background

This text has black color on #E4C8BD background.


White color preview on #E4C8BD background

This text has white color on #E4C8BD background.


Related colors

Complementary color

Complementary color for #hex is #1B3742.


I love getcolorcode.com

Triadic colors

1 #BDE4C8 and #C8BDE4 with #E4C8BD are triadic colors.

2 #BDC8E4 and #C8E4BD with #E4C8BD are triadic colors.