COLOR #E97E9B

HEX: #E97E9B
RGB: (233,126,155)

Color info

#E97E9B contains mainly red color. Web safe color of #E97E9B is #FF6699 (or #F69).

RGB color model

#E97E9B color RGB value is (233,126,155).

  • red value is 233;
  • green value is 126;
  • blue value is 155.
RGB:
(233,126,155)
(91%,49%,61%)

RGB channels and saturation

R 233 of 255 = 91%
G 126 of 255 = 49%
B 155 of 255 = 61%

233
126
155

R + G + B ~ 67%. #E97E9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 126 + 155 = 514 (100%)
R 233 of 514 ~ 45.33%
G 126 of 514 ~ 24.51%
B 155 of 514 ~ 30.16%

%45.33
%24.51
%30.16

CMYK color model

#E97E9B color CMYK value is (0,46,33,9).

  • cyan value is 0.00%
  • magenta value is 45.92%
  • yellow value is 33.48%
  • key color value is 8.63%
CMYK:
(0,46,33,9)
C0M46Y33K9 
(0%,46%,33%,9%)
(0.00/0.46/0.33/0.09)	

CMYK percentages

%0
%45.92
%33.48
%8.63

Codes

Color #E97E9B in popluar color models

E97E9B
RGB233126155
HSL344°70.86%70.39%
HSB/HSV344°45.92%91.37%
CMYK0.00%45.92%33.48%
8.63%

Color #E97E9B in popluar number systems.

HEXE97E9B
Decimal233126155
Binary11101001111111010011011
Octal351176233

Shades and tints

Shades of #E97E9B

#E97E9B
(233,126,155)
#D4738D
(212,115,141)
#BF687F
(191,104,127)
#AA5D71
(170,93,113)
#955263
(149,82,99)
#804755
(128,71,85)
#6B3C47
(107,60,71)
#563139
(86,49,57)
#41262B
(65,38,43)
#2C1B1D
(44,27,29)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #E97E9B

#E97E9B
(233,126,155)
#EB89A4
(235,137,164)
#ED94AD
(237,148,173)
#EF9FB6
(239,159,182)
#F1AABF
(241,170,191)
#F3B5C8
(243,181,200)
#F5C0D1
(245,192,209)
#F7CBDA
(247,203,218)
#F9D6E3
(249,214,227)
#FBE1EC
(251,225,236)
#FDECF5
(253,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E97E9B color. Also use rgb(233,126,155) instead hex code.

Text Font Color

.myTextColor { color: #E97E9B; }

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

This text font color is #E97E9B.


Background Color

.myBgColor { background-color: #E97E9B; }

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

This div background color is #E97E9B.


Border color

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

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

This div border color is #E97E9B.


Opacity

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

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

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

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

This text has shadow with #E97E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E97E9B on black background.


Color preview on white background

This text has color #E97E9B on white background.



Black color preview on #E97E9B background

This text has black color on #E97E9B background.


White color preview on #E97E9B background

This text has white color on #E97E9B background.