COLOR #E6807B

HEX: #E6807B
RGB: (230,128,123)

Color info

#E6807B contains mainly red color. Web safe color of #E6807B is #CC6666 (or #C66).

RGB color model

#E6807B color RGB value is (230,128,123).

  • red value is 230;
  • green value is 128;
  • blue value is 123.
RGB:
(230,128,123)
(90%,50%,48%)

RGB channels and saturation

R 230 of 255 = 90%
G 128 of 255 = 50%
B 123 of 255 = 48%

230
128
123

R + G + B ~ 63%. #E6807B is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 128 + 123 = 481 (100%)
R 230 of 481 ~ 47.82%
G 128 of 481 ~ 26.61%
B 123 of 481 ~ 25.57%

%47.82
%26.61
%25.57

CMYK color model

#E6807B color CMYK value is (0,44,47,10).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 46.52%
  • key color value is 9.80%
CMYK:
(0,44,47,10)
C0M44Y47K10 
(0%,44%,47%,10%)
(0.00/0.44/0.47/0.10)	

CMYK percentages

%0
%44.35
%46.52
%9.8

Codes

Color #E6807B in popluar color models

E6807B
RGB230128123
HSL68.15%69.22%
HSB/HSV46.52%90.20%
CMYK0.00%44.35%46.52%
9.80%

Color #E6807B in popluar number systems.

HEXE6807B
Decimal230128123
Binary11100110100000001111011
Octal346200173

Shades and tints

Shades of #E6807B

#E6807B
(230,128,123)
#D27570
(210,117,112)
#BE6A65
(190,106,101)
#AA5F5A
(170,95,90)
#96544F
(150,84,79)
#824944
(130,73,68)
#6E3E39
(110,62,57)
#5A332E
(90,51,46)
#462823
(70,40,35)
#321D18
(50,29,24)
#1E120D
(30,18,13)
#000000
(0,0,0)

Tints of #E6807B

#E6807B
(230,128,123)
#E88B87
(232,139,135)
#EA9693
(234,150,147)
#ECA19F
(236,161,159)
#EEACAB
(238,172,171)
#F0B7B7
(240,183,183)
#F2C2C3
(242,194,195)
#F4CDCF
(244,205,207)
#F6D8DB
(246,216,219)
#F8E3E7
(248,227,231)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6807B color. Also use rgb(230,128,123) instead hex code.

Text Font Color

.myTextColor { color: #E6807B; }

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

This text font color is #E6807B.


Background Color

.myBgColor { background-color: #E6807B; }

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

This div background color is #E6807B.


Border color

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

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

This div border color is #E6807B.


Opacity

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

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

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

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

This text has shadow with #E6807B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6807B on black background.


Color preview on white background

This text has color #E6807B on white background.



Black color preview on #E6807B background

This text has black color on #E6807B background.


White color preview on #E6807B background

This text has white color on #E6807B background.