COLOR #E3CCAE

HEX: #E3CCAE
RGB: (227,204,174)

Color info

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

RGB color model

#E3CCAE color RGB value is (227,204,174).

  • red value is 227;
  • green value is 204;
  • blue value is 174.
RGB:
(227,204,174)
(89%,80%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 174 of 255 = 68%

227
204
174

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

Portions of RGB colors in percentages

R + G + B =
227 + 204 + 174 = 605 (100%)
R 227 of 605 ~ 37.52%
G 204 of 605 ~ 33.72%
B 174 of 605 ~ 28.76%

%37.52
%33.72
%28.76

CMYK color model

#E3CCAE color CMYK value is (0,10,23,11).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,10,23,11)
C0M10Y23K11 
(0%,10%,23%,11%)
(0.00/0.10/0.23/0.11)	

CMYK percentages

%0
%10.13
%23.35
%10.98

Codes

Color #E3CCAE in popluar color models

E3CCAE
RGB227204174
HSL34°48.62%78.63%
HSB/HSV34°23.35%89.02%
CMYK0.00%10.13%23.35%
10.98%

Color #E3CCAE in popluar number systems.

HEXE3CCAE
Decimal227204174
Binary111000111100110010101110
Octal343314256

Shades and tints

Shades of #E3CCAE

#E3CCAE
(227,204,174)
#CFBA9F
(207,186,159)
#BBA890
(187,168,144)
#A79681
(167,150,129)
#938472
(147,132,114)
#7F7263
(127,114,99)
#6B6054
(107,96,84)
#574E45
(87,78,69)
#433C36
(67,60,54)
#2F2A27
(47,42,39)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3CCAE

#E3CCAE
(227,204,174)
#E5D0B5
(229,208,181)
#E7D4BC
(231,212,188)
#E9D8C3
(233,216,195)
#EBDCCA
(235,220,202)
#EDE0D1
(237,224,209)
#EFE4D8
(239,228,216)
#F1E8DF
(241,232,223)
#F3ECE6
(243,236,230)
#F5F0ED
(245,240,237)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CCAE color. Also use rgb(227,204,174) instead hex code.

Text Font Color

.myTextColor { color: #E3CCAE; }

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

This text font color is #E3CCAE.


Background Color

.myBgColor { background-color: #E3CCAE; }

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

This div background color is #E3CCAE.


Border color

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

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

This div border color is #E3CCAE.


Opacity

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

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

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

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

This text has shadow with #E3CCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CCAE on black background.


Color preview on white background

This text has color #E3CCAE on white background.



Black color preview on #E3CCAE background

This text has black color on #E3CCAE background.


White color preview on #E3CCAE background

This text has white color on #E3CCAE background.