COLOR #E3C6AE

HEX: #E3C6AE RGB: (227,198,174)

Color info

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

RGB color model

#E3C6AE color RGB value is (227,198,174).

RGB: (227,198,174) (89%, 78%, 68%)

RGB channels and saturation

R 227 of 255 = 89%
G 198 of 255 = 78%
B 174 of 255 = 68%

227
198
174

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

Portions of RGB colors in percentages

R + G + B = 227 + 198 + 174 = 599 (100%)
R 227 of 599 ~ 37.9%
G 198 of 599 ~ 33.06%
B 174 of 599 ~ 29.05'%

%37.9
%33.06
%29.05

CMYK color model

#E3C6AE color CMYK value is (0,13,23,11).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 23.35%
  • key color value is 10.98%

CMYK: (0,13,23,11)
C0M13Y23K11 (0%, 13%, 23%, 11%)
(0.00 / 0.13 / 0.23 / 0.11)

CMYK percentages

%0
%12.78
%23.35
%10.98

Codes

Color #E3C6AE in popluar color models

E3 C6 AE
RGB 227 198 174
HSL 27° 48.62% 78.63%
HSB/HSV 27° 23.35% 89.02%
CMYK 0.00% 12.78% 23.35%
10.98%

Color #E3C6AE in popluar number systems.

HEX E3 C6 AE
Decimal 227 198 174
Binary 11100011 11000110 10101110
Octal 343 306 256

Shades and tints

Shades of #E3C6AE

#E3C6AE
(227,198,174)
#CFB49F
(207,180,159)
#BBA290
(187,162,144)
#A79081
(167,144,129)
#937E72
(147,126,114)
#7F6C63
(127,108,99)
#6B5A54
(107,90,84)
#574845
(87,72,69)
#433636
(67,54,54)
#2F2427
(47,36,39)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #E3C6AE

#E3C6AE
(227,198,174)
#E5CBB5
(229,203,181)
#E7D0BC
(231,208,188)
#E9D5C3
(233,213,195)
#EBDACA
(235,218,202)
#EDDFD1
(237,223,209)
#EFE4D8
(239,228,216)
#F1E9DF
(241,233,223)
#F3EEE6
(243,238,230)
#F5F3ED
(245,243,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C6AE; }

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

This text font color is #E3C6AE.

Background Color

.myBgColor { background-color: #E3C6AE; }

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

This div background color is #E3C6AE.

Border color

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

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

This div border color is #E3C6AE.

Opacity

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

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

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

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

This text has shadow with #E3C6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C6AE.

Preview

Color preview on black background

This text has color #E3C6AE on black background.


Color preview on white background

This text has color #E3C6AE on white background.


Black color preview on #E3C6AE background

This text has black color on #E3C6AE background.


White color preview on #E3C6AE background

This text has white color on #E3C6AE background.


Related colors

Complementary color

Complementary color for #hex is #1C3951.


I love getcolorcode.com

Triadic colors

1 #AEE3C6 and #C6AEE3 with #E3C6AE are triadic colors.

2 #AEC6E3 and #C6E3AE with #E3C6AE are triadic colors.