COLOR #E6807D

HEX: #E6807D
RGB: (230,128,125)

Color info

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

RGB color model

#E6807D color RGB value is (230,128,125).

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

RGB channels and saturation

R 230 of 255 = 90%
G 128 of 255 = 50%
B 125 of 255 = 49%

230
128
125

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

Portions of RGB colors in percentages

R + G + B =
230 + 128 + 125 = 483 (100%)
R 230 of 483 ~ 47.62%
G 128 of 483 ~ 26.5%
B 125 of 483 ~ 25.88%

%47.62
%26.5
%25.88

CMYK color model

#E6807D color CMYK value is (0,44,46,10).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 45.65%
  • key color value is 9.80%
CMYK:
(0,44,46,10)
C0M44Y46K10 
(0%,44%,46%,10%)
(0.00/0.44/0.46/0.10)	

CMYK percentages

%0
%44.35
%45.65
%9.8

Codes

Color #E6807D in popluar color models

E6807D
RGB230128125
HSL67.74%69.61%
HSB/HSV45.65%90.20%
CMYK0.00%44.35%45.65%
9.80%

Color #E6807D in popluar number systems.

HEXE6807D
Decimal230128125
Binary11100110100000001111101
Octal346200175

Shades and tints

Shades of #E6807D

#E6807D
(230,128,125)
#D27572
(210,117,114)
#BE6A67
(190,106,103)
#AA5F5C
(170,95,92)
#965451
(150,84,81)
#824946
(130,73,70)
#6E3E3B
(110,62,59)
#5A3330
(90,51,48)
#462825
(70,40,37)
#321D1A
(50,29,26)
#1E120F
(30,18,15)
#000000
(0,0,0)

Tints of #E6807D

#E6807D
(230,128,125)
#E88B88
(232,139,136)
#EA9693
(234,150,147)
#ECA19E
(236,161,158)
#EEACA9
(238,172,169)
#F0B7B4
(240,183,180)
#F2C2BF
(242,194,191)
#F4CDCA
(244,205,202)
#F6D8D5
(246,216,213)
#F8E3E0
(248,227,224)
#FAEEEB
(250,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6807D; }

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

This text font color is #E6807D.


Background Color

.myBgColor { background-color: #E6807D; }

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

This div background color is #E6807D.


Border color

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

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

This div border color is #E6807D.


Opacity

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

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

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

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

This text has shadow with #E6807D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6807D on black background.


Color preview on white background

This text has color #E6807D on white background.



Black color preview on #E6807D background

This text has black color on #E6807D background.


White color preview on #E6807D background

This text has white color on #E6807D background.