COLOR #E6BB92

HEX: #E6BB92
RGB: (230,187,146)

Color info

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

RGB color model

#E6BB92 color RGB value is (230,187,146).

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

RGB channels and saturation

R 230 of 255 = 90%
G 187 of 255 = 73%
B 146 of 255 = 57%

230
187
146

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

Portions of RGB colors in percentages

R + G + B =
230 + 187 + 146 = 563 (100%)
R 230 of 563 ~ 40.85%
G 187 of 563 ~ 33.21%
B 146 of 563 ~ 25.93%

%40.85
%33.21
%25.93

CMYK color model

#E6BB92 color CMYK value is (0,19,37,10).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 36.52%
  • key color value is 9.80%
CMYK:
(0,19,37,10)
C0M19Y37K10 
(0%,19%,37%,10%)
(0.00/0.19/0.37/0.10)	

CMYK percentages

%0
%18.7
%36.52
%9.8

Codes

Color #E6BB92 in popluar color models

E6BB92
RGB230187146
HSL29°62.69%73.73%
HSB/HSV29°36.52%90.20%
CMYK0.00%18.70%36.52%
9.80%

Color #E6BB92 in popluar number systems.

HEXE6BB92
Decimal230187146
Binary111001101011101110010010
Octal346273222

Shades and tints

Shades of #E6BB92

#E6BB92
(230,187,146)
#D2AA85
(210,170,133)
#BE9978
(190,153,120)
#AA886B
(170,136,107)
#96775E
(150,119,94)
#826651
(130,102,81)
#6E5544
(110,85,68)
#5A4437
(90,68,55)
#46332A
(70,51,42)
#32221D
(50,34,29)
#1E1110
(30,17,16)
#000000
(0,0,0)

Tints of #E6BB92

#E6BB92
(230,187,146)
#E8C19B
(232,193,155)
#EAC7A4
(234,199,164)
#ECCDAD
(236,205,173)
#EED3B6
(238,211,182)
#F0D9BF
(240,217,191)
#F2DFC8
(242,223,200)
#F4E5D1
(244,229,209)
#F6EBDA
(246,235,218)
#F8F1E3
(248,241,227)
#FAF7EC
(250,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BB92; }

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

This text font color is #E6BB92.


Background Color

.myBgColor { background-color: #E6BB92; }

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

This div background color is #E6BB92.


Border color

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

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

This div border color is #E6BB92.


Opacity

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

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

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

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

This text has shadow with #E6BB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BB92 on black background.


Color preview on white background

This text has color #E6BB92 on white background.



Black color preview on #E6BB92 background

This text has black color on #E6BB92 background.


White color preview on #E6BB92 background

This text has white color on #E6BB92 background.