COLOR #E7A198

HEX: #E7A198 RGB: (231,161,152)

Color info

#E7A198 contains mainly red color. Web safe color of #E7A198 is #FF9999 (or #F99).

RGB color model

#E7A198 color RGB value is (231,161,152).

RGB: (231,161,152) (91%, 63%, 60%)

RGB channels and saturation

R 231 of 255 = 91%
G 161 of 255 = 63%
B 152 of 255 = 60%

231
161
152

R + G + B ~ 71%. #E7A198 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 161 + 152 = 544 (100%)
R 231 of 544 ~ 42.46%
G 161 of 544 ~ 29.6%
B 152 of 544 ~ 27.94'%

%42.46
%29.6
%27.94

CMYK color model

#E7A198 color CMYK value is (0,30,34,9).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 34.20%
  • key color value is 9.41%
CMYK: (0,30,34,9) C0M30Y34K9 (0%,30%,34%,9%) (0.00/0.30/0.34/0.09) 

CMYK percentages

%0
%30.3
%34.2
%9.41

Codes

Color #E7A198 in popluar color models

E7 A1 98
RGB 231 161 152
HSL 62.20% 75.10%
HSB/HSV 34.20% 90.59%
CMYK 0.00% 30.30% 34.20%
9.41%

Color #E7A198 in popluar number systems.

HEX E7 A1 98
Decimal 231 161 152
Binary 11100111 10100001 10011000
Octal 347 241 230

Shades and tints

Shades of #E7A198

#E7A198
(231,161,152)
#D2938B
(210,147,139)
#BD857E
(189,133,126)
#A87771
(168,119,113)
#936964
(147,105,100)
#7E5B57
(126,91,87)
#694D4A
(105,77,74)
#543F3D
(84,63,61)
#3F3130
(63,49,48)
#2A2323
(42,35,35)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #E7A198

#E7A198
(231,161,152)
#E9A9A1
(233,169,161)
#EBB1AA
(235,177,170)
#EDB9B3
(237,185,179)
#EFC1BC
(239,193,188)
#F1C9C5
(241,201,197)
#F3D1CE
(243,209,206)
#F5D9D7
(245,217,215)
#F7E1E0
(247,225,224)
#F9E9E9
(249,233,233)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A198 color. Also use rgb(231,161,152) instead hex code.

Text Font Color

.myTextColor { color: #E7A198; }

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

This text font color is #E7A198.

Background Color

.myBgColor { background-color: #E7A198; }

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

This div background color is #E7A198.

Border color

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

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

This div border color is #E7A198.

Opacity

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

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

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

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

This text has shadow with #E7A198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A198.

Preview

Color preview on black background

This text has color #E7A198 on black background.


Color preview on white background

This text has color #E7A198 on white background.


Black color preview on #E7A198 background

This text has black color on #E7A198 background.


White color preview on #E7A198 background

This text has white color on #E7A198 background.


Related colors

Complementary color

Complementary color for #hex is #185E67.


I love getcolorcode.com

Triadic colors

1 #98E7A1 and #A198E7 with #E7A198 are triadic colors.

2 #98A1E7 and #A1E798 with #E7A198 are triadic colors.