COLOR #E7707B

HEX: #E7707B
RGB: (231,112,123)

Color info

#E7707B contains mainly red color. Web safe color of #E7707B is #FF6666 (or #F66).

RGB color model

#E7707B color RGB value is (231,112,123).

  • red value is 231;
  • green value is 112;
  • blue value is 123.
RGB:
(231,112,123)
(91%,44%,48%)

RGB channels and saturation

R 231 of 255 = 91%
G 112 of 255 = 44%
B 123 of 255 = 48%

231
112
123

R + G + B ~ 61%. #E7707B is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 112 + 123 = 466 (100%)
R 231 of 466 ~ 49.57%
G 112 of 466 ~ 24.03%
B 123 of 466 ~ 26.39%

%49.57
%24.03
%26.39

CMYK color model

#E7707B color CMYK value is (0,52,47,9).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 46.75%
  • key color value is 9.41%
CMYK:
(0,52,47,9)
C0M52Y47K9 
(0%,52%,47%,9%)
(0.00/0.52/0.47/0.09)	

CMYK percentages

%0
%51.52
%46.75
%9.41

Codes

Color #E7707B in popluar color models

E7707B
RGB231112123
HSL354°71.26%67.25%
HSB/HSV354°51.52%90.59%
CMYK0.00%51.52%46.75%
9.41%

Color #E7707B in popluar number systems.

HEXE7707B
Decimal231112123
Binary1110011111100001111011
Octal347160173

Shades and tints

Shades of #E7707B

#E7707B
(231,112,123)
#D26670
(210,102,112)
#BD5C65
(189,92,101)
#A8525A
(168,82,90)
#93484F
(147,72,79)
#7E3E44
(126,62,68)
#693439
(105,52,57)
#542A2E
(84,42,46)
#3F2023
(63,32,35)
#2A1618
(42,22,24)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #E7707B

#E7707B
(231,112,123)
#E97D87
(233,125,135)
#EB8A93
(235,138,147)
#ED979F
(237,151,159)
#EFA4AB
(239,164,171)
#F1B1B7
(241,177,183)
#F3BEC3
(243,190,195)
#F5CBCF
(245,203,207)
#F7D8DB
(247,216,219)
#F9E5E7
(249,229,231)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7707B color. Also use rgb(231,112,123) instead hex code.

Text Font Color

.myTextColor { color: #E7707B; }

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

This text font color is #E7707B.


Background Color

.myBgColor { background-color: #E7707B; }

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

This div background color is #E7707B.


Border color

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

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

This div border color is #E7707B.


Opacity

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

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

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

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

This text has shadow with #E7707B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7707B on black background.


Color preview on white background

This text has color #E7707B on white background.



Black color preview on #E7707B background

This text has black color on #E7707B background.


White color preview on #E7707B background

This text has white color on #E7707B background.