COLOR #E3C6AD

HEX: #E3C6AD RGB: (227,198,173)

Color info

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

RGB color model

#E3C6AD color RGB value is (227,198,173).

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

RGB channels and saturation

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

227
198
173

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

Portions of RGB colors in percentages

R + G + B = 227 + 198 + 173 = 598 (100%)
R 227 of 598 ~ 37.96%
G 198 of 598 ~ 33.11%
B 173 of 598 ~ 28.93'%

%37.96
%33.11
%28.93

CMYK color model

#E3C6AD color CMYK value is (0,13,24,11).

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

CMYK: (0,13,24,11)
C0M13Y24K11 (0%, 13%, 24%, 11%)
(0.00 / 0.13 / 0.24 / 0.11)

CMYK percentages

%0
%12.78
%23.79
%10.98

Codes

Color #E3C6AD in popluar color models

E3 C6 AD
RGB 227 198 173
HSL 28° 49.09% 78.43%
HSB/HSV 28° 23.79% 89.02%
CMYK 0.00% 12.78% 23.79%
10.98%

Color #E3C6AD in popluar number systems.

HEX E3 C6 AD
Decimal 227 198 173
Binary 11100011 11000110 10101101
Octal 343 306 255

Shades and tints

Shades of #E3C6AD

#E3C6AD
(227,198,173)
#CFB49E
(207,180,158)
#BBA28F
(187,162,143)
#A79080
(167,144,128)
#937E71
(147,126,113)
#7F6C62
(127,108,98)
#6B5A53
(107,90,83)
#574844
(87,72,68)
#433635
(67,54,53)
#2F2426
(47,36,38)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #E3C6AD

#E3C6AD
(227,198,173)
#E5CBB4
(229,203,180)
#E7D0BB
(231,208,187)
#E9D5C2
(233,213,194)
#EBDAC9
(235,218,201)
#EDDFD0
(237,223,208)
#EFE4D7
(239,228,215)
#F1E9DE
(241,233,222)
#F3EEE5
(243,238,229)
#F5F3EC
(245,243,236)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C6AD; }

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

This text font color is #E3C6AD.

Background Color

.myBgColor { background-color: #E3C6AD; }

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

This div background color is #E3C6AD.

Border color

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

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

This div border color is #E3C6AD.

Opacity

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

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

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

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

This text has shadow with #E3C6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C6AD.

Preview

Color preview on black background

This text has color #E3C6AD on black background.


Color preview on white background

This text has color #E3C6AD on white background.


Black color preview on #E3C6AD background

This text has black color on #E3C6AD background.


White color preview on #E3C6AD background

This text has white color on #E3C6AD background.


Related colors

Complementary color

Complementary color for #hex is #1C3952.


I love getcolorcode.com

Triadic colors

1 #ADE3C6 and #C6ADE3 with #E3C6AD are triadic colors.

2 #ADC6E3 and #C6E3AD with #E3C6AD are triadic colors.