COLOR #E7997A

HEX: #E7997A
RGB: (231,153,122)

Color info

#E7997A contains mainly red color. Web safe color of #E7997A is #FF9966 (or #F96).

RGB color model

#E7997A color RGB value is (231,153,122).

  • red value is 231;
  • green value is 153;
  • blue value is 122.
RGB:
(231,153,122)
(91%,60%,48%)

RGB channels and saturation

R 231 of 255 = 91%
G 153 of 255 = 60%
B 122 of 255 = 48%

231
153
122

R + G + B ~ 66%. #E7997A is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 153 + 122 = 506 (100%)
R 231 of 506 ~ 45.65%
G 153 of 506 ~ 30.24%
B 122 of 506 ~ 24.11%

%45.65
%30.24
%24.11

CMYK color model

#E7997A color CMYK value is (0,34,47,9).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 47.19%
  • key color value is 9.41%
CMYK:
(0,34,47,9)
C0M34Y47K9 
(0%,34%,47%,9%)
(0.00/0.34/0.47/0.09)	

CMYK percentages

%0
%33.77
%47.19
%9.41

Codes

Color #E7997A in popluar color models

E7997A
RGB231153122
HSL17°69.43%69.22%
HSB/HSV17°47.19%90.59%
CMYK0.00%33.77%47.19%
9.41%

Color #E7997A in popluar number systems.

HEXE7997A
Decimal231153122
Binary11100111100110011111010
Octal347231172

Shades and tints

Shades of #E7997A

#E7997A
(231,153,122)
#D28C6F
(210,140,111)
#BD7F64
(189,127,100)
#A87259
(168,114,89)
#93654E
(147,101,78)
#7E5843
(126,88,67)
#694B38
(105,75,56)
#543E2D
(84,62,45)
#3F3122
(63,49,34)
#2A2417
(42,36,23)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #E7997A

#E7997A
(231,153,122)
#E9A286
(233,162,134)
#EBAB92
(235,171,146)
#EDB49E
(237,180,158)
#EFBDAA
(239,189,170)
#F1C6B6
(241,198,182)
#F3CFC2
(243,207,194)
#F5D8CE
(245,216,206)
#F7E1DA
(247,225,218)
#F9EAE6
(249,234,230)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7997A color. Also use rgb(231,153,122) instead hex code.

Text Font Color

.myTextColor { color: #E7997A; }

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

This text font color is #E7997A.


Background Color

.myBgColor { background-color: #E7997A; }

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

This div background color is #E7997A.


Border color

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

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

This div border color is #E7997A.


Opacity

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

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

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

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

This text has shadow with #E7997A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7997A on black background.


Color preview on white background

This text has color #E7997A on white background.



Black color preview on #E7997A background

This text has black color on #E7997A background.


White color preview on #E7997A background

This text has white color on #E7997A background.