COLOR #E6D1AC

HEX: #E6D1AC RGB: (230,209,172)

Color info

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

RGB color model

#E6D1AC color RGB value is (230,209,172).

RGB: (230,209,172) (90%, 82%, 67%)

RGB channels and saturation

R 230 of 255 = 90%
G 209 of 255 = 82%
B 172 of 255 = 67%

230
209
172

R + G + B ~ 80%. #E6D1AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 209 + 172 = 611 (100%)
R 230 of 611 ~ 37.64%
G 209 of 611 ~ 34.21%
B 172 of 611 ~ 28.15'%

%37.64
%34.21
%28.15

CMYK color model

#E6D1AC color CMYK value is (0,9,25,10).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 25.22%
  • key color value is 9.80%

CMYK: (0,9,25,10)
C0M9Y25K10 (0%, 9%, 25%, 10%)
(0.00 / 0.09 / 0.25 / 0.10)

CMYK percentages

%0
%9.13
%25.22
%9.8

Codes

Color #E6D1AC in popluar color models

E6 D1 AC
RGB 230 209 172
HSL 38° 53.70% 78.82%
HSB/HSV 38° 25.22% 90.20%
CMYK 0.00% 9.13% 25.22%
9.80%

Color #E6D1AC in popluar number systems.

HEX E6 D1 AC
Decimal 230 209 172
Binary 11100110 11010001 10101100
Octal 346 321 254

Shades and tints

Shades of #E6D1AC

#E6D1AC
(230,209,172)
#D2BE9D
(210,190,157)
#BEAB8E
(190,171,142)
#AA987F
(170,152,127)
#968570
(150,133,112)
#827261
(130,114,97)
#6E5F52
(110,95,82)
#5A4C43
(90,76,67)
#463934
(70,57,52)
#322625
(50,38,37)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #E6D1AC

#E6D1AC
(230,209,172)
#E8D5B3
(232,213,179)
#EAD9BA
(234,217,186)
#ECDDC1
(236,221,193)
#EEE1C8
(238,225,200)
#F0E5CF
(240,229,207)
#F2E9D6
(242,233,214)
#F4EDDD
(244,237,221)
#F6F1E4
(246,241,228)
#F8F5EB
(248,245,235)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D1AC color. Also use rgb(230,209,172) instead hex code.

Text Font Color

.myTextColor { color: #E6D1AC; }

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

This text font color is #E6D1AC.

Background Color

.myBgColor { background-color: #E6D1AC; }

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

This div background color is #E6D1AC.

Border color

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

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

This div border color is #E6D1AC.

Opacity

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

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

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

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

This text has shadow with #E6D1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D1AC.

Preview

Color preview on black background

This text has color #E6D1AC on black background.


Color preview on white background

This text has color #E6D1AC on white background.


Black color preview on #E6D1AC background

This text has black color on #E6D1AC background.


White color preview on #E6D1AC background

This text has white color on #E6D1AC background.


Related colors

Complementary color

Complementary color for #hex is #192E53.


I love getcolorcode.com

Triadic colors

1 #ACE6D1 and #D1ACE6 with #E6D1AC are triadic colors.

2 #ACD1E6 and #D1E6AC with #E6D1AC are triadic colors.