COLOR #E98D97

HEX: #E98D97
RGB: (233,141,151)

Color info

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

RGB color model

#E98D97 color RGB value is (233,141,151).

  • red value is 233;
  • green value is 141;
  • blue value is 151.
RGB:
(233,141,151)
(91%,55%,59%)

RGB channels and saturation

R 233 of 255 = 91%
G 141 of 255 = 55%
B 151 of 255 = 59%

233
141
151

R + G + B ~ 68%. #E98D97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 141 + 151 = 525 (100%)
R 233 of 525 ~ 44.38%
G 141 of 525 ~ 26.86%
B 151 of 525 ~ 28.76%

%44.38
%26.86
%28.76

CMYK color model

#E98D97 color CMYK value is (0,39,35,9).

  • cyan value is 0.00%
  • magenta value is 39.48%
  • yellow value is 35.19%
  • key color value is 8.63%
CMYK:
(0,39,35,9)
C0M39Y35K9 
(0%,39%,35%,9%)
(0.00/0.39/0.35/0.09)	

CMYK percentages

%0
%39.48
%35.19
%8.63

Codes

Color #E98D97 in popluar color models

E98D97
RGB233141151
HSL353°67.65%73.33%
HSB/HSV353°39.48%91.37%
CMYK0.00%39.48%35.19%
8.63%

Color #E98D97 in popluar number systems.

HEXE98D97
Decimal233141151
Binary111010011000110110010111
Octal351215227

Shades and tints

Shades of #E98D97

#E98D97
(233,141,151)
#D4818A
(212,129,138)
#BF757D
(191,117,125)
#AA6970
(170,105,112)
#955D63
(149,93,99)
#805156
(128,81,86)
#6B4549
(107,69,73)
#56393C
(86,57,60)
#412D2F
(65,45,47)
#2C2122
(44,33,34)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #E98D97

#E98D97
(233,141,151)
#EB97A0
(235,151,160)
#EDA1A9
(237,161,169)
#EFABB2
(239,171,178)
#F1B5BB
(241,181,187)
#F3BFC4
(243,191,196)
#F5C9CD
(245,201,205)
#F7D3D6
(247,211,214)
#F9DDDF
(249,221,223)
#FBE7E8
(251,231,232)
#FDF1F1
(253,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E98D97 color. Also use rgb(233,141,151) instead hex code.

Text Font Color

.myTextColor { color: #E98D97; }

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

This text font color is #E98D97.


Background Color

.myBgColor { background-color: #E98D97; }

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

This div background color is #E98D97.


Border color

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

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

This div border color is #E98D97.


Opacity

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

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

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

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

This text has shadow with #E98D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98D97 on black background.


Color preview on white background

This text has color #E98D97 on white background.



Black color preview on #E98D97 background

This text has black color on #E98D97 background.


White color preview on #E98D97 background

This text has white color on #E98D97 background.