COLOR #E4CCAC

HEX: #E4CCAC
RGB: (228,204,172)

Color info

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

RGB color model

#E4CCAC color RGB value is (228,204,172).

  • red value is 228;
  • green value is 204;
  • blue value is 172.
RGB:
(228,204,172)
(89%,80%,67%)

RGB channels and saturation

R 228 of 255 = 89%
G 204 of 255 = 80%
B 172 of 255 = 67%

228
204
172

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

Portions of RGB colors in percentages

R + G + B =
228 + 204 + 172 = 604 (100%)
R 228 of 604 ~ 37.75%
G 204 of 604 ~ 33.77%
B 172 of 604 ~ 28.48%

%37.75
%33.77
%28.48

CMYK color model

#E4CCAC color CMYK value is (0,11,25,11).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 24.56%
  • key color value is 10.59%
CMYK:
(0,11,25,11)
C0M11Y25K11 
(0%,11%,25%,11%)
(0.00/0.11/0.25/0.11)	

CMYK percentages

%0
%10.53
%24.56
%10.59

Codes

Color #E4CCAC in popluar color models

E4CCAC
RGB228204172
HSL34°50.91%78.43%
HSB/HSV34°24.56%89.41%
CMYK0.00%10.53%24.56%
10.59%

Color #E4CCAC in popluar number systems.

HEXE4CCAC
Decimal228204172
Binary111001001100110010101100
Octal344314254

Shades and tints

Shades of #E4CCAC

#E4CCAC
(228,204,172)
#D0BA9D
(208,186,157)
#BCA88E
(188,168,142)
#A8967F
(168,150,127)
#948470
(148,132,112)
#807261
(128,114,97)
#6C6052
(108,96,82)
#584E43
(88,78,67)
#443C34
(68,60,52)
#302A25
(48,42,37)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #E4CCAC

#E4CCAC
(228,204,172)
#E6D0B3
(230,208,179)
#E8D4BA
(232,212,186)
#EAD8C1
(234,216,193)
#ECDCC8
(236,220,200)
#EEE0CF
(238,224,207)
#F0E4D6
(240,228,214)
#F2E8DD
(242,232,221)
#F4ECE4
(244,236,228)
#F6F0EB
(246,240,235)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CCAC color. Also use rgb(228,204,172) instead hex code.

Text Font Color

.myTextColor { color: #E4CCAC; }

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

This text font color is #E4CCAC.


Background Color

.myBgColor { background-color: #E4CCAC; }

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

This div background color is #E4CCAC.


Border color

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

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

This div border color is #E4CCAC.


Opacity

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

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

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

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

This text has shadow with #E4CCAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CCAC on black background.


Color preview on white background

This text has color #E4CCAC on white background.



Black color preview on #E4CCAC background

This text has black color on #E4CCAC background.


White color preview on #E4CCAC background

This text has white color on #E4CCAC background.