COLOR #E6BBA5

HEX: #E6BBA5
RGB: (230,187,165)

Color info

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

RGB color model

#E6BBA5 color RGB value is (230,187,165).

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

RGB channels and saturation

R 230 of 255 = 90%
G 187 of 255 = 73%
B 165 of 255 = 65%

230
187
165

R + G + B ~ 76%. #E6BBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 187 + 165 = 582 (100%)
R 230 of 582 ~ 39.52%
G 187 of 582 ~ 32.13%
B 165 of 582 ~ 28.35%

%39.52
%32.13
%28.35

CMYK color model

#E6BBA5 color CMYK value is (0,19,28,10).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 28.26%
  • key color value is 9.80%
CMYK:
(0,19,28,10)
C0M19Y28K10 
(0%,19%,28%,10%)
(0.00/0.19/0.28/0.10)	

CMYK percentages

%0
%18.7
%28.26
%9.8

Codes

Color #E6BBA5 in popluar color models

E6BBA5
RGB230187165
HSL20°56.52%77.45%
HSB/HSV20°28.26%90.20%
CMYK0.00%18.70%28.26%
9.80%

Color #E6BBA5 in popluar number systems.

HEXE6BBA5
Decimal230187165
Binary111001101011101110100101
Octal346273245

Shades and tints

Shades of #E6BBA5

#E6BBA5
(230,187,165)
#D2AA96
(210,170,150)
#BE9987
(190,153,135)
#AA8878
(170,136,120)
#967769
(150,119,105)
#82665A
(130,102,90)
#6E554B
(110,85,75)
#5A443C
(90,68,60)
#46332D
(70,51,45)
#32221E
(50,34,30)
#1E110F
(30,17,15)
#000000
(0,0,0)

Tints of #E6BBA5

#E6BBA5
(230,187,165)
#E8C1AD
(232,193,173)
#EAC7B5
(234,199,181)
#ECCDBD
(236,205,189)
#EED3C5
(238,211,197)
#F0D9CD
(240,217,205)
#F2DFD5
(242,223,213)
#F4E5DD
(244,229,221)
#F6EBE5
(246,235,229)
#F8F1ED
(248,241,237)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BBA5; }

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

This text font color is #E6BBA5.


Background Color

.myBgColor { background-color: #E6BBA5; }

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

This div background color is #E6BBA5.


Border color

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

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

This div border color is #E6BBA5.


Opacity

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

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

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

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

This text has shadow with #E6BBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BBA5 on black background.


Color preview on white background

This text has color #E6BBA5 on white background.



Black color preview on #E6BBA5 background

This text has black color on #E6BBA5 background.


White color preview on #E6BBA5 background

This text has white color on #E6BBA5 background.