COLOR #E6D1AF

HEX: #E6D1AF RGB: (230,209,175)

Color info

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

RGB color model

#E6D1AF color RGB value is (230,209,175).

RGB: (230,209,175) (90%, 82%, 69%)

RGB channels and saturation

R 230 of 255 = 90%
G 209 of 255 = 82%
B 175 of 255 = 69%

230
209
175

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

Portions of RGB colors in percentages

R + G + B = 230 + 209 + 175 = 614 (100%)
R 230 of 614 ~ 37.46%
G 209 of 614 ~ 34.04%
B 175 of 614 ~ 28.5'%

%37.46
%34.04
%28.5

CMYK color model

#E6D1AF color CMYK value is (0,9,24,10).

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

CMYK: (0,9,24,10)
C0M9Y24K10 (0%, 9%, 24%, 10%)
(0.00 / 0.09 / 0.24 / 0.10)

CMYK percentages

%0
%9.13
%23.91
%9.8

Codes

Color #E6D1AF in popluar color models

E6 D1 AF
RGB 230 209 175
HSL 37° 52.38% 79.41%
HSB/HSV 37° 23.91% 90.20%
CMYK 0.00% 9.13% 23.91%
9.80%

Color #E6D1AF in popluar number systems.

HEX E6 D1 AF
Decimal 230 209 175
Binary 11100110 11010001 10101111
Octal 346 321 257

Shades and tints

Shades of #E6D1AF

#E6D1AF
(230,209,175)
#D2BEA0
(210,190,160)
#BEAB91
(190,171,145)
#AA9882
(170,152,130)
#968573
(150,133,115)
#827264
(130,114,100)
#6E5F55
(110,95,85)
#5A4C46
(90,76,70)
#463937
(70,57,55)
#322628
(50,38,40)
#1E1319
(30,19,25)
#000000
(0,0,0)

Tints of #E6D1AF

#E6D1AF
(230,209,175)
#E8D5B6
(232,213,182)
#EAD9BD
(234,217,189)
#ECDDC4
(236,221,196)
#EEE1CB
(238,225,203)
#F0E5D2
(240,229,210)
#F2E9D9
(242,233,217)
#F4EDE0
(244,237,224)
#F6F1E7
(246,241,231)
#F8F5EE
(248,245,238)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D1AF; }

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

This text font color is #E6D1AF.

Background Color

.myBgColor { background-color: #E6D1AF; }

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

This div background color is #E6D1AF.

Border color

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

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

This div border color is #E6D1AF.

Opacity

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

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

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

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

This text has shadow with #E6D1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D1AF.

Preview

Color preview on black background

This text has color #E6D1AF on black background.


Color preview on white background

This text has color #E6D1AF on white background.


Black color preview on #E6D1AF background

This text has black color on #E6D1AF background.


White color preview on #E6D1AF background

This text has white color on #E6D1AF background.


Related colors

Complementary color

Complementary color for #hex is #192E50.


I love getcolorcode.com

Triadic colors

1 #AFE6D1 and #D1AFE6 with #E6D1AF are triadic colors.

2 #AFD1E6 and #D1E6AF with #E6D1AF are triadic colors.