COLOR #E6B684

HEX: #E6B684 RGB: (230,182,132)

Color info

#E6B684 contains mainly red and green colors. Web safe color of #E6B684 is #CCCC99 (or #CC9).

RGB color model

#E6B684 color RGB value is (230,182,132).

RGB: (230,182,132) (90%, 71%, 52%)

RGB channels and saturation

R 230 of 255 = 90%
G 182 of 255 = 71%
B 132 of 255 = 52%

230
182
132

R + G + B ~ 71%. #E6B684 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 182 + 132 = 544 (100%)
R 230 of 544 ~ 42.28%
G 182 of 544 ~ 33.46%
B 132 of 544 ~ 24.26'%

%42.28
%33.46
%24.26

CMYK color model

#E6B684 color CMYK value is (0,21,43,10).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 42.61%
  • key color value is 9.80%

CMYK: (0,21,43,10)
C0M21Y43K10 (0%, 21%, 43%, 10%)
(0.00 / 0.21 / 0.43 / 0.10)

CMYK percentages

%0
%20.87
%42.61
%9.8

Codes

Color #E6B684 in popluar color models

E6 B6 84
RGB 230 182 132
HSL 31° 66.22% 70.98%
HSB/HSV 31° 42.61% 90.20%
CMYK 0.00% 20.87% 42.61%
9.80%

Color #E6B684 in popluar number systems.

HEX E6 B6 84
Decimal 230 182 132
Binary 11100110 10110110 10000100
Octal 346 266 204

Shades and tints

Shades of #E6B684

#E6B684
(230,182,132)
#D2A678
(210,166,120)
#BE966C
(190,150,108)
#AA8660
(170,134,96)
#967654
(150,118,84)
#826648
(130,102,72)
#6E563C
(110,86,60)
#5A4630
(90,70,48)
#463624
(70,54,36)
#322618
(50,38,24)
#1E160C
(30,22,12)
#000000
(0,0,0)

Tints of #E6B684

#E6B684
(230,182,132)
#E8BC8F
(232,188,143)
#EAC29A
(234,194,154)
#ECC8A5
(236,200,165)
#EECEB0
(238,206,176)
#F0D4BB
(240,212,187)
#F2DAC6
(242,218,198)
#F4E0D1
(244,224,209)
#F6E6DC
(246,230,220)
#F8ECE7
(248,236,231)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B684 color. Also use rgb(230,182,132) instead hex code.

Text Font Color

.myTextColor { color: #E6B684; }

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

This text font color is #E6B684.

Background Color

.myBgColor { background-color: #E6B684; }

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

This div background color is #E6B684.

Border color

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

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

This div border color is #E6B684.

Opacity

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

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

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

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

This text has shadow with #E6B684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B684.

Preview

Color preview on black background

This text has color #E6B684 on black background.


Color preview on white background

This text has color #E6B684 on white background.


Black color preview on #E6B684 background

This text has black color on #E6B684 background.


White color preview on #E6B684 background

This text has white color on #E6B684 background.


Related colors

Complementary color

Complementary color for #hex is #19497B.


I love getcolorcode.com

Triadic colors

1 #84E6B6 and #B684E6 with #E6B684 are triadic colors.

2 #84B6E6 and #B6E684 with #E6B684 are triadic colors.