COLOR #E8697D

HEX: #E8697D
RGB: (232,105,125)

Color info

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

RGB color model

#E8697D color RGB value is (232,105,125).

  • red value is 232;
  • green value is 105;
  • blue value is 125.
RGB:
(232,105,125)
(91%,41%,49%)

RGB channels and saturation

R 232 of 255 = 91%
G 105 of 255 = 41%
B 125 of 255 = 49%

232
105
125

R + G + B ~ 60%. #E8697D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
232 + 105 + 125 = 462 (100%)
R 232 of 462 ~ 50.22%
G 105 of 462 ~ 22.73%
B 125 of 462 ~ 27.06%

%50.22
%22.73
%27.06

CMYK color model

#E8697D color CMYK value is (0,55,46,9).

  • cyan value is 0.00%
  • magenta value is 54.74%
  • yellow value is 46.12%
  • key color value is 9.02%
CMYK:
(0,55,46,9)
C0M55Y46K9 
(0%,55%,46%,9%)
(0.00/0.55/0.46/0.09)	

CMYK percentages

%0
%54.74
%46.12
%9.02

Codes

Color #E8697D in popluar color models

E8697D
RGB232105125
HSL351°73.41%66.08%
HSB/HSV351°54.74%90.98%
CMYK0.00%54.74%46.12%
9.02%

Color #E8697D in popluar number systems.

HEXE8697D
Decimal232105125
Binary1110100011010011111101
Octal350151175

Shades and tints

Shades of #E8697D

#E8697D
(232,105,125)
#D36072
(211,96,114)
#BE5767
(190,87,103)
#A94E5C
(169,78,92)
#944551
(148,69,81)
#7F3C46
(127,60,70)
#6A333B
(106,51,59)
#552A30
(85,42,48)
#402125
(64,33,37)
#2B181A
(43,24,26)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #E8697D

#E8697D
(232,105,125)
#EA7688
(234,118,136)
#EC8393
(236,131,147)
#EE909E
(238,144,158)
#F09DA9
(240,157,169)
#F2AAB4
(242,170,180)
#F4B7BF
(244,183,191)
#F6C4CA
(246,196,202)
#F8D1D5
(248,209,213)
#FADEE0
(250,222,224)
#FCEBEB
(252,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8697D color. Also use rgb(232,105,125) instead hex code.

Text Font Color

.myTextColor { color: #E8697D; }

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

This text font color is #E8697D.


Background Color

.myBgColor { background-color: #E8697D; }

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

This div background color is #E8697D.


Border color

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

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

This div border color is #E8697D.


Opacity

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

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

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

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

This text has shadow with #E8697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8697D on black background.


Color preview on white background

This text has color #E8697D on white background.



Black color preview on #E8697D background

This text has black color on #E8697D background.


White color preview on #E8697D background

This text has white color on #E8697D background.