COLOR #E4CBA4

HEX: #E4CBA4
RGB: (228,203,164)

Color info

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

RGB color model

#E4CBA4 color RGB value is (228,203,164).

  • red value is 228;
  • green value is 203;
  • blue value is 164.
RGB:
(228,203,164)
(89%,80%,64%)

RGB channels and saturation

R 228 of 255 = 89%
G 203 of 255 = 80%
B 164 of 255 = 64%

228
203
164

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

Portions of RGB colors in percentages

R + G + B =
228 + 203 + 164 = 595 (100%)
R 228 of 595 ~ 38.32%
G 203 of 595 ~ 34.12%
B 164 of 595 ~ 27.56%

%38.32
%34.12
%27.56

CMYK color model

#E4CBA4 color CMYK value is (0,11,28,11).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 28.07%
  • key color value is 10.59%
CMYK:
(0,11,28,11)
C0M11Y28K11 
(0%,11%,28%,11%)
(0.00/0.11/0.28/0.11)	

CMYK percentages

%0
%10.96
%28.07
%10.59

Codes

Color #E4CBA4 in popluar color models

E4CBA4
RGB228203164
HSL37°54.24%76.86%
HSB/HSV37°28.07%89.41%
CMYK0.00%10.96%28.07%
10.59%

Color #E4CBA4 in popluar number systems.

HEXE4CBA4
Decimal228203164
Binary111001001100101110100100
Octal344313244

Shades and tints

Shades of #E4CBA4

#E4CBA4
(228,203,164)
#D0B996
(208,185,150)
#BCA788
(188,167,136)
#A8957A
(168,149,122)
#94836C
(148,131,108)
#80715E
(128,113,94)
#6C5F50
(108,95,80)
#584D42
(88,77,66)
#443B34
(68,59,52)
#302926
(48,41,38)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #E4CBA4

#E4CBA4
(228,203,164)
#E6CFAC
(230,207,172)
#E8D3B4
(232,211,180)
#EAD7BC
(234,215,188)
#ECDBC4
(236,219,196)
#EEDFCC
(238,223,204)
#F0E3D4
(240,227,212)
#F2E7DC
(242,231,220)
#F4EBE4
(244,235,228)
#F6EFEC
(246,239,236)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CBA4 color. Also use rgb(228,203,164) instead hex code.

Text Font Color

.myTextColor { color: #E4CBA4; }

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

This text font color is #E4CBA4.


Background Color

.myBgColor { background-color: #E4CBA4; }

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

This div background color is #E4CBA4.


Border color

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

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

This div border color is #E4CBA4.


Opacity

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

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

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

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

This text has shadow with #E4CBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CBA4 on black background.


Color preview on white background

This text has color #E4CBA4 on white background.



Black color preview on #E4CBA4 background

This text has black color on #E4CBA4 background.


White color preview on #E4CBA4 background

This text has white color on #E4CBA4 background.