COLOR #E6B392

HEX: #E6B392
RGB: (230,179,146)

Color info

#E6B392 contains mainly red and green colors. Web safe color of #E6B392 is #CC9999 (or #C99).

RGB color model

#E6B392 color RGB value is (230,179,146).

  • red value is 230;
  • green value is 179;
  • blue value is 146.
RGB:
(230,179,146)
(90%,70%,57%)

RGB channels and saturation

R 230 of 255 = 90%
G 179 of 255 = 70%
B 146 of 255 = 57%

230
179
146

R + G + B ~ 72%. #E6B392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 179 + 146 = 555 (100%)
R 230 of 555 ~ 41.44%
G 179 of 555 ~ 32.25%
B 146 of 555 ~ 26.31%

%41.44
%32.25
%26.31

CMYK color model

#E6B392 color CMYK value is (0,22,37,10).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 36.52%
  • key color value is 9.80%
CMYK:
(0,22,37,10)
C0M22Y37K10 
(0%,22%,37%,10%)
(0.00/0.22/0.37/0.10)	

CMYK percentages

%0
%22.17
%36.52
%9.8

Codes

Color #E6B392 in popluar color models

E6B392
RGB230179146
HSL24°62.69%73.73%
HSB/HSV24°36.52%90.20%
CMYK0.00%22.17%36.52%
9.80%

Color #E6B392 in popluar number systems.

HEXE6B392
Decimal230179146
Binary111001101011001110010010
Octal346263222

Shades and tints

Shades of #E6B392

#E6B392
(230,179,146)
#D2A385
(210,163,133)
#BE9378
(190,147,120)
#AA836B
(170,131,107)
#96735E
(150,115,94)
#826351
(130,99,81)
#6E5344
(110,83,68)
#5A4337
(90,67,55)
#46332A
(70,51,42)
#32231D
(50,35,29)
#1E1310
(30,19,16)
#000000
(0,0,0)

Tints of #E6B392

#E6B392
(230,179,146)
#E8B99B
(232,185,155)
#EABFA4
(234,191,164)
#ECC5AD
(236,197,173)
#EECBB6
(238,203,182)
#F0D1BF
(240,209,191)
#F2D7C8
(242,215,200)
#F4DDD1
(244,221,209)
#F6E3DA
(246,227,218)
#F8E9E3
(248,233,227)
#FAEFEC
(250,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B392 color. Also use rgb(230,179,146) instead hex code.

Text Font Color

.myTextColor { color: #E6B392; }

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

This text font color is #E6B392.


Background Color

.myBgColor { background-color: #E6B392; }

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

This div background color is #E6B392.


Border color

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

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

This div border color is #E6B392.


Opacity

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

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

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

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

This text has shadow with #E6B392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B392 on black background.


Color preview on white background

This text has color #E6B392 on white background.



Black color preview on #E6B392 background

This text has black color on #E6B392 background.


White color preview on #E6B392 background

This text has white color on #E6B392 background.