COLOR #E0BFAA

HEX: #E0BFAA
RGB: (224,191,170)

Color info

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

RGB color model

#E0BFAA color RGB value is (224,191,170).

  • red value is 224;
  • green value is 191;
  • blue value is 170.
RGB:
(224,191,170)
(88%,75%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 191 of 255 = 75%
B 170 of 255 = 67%

224
191
170

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

Portions of RGB colors in percentages

R + G + B =
224 + 191 + 170 = 585 (100%)
R 224 of 585 ~ 38.29%
G 191 of 585 ~ 32.65%
B 170 of 585 ~ 29.06%

%38.29
%32.65
%29.06

CMYK color model

#E0BFAA color CMYK value is (0,15,24,12).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(0,15,24,12)
C0M15Y24K12 
(0%,15%,24%,12%)
(0.00/0.15/0.24/0.12)	

CMYK percentages

%0
%14.73
%24.11
%12.16

Codes

Color #E0BFAA in popluar color models

E0BFAA
RGB224191170
HSL23°46.55%77.25%
HSB/HSV23°24.11%87.84%
CMYK0.00%14.73%24.11%
12.16%

Color #E0BFAA in popluar number systems.

HEXE0BFAA
Decimal224191170
Binary111000001011111110101010
Octal340277252

Shades and tints

Shades of #E0BFAA

#E0BFAA
(224,191,170)
#CCAE9B
(204,174,155)
#B89D8C
(184,157,140)
#A48C7D
(164,140,125)
#907B6E
(144,123,110)
#7C6A5F
(124,106,95)
#685950
(104,89,80)
#544841
(84,72,65)
#403732
(64,55,50)
#2C2623
(44,38,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #E0BFAA

#E0BFAA
(224,191,170)
#E2C4B1
(226,196,177)
#E4C9B8
(228,201,184)
#E6CEBF
(230,206,191)
#E8D3C6
(232,211,198)
#EAD8CD
(234,216,205)
#ECDDD4
(236,221,212)
#EEE2DB
(238,226,219)
#F0E7E2
(240,231,226)
#F2ECE9
(242,236,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BFAA color. Also use rgb(224,191,170) instead hex code.

Text Font Color

.myTextColor { color: #E0BFAA; }

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

This text font color is #E0BFAA.


Background Color

.myBgColor { background-color: #E0BFAA; }

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

This div background color is #E0BFAA.


Border color

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

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

This div border color is #E0BFAA.


Opacity

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

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

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

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

This text has shadow with #E0BFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BFAA on black background.


Color preview on white background

This text has color #E0BFAA on white background.



Black color preview on #E0BFAA background

This text has black color on #E0BFAA background.


White color preview on #E0BFAA background

This text has white color on #E0BFAA background.