COLOR #E3B3AD

HEX: #E3B3AD
RGB: (227,179,173)

Color info

#E3B3AD contains red, green and blue colors in about the same proportion. Web safe color of #E3B3AD is #CC9999 (or #C99).

RGB color model

#E3B3AD color RGB value is (227,179,173).

  • red value is 227;
  • green value is 179;
  • blue value is 173.
RGB:
(227,179,173)
(89%,70%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 179 of 255 = 70%
B 173 of 255 = 68%

227
179
173

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

Portions of RGB colors in percentages

R + G + B =
227 + 179 + 173 = 579 (100%)
R 227 of 579 ~ 39.21%
G 179 of 579 ~ 30.92%
B 173 of 579 ~ 29.88%

%39.21
%30.92
%29.88

CMYK color model

#E3B3AD color CMYK value is (0,21,24,11).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(0,21,24,11)
C0M21Y24K11 
(0%,21%,24%,11%)
(0.00/0.21/0.24/0.11)	

CMYK percentages

%0
%21.15
%23.79
%10.98

Codes

Color #E3B3AD in popluar color models

E3B3AD
RGB227179173
HSL49.09%78.43%
HSB/HSV23.79%89.02%
CMYK0.00%21.15%23.79%
10.98%

Color #E3B3AD in popluar number systems.

HEXE3B3AD
Decimal227179173
Binary111000111011001110101101
Octal343263255

Shades and tints

Shades of #E3B3AD

#E3B3AD
(227,179,173)
#CFA39E
(207,163,158)
#BB938F
(187,147,143)
#A78380
(167,131,128)
#937371
(147,115,113)
#7F6362
(127,99,98)
#6B5353
(107,83,83)
#574344
(87,67,68)
#433335
(67,51,53)
#2F2326
(47,35,38)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #E3B3AD

#E3B3AD
(227,179,173)
#E5B9B4
(229,185,180)
#E7BFBB
(231,191,187)
#E9C5C2
(233,197,194)
#EBCBC9
(235,203,201)
#EDD1D0
(237,209,208)
#EFD7D7
(239,215,215)
#F1DDDE
(241,221,222)
#F3E3E5
(243,227,229)
#F5E9EC
(245,233,236)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B3AD color. Also use rgb(227,179,173) instead hex code.

Text Font Color

.myTextColor { color: #E3B3AD; }

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

This text font color is #E3B3AD.


Background Color

.myBgColor { background-color: #E3B3AD; }

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

This div background color is #E3B3AD.


Border color

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

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

This div border color is #E3B3AD.


Opacity

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

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

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

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

This text has shadow with #E3B3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B3AD on black background.


Color preview on white background

This text has color #E3B3AD on white background.



Black color preview on #E3B3AD background

This text has black color on #E3B3AD background.


White color preview on #E3B3AD background

This text has white color on #E3B3AD background.