COLOR #E6B59F

HEX: #E6B59F
RGB: (230,181,159)

Color info

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

RGB color model

#E6B59F color RGB value is (230,181,159).

  • red value is 230;
  • green value is 181;
  • blue value is 159.
RGB:
(230,181,159)
(90%,71%,62%)

RGB channels and saturation

R 230 of 255 = 90%
G 181 of 255 = 71%
B 159 of 255 = 62%

230
181
159

R + G + B ~ 74%. #E6B59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 181 + 159 = 570 (100%)
R 230 of 570 ~ 40.35%
G 181 of 570 ~ 31.75%
B 159 of 570 ~ 27.89%

%40.35
%31.75
%27.89

CMYK color model

#E6B59F color CMYK value is (0,21,31,10).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 30.87%
  • key color value is 9.80%
CMYK:
(0,21,31,10)
C0M21Y31K10 
(0%,21%,31%,10%)
(0.00/0.21/0.31/0.10)	

CMYK percentages

%0
%21.3
%30.87
%9.8

Codes

Color #E6B59F in popluar color models

E6B59F
RGB230181159
HSL19°58.68%76.27%
HSB/HSV19°30.87%90.20%
CMYK0.00%21.30%30.87%
9.80%

Color #E6B59F in popluar number systems.

HEXE6B59F
Decimal230181159
Binary111001101011010110011111
Octal346265237

Shades and tints

Shades of #E6B59F

#E6B59F
(230,181,159)
#D2A591
(210,165,145)
#BE9583
(190,149,131)
#AA8575
(170,133,117)
#967567
(150,117,103)
#826559
(130,101,89)
#6E554B
(110,85,75)
#5A453D
(90,69,61)
#46352F
(70,53,47)
#322521
(50,37,33)
#1E1513
(30,21,19)
#000000
(0,0,0)

Tints of #E6B59F

#E6B59F
(230,181,159)
#E8BBA7
(232,187,167)
#EAC1AF
(234,193,175)
#ECC7B7
(236,199,183)
#EECDBF
(238,205,191)
#F0D3C7
(240,211,199)
#F2D9CF
(242,217,207)
#F4DFD7
(244,223,215)
#F6E5DF
(246,229,223)
#F8EBE7
(248,235,231)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B59F color. Also use rgb(230,181,159) instead hex code.

Text Font Color

.myTextColor { color: #E6B59F; }

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

This text font color is #E6B59F.


Background Color

.myBgColor { background-color: #E6B59F; }

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

This div background color is #E6B59F.


Border color

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

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

This div border color is #E6B59F.


Opacity

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

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

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

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

This text has shadow with #E6B59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B59F on black background.


Color preview on white background

This text has color #E6B59F on white background.



Black color preview on #E6B59F background

This text has black color on #E6B59F background.


White color preview on #E6B59F background

This text has white color on #E6B59F background.