COLOR #E3AD94

HEX: #E3AD94
RGB: (227,173,148)

Color info

#E3AD94 contains mainly red and green colors. Web safe color of #E3AD94 is #CC9999 (or #C99).

RGB color model

#E3AD94 color RGB value is (227,173,148).

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

RGB channels and saturation

R 227 of 255 = 89%
G 173 of 255 = 68%
B 148 of 255 = 58%

227
173
148

R + G + B ~ 72%. #E3AD94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 173 + 148 = 548 (100%)
R 227 of 548 ~ 41.42%
G 173 of 548 ~ 31.57%
B 148 of 548 ~ 27.01%

%41.42
%31.57
%27.01

CMYK color model

#E3AD94 color CMYK value is (0,24,35,11).

  • cyan value is 0.00%
  • magenta value is 23.79%
  • yellow value is 34.80%
  • key color value is 10.98%
CMYK:
(0,24,35,11)
C0M24Y35K11 
(0%,24%,35%,11%)
(0.00/0.24/0.35/0.11)	

CMYK percentages

%0
%23.79
%34.8
%10.98

Codes

Color #E3AD94 in popluar color models

E3AD94
RGB227173148
HSL19°58.52%73.53%
HSB/HSV19°34.80%89.02%
CMYK0.00%23.79%34.80%
10.98%

Color #E3AD94 in popluar number systems.

HEXE3AD94
Decimal227173148
Binary111000111010110110010100
Octal343255224

Shades and tints

Shades of #E3AD94

#E3AD94
(227,173,148)
#CF9E87
(207,158,135)
#BB8F7A
(187,143,122)
#A7806D
(167,128,109)
#937160
(147,113,96)
#7F6253
(127,98,83)
#6B5346
(107,83,70)
#574439
(87,68,57)
#43352C
(67,53,44)
#2F261F
(47,38,31)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #E3AD94

#E3AD94
(227,173,148)
#E5B49D
(229,180,157)
#E7BBA6
(231,187,166)
#E9C2AF
(233,194,175)
#EBC9B8
(235,201,184)
#EDD0C1
(237,208,193)
#EFD7CA
(239,215,202)
#F1DED3
(241,222,211)
#F3E5DC
(243,229,220)
#F5ECE5
(245,236,229)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AD94; }

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

This text font color is #E3AD94.


Background Color

.myBgColor { background-color: #E3AD94; }

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

This div background color is #E3AD94.


Border color

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

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

This div border color is #E3AD94.


Opacity

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

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

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

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

This text has shadow with #E3AD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AD94 on black background.


Color preview on white background

This text has color #E3AD94 on white background.



Black color preview on #E3AD94 background

This text has black color on #E3AD94 background.


White color preview on #E3AD94 background

This text has white color on #E3AD94 background.