COLOR #E797C8

HEX: #E797C8
RGB: (231,151,200)

Color info

#E797C8 contains mainly red and blue colors. Web safe color of #E797C8 is #FF99CC (or #F9C).

RGB color model

#E797C8 color RGB value is (231,151,200).

  • red value is 231;
  • green value is 151;
  • blue value is 200.
RGB:
(231,151,200)
(91%,59%,78%)

RGB channels and saturation

R 231 of 255 = 91%
G 151 of 255 = 59%
B 200 of 255 = 78%

231
151
200

R + G + B ~ 76%. #E797C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 151 + 200 = 582 (100%)
R 231 of 582 ~ 39.69%
G 151 of 582 ~ 25.95%
B 200 of 582 ~ 34.36%

%39.69
%25.95
%34.36

CMYK color model

#E797C8 color CMYK value is (0,35,13,9).

  • cyan value is 0.00%
  • magenta value is 34.63%
  • yellow value is 13.42%
  • key color value is 9.41%
CMYK:
(0,35,13,9)
C0M35Y13K9 
(0%,35%,13%,9%)
(0.00/0.35/0.13/0.09)	

CMYK percentages

%0
%34.63
%13.42
%9.41

Codes

Color #E797C8 in popluar color models

E797C8
RGB231151200
HSL323°62.50%74.90%
HSB/HSV323°34.63%90.59%
CMYK0.00%34.63%13.42%
9.41%

Color #E797C8 in popluar number systems.

HEXE797C8
Decimal231151200
Binary111001111001011111001000
Octal347227310

Shades and tints

Shades of #E797C8

#E797C8
(231,151,200)
#D28AB6
(210,138,182)
#BD7DA4
(189,125,164)
#A87092
(168,112,146)
#936380
(147,99,128)
#7E566E
(126,86,110)
#69495C
(105,73,92)
#543C4A
(84,60,74)
#3F2F38
(63,47,56)
#2A2226
(42,34,38)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #E797C8

#E797C8
(231,151,200)
#E9A0CD
(233,160,205)
#EBA9D2
(235,169,210)
#EDB2D7
(237,178,215)
#EFBBDC
(239,187,220)
#F1C4E1
(241,196,225)
#F3CDE6
(243,205,230)
#F5D6EB
(245,214,235)
#F7DFF0
(247,223,240)
#F9E8F5
(249,232,245)
#FBF1FA
(251,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E797C8 color. Also use rgb(231,151,200) instead hex code.

Text Font Color

.myTextColor { color: #E797C8; }

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

This text font color is #E797C8.


Background Color

.myBgColor { background-color: #E797C8; }

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

This div background color is #E797C8.


Border color

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

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

This div border color is #E797C8.


Opacity

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

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

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

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

This text has shadow with #E797C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E797C8 on black background.


Color preview on white background

This text has color #E797C8 on white background.



Black color preview on #E797C8 background

This text has black color on #E797C8 background.


White color preview on #E797C8 background

This text has white color on #E797C8 background.