COLOR #E6BB8C

HEX: #E6BB8C
RGB: (230,187,140)

Color info

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

RGB color model

#E6BB8C color RGB value is (230,187,140).

  • red value is 230;
  • green value is 187;
  • blue value is 140.
RGB:
(230,187,140)
(90%,73%,55%)

RGB channels and saturation

R 230 of 255 = 90%
G 187 of 255 = 73%
B 140 of 255 = 55%

230
187
140

R + G + B ~ 73%. #E6BB8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 187 + 140 = 557 (100%)
R 230 of 557 ~ 41.29%
G 187 of 557 ~ 33.57%
B 140 of 557 ~ 25.13%

%41.29
%33.57
%25.13

CMYK color model

#E6BB8C color CMYK value is (0,19,39,10).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 39.13%
  • key color value is 9.80%
CMYK:
(0,19,39,10)
C0M19Y39K10 
(0%,19%,39%,10%)
(0.00/0.19/0.39/0.10)	

CMYK percentages

%0
%18.7
%39.13
%9.8

Codes

Color #E6BB8C in popluar color models

E6BB8C
RGB230187140
HSL31°64.29%72.55%
HSB/HSV31°39.13%90.20%
CMYK0.00%18.70%39.13%
9.80%

Color #E6BB8C in popluar number systems.

HEXE6BB8C
Decimal230187140
Binary111001101011101110001100
Octal346273214

Shades and tints

Shades of #E6BB8C

#E6BB8C
(230,187,140)
#D2AA80
(210,170,128)
#BE9974
(190,153,116)
#AA8868
(170,136,104)
#96775C
(150,119,92)
#826650
(130,102,80)
#6E5544
(110,85,68)
#5A4438
(90,68,56)
#46332C
(70,51,44)
#322220
(50,34,32)
#1E1114
(30,17,20)
#000000
(0,0,0)

Tints of #E6BB8C

#E6BB8C
(230,187,140)
#E8C196
(232,193,150)
#EAC7A0
(234,199,160)
#ECCDAA
(236,205,170)
#EED3B4
(238,211,180)
#F0D9BE
(240,217,190)
#F2DFC8
(242,223,200)
#F4E5D2
(244,229,210)
#F6EBDC
(246,235,220)
#F8F1E6
(248,241,230)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BB8C color. Also use rgb(230,187,140) instead hex code.

Text Font Color

.myTextColor { color: #E6BB8C; }

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

This text font color is #E6BB8C.


Background Color

.myBgColor { background-color: #E6BB8C; }

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

This div background color is #E6BB8C.


Border color

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

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

This div border color is #E6BB8C.


Opacity

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

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

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

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

This text has shadow with #E6BB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BB8C on black background.


Color preview on white background

This text has color #E6BB8C on white background.



Black color preview on #E6BB8C background

This text has black color on #E6BB8C background.


White color preview on #E6BB8C background

This text has white color on #E6BB8C background.