COLOR #E6B766

HEX: #E6B766 RGB: (230,183,102)

Color info

#E6B766 contains mainly red and green colors. Web safe color of #E6B766 is #CCCC66 (or #CC6).

RGB color model

#E6B766 color RGB value is (230,183,102).

RGB: (230,183,102) (90%, 72%, 40%)

RGB channels and saturation

R 230 of 255 = 90%
G 183 of 255 = 72%
B 102 of 255 = 40%

230
183
102

R + G + B ~ 67%. #E6B766 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 183 + 102 = 515 (100%)
R 230 of 515 ~ 44.66%
G 183 of 515 ~ 35.53%
B 102 of 515 ~ 19.81'%

%44.66
%35.53
%19.81

CMYK color model

#E6B766 color CMYK value is (0,20,56,10).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 55.65%
  • key color value is 9.80%

CMYK: (0,20,56,10)
C0M20Y56K10 (0%, 20%, 56%, 10%)
(0.00 / 0.20 / 0.56 / 0.10)

CMYK percentages

%0
%20.43
%55.65
%9.8

Codes

Color #E6B766 in popluar color models

E6 B7 66
RGB 230 183 102
HSL 38° 71.91% 65.10%
HSB/HSV 38° 55.65% 90.20%
CMYK 0.00% 20.43% 55.65%
9.80%

Color #E6B766 in popluar number systems.

HEX E6 B7 66
Decimal 230 183 102
Binary 11100110 10110111 1100110
Octal 346 267 146

Shades and tints

Shades of #E6B766

#E6B766
(230,183,102)
#D2A75D
(210,167,93)
#BE9754
(190,151,84)
#AA874B
(170,135,75)
#967742
(150,119,66)
#826739
(130,103,57)
#6E5730
(110,87,48)
#5A4727
(90,71,39)
#46371E
(70,55,30)
#322715
(50,39,21)
#1E170C
(30,23,12)
#000000
(0,0,0)

Tints of #E6B766

#E6B766
(230,183,102)
#E8BD73
(232,189,115)
#EAC380
(234,195,128)
#ECC98D
(236,201,141)
#EECF9A
(238,207,154)
#F0D5A7
(240,213,167)
#F2DBB4
(242,219,180)
#F4E1C1
(244,225,193)
#F6E7CE
(246,231,206)
#F8EDDB
(248,237,219)
#FAF3E8
(250,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B766 color. Also use rgb(230,183,102) instead hex code.

Text Font Color

.myTextColor { color: #E6B766; }

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

This text font color is #E6B766.

Background Color

.myBgColor { background-color: #E6B766; }

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

This div background color is #E6B766.

Border color

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

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

This div border color is #E6B766.

Opacity

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

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

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

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

This text has shadow with #E6B766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B766.

Preview

Color preview on black background

This text has color #E6B766 on black background.


Color preview on white background

This text has color #E6B766 on white background.


Black color preview on #E6B766 background

This text has black color on #E6B766 background.


White color preview on #E6B766 background

This text has white color on #E6B766 background.


Related colors

Complementary color

Complementary color for #hex is #194899.


I love getcolorcode.com

Triadic colors

1 #66E6B7 and #B766E6 with #E6B766 are triadic colors.

2 #66B7E6 and #B7E666 with #E6B766 are triadic colors.