COLOR #E4CEA9

HEX: #E4CEA9
RGB: (228,206,169)

Color info

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

RGB color model

#E4CEA9 color RGB value is (228,206,169).

  • red value is 228;
  • green value is 206;
  • blue value is 169.
RGB:
(228,206,169)
(89%,81%,66%)

RGB channels and saturation

R 228 of 255 = 89%
G 206 of 255 = 81%
B 169 of 255 = 66%

228
206
169

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

Portions of RGB colors in percentages

R + G + B =
228 + 206 + 169 = 603 (100%)
R 228 of 603 ~ 37.81%
G 206 of 603 ~ 34.16%
B 169 of 603 ~ 28.03%

%37.81
%34.16
%28.03

CMYK color model

#E4CEA9 color CMYK value is (0,10,26,11).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 25.88%
  • key color value is 10.59%
CMYK:
(0,10,26,11)
C0M10Y26K11 
(0%,10%,26%,11%)
(0.00/0.10/0.26/0.11)	

CMYK percentages

%0
%9.65
%25.88
%10.59

Codes

Color #E4CEA9 in popluar color models

E4CEA9
RGB228206169
HSL38°52.21%77.84%
HSB/HSV38°25.88%89.41%
CMYK0.00%9.65%25.88%
10.59%

Color #E4CEA9 in popluar number systems.

HEXE4CEA9
Decimal228206169
Binary111001001100111010101001
Octal344316251

Shades and tints

Shades of #E4CEA9

#E4CEA9
(228,206,169)
#D0BC9A
(208,188,154)
#BCAA8B
(188,170,139)
#A8987C
(168,152,124)
#94866D
(148,134,109)
#80745E
(128,116,94)
#6C624F
(108,98,79)
#585040
(88,80,64)
#443E31
(68,62,49)
#302C22
(48,44,34)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #E4CEA9

#E4CEA9
(228,206,169)
#E6D2B0
(230,210,176)
#E8D6B7
(232,214,183)
#EADABE
(234,218,190)
#ECDEC5
(236,222,197)
#EEE2CC
(238,226,204)
#F0E6D3
(240,230,211)
#F2EADA
(242,234,218)
#F4EEE1
(244,238,225)
#F6F2E8
(246,242,232)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CEA9 color. Also use rgb(228,206,169) instead hex code.

Text Font Color

.myTextColor { color: #E4CEA9; }

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

This text font color is #E4CEA9.


Background Color

.myBgColor { background-color: #E4CEA9; }

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

This div background color is #E4CEA9.


Border color

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

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

This div border color is #E4CEA9.


Opacity

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

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

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

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

This text has shadow with #E4CEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CEA9 on black background.


Color preview on white background

This text has color #E4CEA9 on white background.



Black color preview on #E4CEA9 background

This text has black color on #E4CEA9 background.


White color preview on #E4CEA9 background

This text has white color on #E4CEA9 background.