COLOR #E1CCAE

HEX: #E1CCAE RGB: (225,204,174)

Color info

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

RGB color model

#E1CCAE color RGB value is (225,204,174).

RGB: (225,204,174) (88%, 80%, 68%)

RGB channels and saturation

R 225 of 255 = 88%
G 204 of 255 = 80%
B 174 of 255 = 68%

225
204
174

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

Portions of RGB colors in percentages

R + G + B = 225 + 204 + 174 = 603 (100%)
R 225 of 603 ~ 37.31%
G 204 of 603 ~ 33.83%
B 174 of 603 ~ 28.86'%

%37.31
%33.83
%28.86

CMYK color model

#E1CCAE color CMYK value is (0,9,23,12).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 22.67%
  • key color value is 11.76%

CMYK: (0,9,23,12)
C0M9Y23K12 (0%, 9%, 23%, 12%)
(0.00 / 0.09 / 0.23 / 0.12)

CMYK percentages

%0
%9.33
%22.67
%11.76

Codes

Color #E1CCAE in popluar color models

E1 CC AE
RGB 225 204 174
HSL 35° 45.95% 78.24%
HSB/HSV 35° 22.67% 88.24%
CMYK 0.00% 9.33% 22.67%
11.76%

Color #E1CCAE in popluar number systems.

HEX E1 CC AE
Decimal 225 204 174
Binary 11100001 11001100 10101110
Octal 341 314 256

Shades and tints

Shades of #E1CCAE

#E1CCAE
(225,204,174)
#CDBA9F
(205,186,159)
#B9A890
(185,168,144)
#A59681
(165,150,129)
#918472
(145,132,114)
#7D7263
(125,114,99)
#696054
(105,96,84)
#554E45
(85,78,69)
#413C36
(65,60,54)
#2D2A27
(45,42,39)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #E1CCAE

#E1CCAE
(225,204,174)
#E3D0B5
(227,208,181)
#E5D4BC
(229,212,188)
#E7D8C3
(231,216,195)
#E9DCCA
(233,220,202)
#EBE0D1
(235,224,209)
#EDE4D8
(237,228,216)
#EFE8DF
(239,232,223)
#F1ECE6
(241,236,230)
#F3F0ED
(243,240,237)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CCAE; }

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

This text font color is #E1CCAE.

Background Color

.myBgColor { background-color: #E1CCAE; }

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

This div background color is #E1CCAE.

Border color

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

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

This div border color is #E1CCAE.

Opacity

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

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

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

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

This text has shadow with #E1CCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CCAE.

Preview

Color preview on black background

This text has color #E1CCAE on black background.


Color preview on white background

This text has color #E1CCAE on white background.


Black color preview on #E1CCAE background

This text has black color on #E1CCAE background.


White color preview on #E1CCAE background

This text has white color on #E1CCAE background.


Related colors

Complementary color

Complementary color for #hex is #1E3351.


I love getcolorcode.com

Triadic colors

1 #AEE1CC and #CCAEE1 with #E1CCAE are triadic colors.

2 #AECCE1 and #CCE1AE with #E1CCAE are triadic colors.