COLOR #E6A78B

HEX: #E6A78B
RGB: (230,167,139)

Color info

#E6A78B contains mainly red color. Web safe color of #E6A78B is #CC9999 (or #C99).

RGB color model

#E6A78B color RGB value is (230,167,139).

  • red value is 230;
  • green value is 167;
  • blue value is 139.
RGB:
(230,167,139)
(90%,65%,55%)

RGB channels and saturation

R 230 of 255 = 90%
G 167 of 255 = 65%
B 139 of 255 = 55%

230
167
139

R + G + B ~ 70%. #E6A78B is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 167 + 139 = 536 (100%)
R 230 of 536 ~ 42.91%
G 167 of 536 ~ 31.16%
B 139 of 536 ~ 25.93%

%42.91
%31.16
%25.93

CMYK color model

#E6A78B color CMYK value is (0,27,40,10).

  • cyan value is 0.00%
  • magenta value is 27.39%
  • yellow value is 39.57%
  • key color value is 9.80%
CMYK:
(0,27,40,10)
C0M27Y40K10 
(0%,27%,40%,10%)
(0.00/0.27/0.40/0.10)	

CMYK percentages

%0
%27.39
%39.57
%9.8

Codes

Color #E6A78B in popluar color models

E6A78B
RGB230167139
HSL18°64.54%72.35%
HSB/HSV18°39.57%90.20%
CMYK0.00%27.39%39.57%
9.80%

Color #E6A78B in popluar number systems.

HEXE6A78B
Decimal230167139
Binary111001101010011110001011
Octal346247213

Shades and tints

Shades of #E6A78B

#E6A78B
(230,167,139)
#D2987F
(210,152,127)
#BE8973
(190,137,115)
#AA7A67
(170,122,103)
#966B5B
(150,107,91)
#825C4F
(130,92,79)
#6E4D43
(110,77,67)
#5A3E37
(90,62,55)
#462F2B
(70,47,43)
#32201F
(50,32,31)
#1E1113
(30,17,19)
#000000
(0,0,0)

Tints of #E6A78B

#E6A78B
(230,167,139)
#E8AF95
(232,175,149)
#EAB79F
(234,183,159)
#ECBFA9
(236,191,169)
#EEC7B3
(238,199,179)
#F0CFBD
(240,207,189)
#F2D7C7
(242,215,199)
#F4DFD1
(244,223,209)
#F6E7DB
(246,231,219)
#F8EFE5
(248,239,229)
#FAF7EF
(250,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A78B color. Also use rgb(230,167,139) instead hex code.

Text Font Color

.myTextColor { color: #E6A78B; }

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

This text font color is #E6A78B.


Background Color

.myBgColor { background-color: #E6A78B; }

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

This div background color is #E6A78B.


Border color

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

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

This div border color is #E6A78B.


Opacity

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

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

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

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

This text has shadow with #E6A78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A78B on black background.


Color preview on white background

This text has color #E6A78B on white background.



Black color preview on #E6A78B background

This text has black color on #E6A78B background.


White color preview on #E6A78B background

This text has white color on #E6A78B background.