COLOR #E7909C

HEX: #E7909C
RGB: (231,144,156)

Color info

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

RGB color model

#E7909C color RGB value is (231,144,156).

  • red value is 231;
  • green value is 144;
  • blue value is 156.
RGB:
(231,144,156)
(91%,56%,61%)

RGB channels and saturation

R 231 of 255 = 91%
G 144 of 255 = 56%
B 156 of 255 = 61%

231
144
156

R + G + B ~ 69%. #E7909C is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 144 + 156 = 531 (100%)
R 231 of 531 ~ 43.5%
G 144 of 531 ~ 27.12%
B 156 of 531 ~ 29.38%

%43.5
%27.12
%29.38

CMYK color model

#E7909C color CMYK value is (0,38,32,9).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 32.47%
  • key color value is 9.41%
CMYK:
(0,38,32,9)
C0M38Y32K9 
(0%,38%,32%,9%)
(0.00/0.38/0.32/0.09)	

CMYK percentages

%0
%37.66
%32.47
%9.41

Codes

Color #E7909C in popluar color models

E7909C
RGB231144156
HSL352°64.44%73.53%
HSB/HSV352°37.66%90.59%
CMYK0.00%37.66%32.47%
9.41%

Color #E7909C in popluar number systems.

HEXE7909C
Decimal231144156
Binary111001111001000010011100
Octal347220234

Shades and tints

Shades of #E7909C

#E7909C
(231,144,156)
#D2838E
(210,131,142)
#BD7680
(189,118,128)
#A86972
(168,105,114)
#935C64
(147,92,100)
#7E4F56
(126,79,86)
#694248
(105,66,72)
#54353A
(84,53,58)
#3F282C
(63,40,44)
#2A1B1E
(42,27,30)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #E7909C

#E7909C
(231,144,156)
#E99AA5
(233,154,165)
#EBA4AE
(235,164,174)
#EDAEB7
(237,174,183)
#EFB8C0
(239,184,192)
#F1C2C9
(241,194,201)
#F3CCD2
(243,204,210)
#F5D6DB
(245,214,219)
#F7E0E4
(247,224,228)
#F9EAED
(249,234,237)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7909C color. Also use rgb(231,144,156) instead hex code.

Text Font Color

.myTextColor { color: #E7909C; }

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

This text font color is #E7909C.


Background Color

.myBgColor { background-color: #E7909C; }

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

This div background color is #E7909C.


Border color

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

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

This div border color is #E7909C.


Opacity

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

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

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

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

This text has shadow with #E7909C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7909C on black background.


Color preview on white background

This text has color #E7909C on white background.



Black color preview on #E7909C background

This text has black color on #E7909C background.


White color preview on #E7909C background

This text has white color on #E7909C background.