COLOR #E6A67D

HEX: #E6A67D RGB: (230,166,125)

Color info

#E6A67D contains mainly red color. Web safe color of #E6A67D is #CC9966 (or #C96).

RGB color model

#E6A67D color RGB value is (230,166,125).

RGB: (230,166,125) (90%, 65%, 49%)

RGB channels and saturation

R 230 of 255 = 90%
G 166 of 255 = 65%
B 125 of 255 = 49%

230
166
125

R + G + B ~ 68%. #E6A67D is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 166 + 125 = 521 (100%)
R 230 of 521 ~ 44.15%
G 166 of 521 ~ 31.86%
B 125 of 521 ~ 23.99'%

%44.15
%31.86
%23.99

CMYK color model

#E6A67D color CMYK value is (0,28,46,10).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 45.65%
  • key color value is 9.80%

CMYK: (0,28,46,10)
C0M28Y46K10 (0%, 28%, 46%, 10%)
(0.00 / 0.28 / 0.46 / 0.10)

CMYK percentages

%0
%27.83
%45.65
%9.8

Codes

Color #E6A67D in popluar color models

E6 A6 7D
RGB 230 166 125
HSL 23° 67.74% 69.61%
HSB/HSV 23° 45.65% 90.20%
CMYK 0.00% 27.83% 45.65%
9.80%

Color #E6A67D in popluar number systems.

HEX E6 A6 7D
Decimal 230 166 125
Binary 11100110 10100110 1111101
Octal 346 246 175

Shades and tints

Shades of #E6A67D

#E6A67D
(230,166,125)
#D29772
(210,151,114)
#BE8867
(190,136,103)
#AA795C
(170,121,92)
#966A51
(150,106,81)
#825B46
(130,91,70)
#6E4C3B
(110,76,59)
#5A3D30
(90,61,48)
#462E25
(70,46,37)
#321F1A
(50,31,26)
#1E100F
(30,16,15)
#000000
(0,0,0)

Tints of #E6A67D

#E6A67D
(230,166,125)
#E8AE88
(232,174,136)
#EAB693
(234,182,147)
#ECBE9E
(236,190,158)
#EEC6A9
(238,198,169)
#F0CEB4
(240,206,180)
#F2D6BF
(242,214,191)
#F4DECA
(244,222,202)
#F6E6D5
(246,230,213)
#F8EEE0
(248,238,224)
#FAF6EB
(250,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A67D color. Also use rgb(230,166,125) instead hex code.

Text Font Color

.myTextColor { color: #E6A67D; }

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

This text font color is #E6A67D.

Background Color

.myBgColor { background-color: #E6A67D; }

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

This div background color is #E6A67D.

Border color

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

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

This div border color is #E6A67D.

Opacity

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

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

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

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

This text has shadow with #E6A67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A67D.

Preview

Color preview on black background

This text has color #E6A67D on black background.


Color preview on white background

This text has color #E6A67D on white background.


Black color preview on #E6A67D background

This text has black color on #E6A67D background.


White color preview on #E6A67D background

This text has white color on #E6A67D background.


Related colors

Complementary color

Complementary color for #hex is #195982.


I love getcolorcode.com

Triadic colors

1 #7DE6A6 and #A67DE6 with #E6A67D are triadic colors.

2 #7DA6E6 and #A6E67D with #E6A67D are triadic colors.