COLOR #E6B39C

HEX: #E6B39C
RGB: (230,179,156)

Color info

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

RGB color model

#E6B39C color RGB value is (230,179,156).

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

RGB channels and saturation

R 230 of 255 = 90%
G 179 of 255 = 70%
B 156 of 255 = 61%

230
179
156

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

Portions of RGB colors in percentages

R + G + B =
230 + 179 + 156 = 565 (100%)
R 230 of 565 ~ 40.71%
G 179 of 565 ~ 31.68%
B 156 of 565 ~ 27.61%

%40.71
%31.68
%27.61

CMYK color model

#E6B39C color CMYK value is (0,22,32,10).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 32.17%
  • key color value is 9.80%
CMYK:
(0,22,32,10)
C0M22Y32K10 
(0%,22%,32%,10%)
(0.00/0.22/0.32/0.10)	

CMYK percentages

%0
%22.17
%32.17
%9.8

Codes

Color #E6B39C in popluar color models

E6B39C
RGB230179156
HSL19°59.68%75.69%
HSB/HSV19°32.17%90.20%
CMYK0.00%22.17%32.17%
9.80%

Color #E6B39C in popluar number systems.

HEXE6B39C
Decimal230179156
Binary111001101011001110011100
Octal346263234

Shades and tints

Shades of #E6B39C

#E6B39C
(230,179,156)
#D2A38E
(210,163,142)
#BE9380
(190,147,128)
#AA8372
(170,131,114)
#967364
(150,115,100)
#826356
(130,99,86)
#6E5348
(110,83,72)
#5A433A
(90,67,58)
#46332C
(70,51,44)
#32231E
(50,35,30)
#1E1310
(30,19,16)
#000000
(0,0,0)

Tints of #E6B39C

#E6B39C
(230,179,156)
#E8B9A5
(232,185,165)
#EABFAE
(234,191,174)
#ECC5B7
(236,197,183)
#EECBC0
(238,203,192)
#F0D1C9
(240,209,201)
#F2D7D2
(242,215,210)
#F4DDDB
(244,221,219)
#F6E3E4
(246,227,228)
#F8E9ED
(248,233,237)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B39C; }

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

This text font color is #E6B39C.


Background Color

.myBgColor { background-color: #E6B39C; }

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

This div background color is #E6B39C.


Border color

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

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

This div border color is #E6B39C.


Opacity

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

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

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

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

This text has shadow with #E6B39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B39C on black background.


Color preview on white background

This text has color #E6B39C on white background.



Black color preview on #E6B39C background

This text has black color on #E6B39C background.


White color preview on #E6B39C background

This text has white color on #E6B39C background.