COLOR #E6BB9A

HEX: #E6BB9A
RGB: (230,187,154)

Color info

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

RGB color model

#E6BB9A color RGB value is (230,187,154).

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

RGB channels and saturation

R 230 of 255 = 90%
G 187 of 255 = 73%
B 154 of 255 = 60%

230
187
154

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

Portions of RGB colors in percentages

R + G + B =
230 + 187 + 154 = 571 (100%)
R 230 of 571 ~ 40.28%
G 187 of 571 ~ 32.75%
B 154 of 571 ~ 26.97%

%40.28
%32.75
%26.97

CMYK color model

#E6BB9A color CMYK value is (0,19,33,10).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 33.04%
  • key color value is 9.80%
CMYK:
(0,19,33,10)
C0M19Y33K10 
(0%,19%,33%,10%)
(0.00/0.19/0.33/0.10)	

CMYK percentages

%0
%18.7
%33.04
%9.8

Codes

Color #E6BB9A in popluar color models

E6BB9A
RGB230187154
HSL26°60.32%75.29%
HSB/HSV26°33.04%90.20%
CMYK0.00%18.70%33.04%
9.80%

Color #E6BB9A in popluar number systems.

HEXE6BB9A
Decimal230187154
Binary111001101011101110011010
Octal346273232

Shades and tints

Shades of #E6BB9A

#E6BB9A
(230,187,154)
#D2AA8C
(210,170,140)
#BE997E
(190,153,126)
#AA8870
(170,136,112)
#967762
(150,119,98)
#826654
(130,102,84)
#6E5546
(110,85,70)
#5A4438
(90,68,56)
#46332A
(70,51,42)
#32221C
(50,34,28)
#1E110E
(30,17,14)
#000000
(0,0,0)

Tints of #E6BB9A

#E6BB9A
(230,187,154)
#E8C1A3
(232,193,163)
#EAC7AC
(234,199,172)
#ECCDB5
(236,205,181)
#EED3BE
(238,211,190)
#F0D9C7
(240,217,199)
#F2DFD0
(242,223,208)
#F4E5D9
(244,229,217)
#F6EBE2
(246,235,226)
#F8F1EB
(248,241,235)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BB9A; }

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

This text font color is #E6BB9A.


Background Color

.myBgColor { background-color: #E6BB9A; }

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

This div background color is #E6BB9A.


Border color

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

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

This div border color is #E6BB9A.


Opacity

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

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

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

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

This text has shadow with #E6BB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BB9A on black background.


Color preview on white background

This text has color #E6BB9A on white background.



Black color preview on #E6BB9A background

This text has black color on #E6BB9A background.


White color preview on #E6BB9A background

This text has white color on #E6BB9A background.