COLOR #E6BBAF

HEX: #E6BBAF
RGB: (230,187,175)

Color info

#E6BBAF contains red, green and blue colors in about the same proportion. Web safe color of #E6BBAF is #CCCC99 (or #CC9).

RGB color model

#E6BBAF color RGB value is (230,187,175).

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

RGB channels and saturation

R 230 of 255 = 90%
G 187 of 255 = 73%
B 175 of 255 = 69%

230
187
175

R + G + B ~ 77%. #E6BBAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 187 + 175 = 592 (100%)
R 230 of 592 ~ 38.85%
G 187 of 592 ~ 31.59%
B 175 of 592 ~ 29.56%

%38.85
%31.59
%29.56

CMYK color model

#E6BBAF color CMYK value is (0,19,24,10).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 23.91%
  • key color value is 9.80%
CMYK:
(0,19,24,10)
C0M19Y24K10 
(0%,19%,24%,10%)
(0.00/0.19/0.24/0.10)	

CMYK percentages

%0
%18.7
%23.91
%9.8

Codes

Color #E6BBAF in popluar color models

E6BBAF
RGB230187175
HSL13°52.38%79.41%
HSB/HSV13°23.91%90.20%
CMYK0.00%18.70%23.91%
9.80%

Color #E6BBAF in popluar number systems.

HEXE6BBAF
Decimal230187175
Binary111001101011101110101111
Octal346273257

Shades and tints

Shades of #E6BBAF

#E6BBAF
(230,187,175)
#D2AAA0
(210,170,160)
#BE9991
(190,153,145)
#AA8882
(170,136,130)
#967773
(150,119,115)
#826664
(130,102,100)
#6E5555
(110,85,85)
#5A4446
(90,68,70)
#463337
(70,51,55)
#322228
(50,34,40)
#1E1119
(30,17,25)
#000000
(0,0,0)

Tints of #E6BBAF

#E6BBAF
(230,187,175)
#E8C1B6
(232,193,182)
#EAC7BD
(234,199,189)
#ECCDC4
(236,205,196)
#EED3CB
(238,211,203)
#F0D9D2
(240,217,210)
#F2DFD9
(242,223,217)
#F4E5E0
(244,229,224)
#F6EBE7
(246,235,231)
#F8F1EE
(248,241,238)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BBAF; }

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

This text font color is #E6BBAF.


Background Color

.myBgColor { background-color: #E6BBAF; }

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

This div background color is #E6BBAF.


Border color

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

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

This div border color is #E6BBAF.


Opacity

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

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

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

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

This text has shadow with #E6BBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BBAF on black background.


Color preview on white background

This text has color #E6BBAF on white background.



Black color preview on #E6BBAF background

This text has black color on #E6BBAF background.


White color preview on #E6BBAF background

This text has white color on #E6BBAF background.