COLOR #E6716B

HEX: #E6716B
RGB: (230,113,107)

Color info

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

RGB color model

#E6716B color RGB value is (230,113,107).

  • red value is 230;
  • green value is 113;
  • blue value is 107.
RGB:
(230,113,107)
(90%,44%,42%)

RGB channels and saturation

R 230 of 255 = 90%
G 113 of 255 = 44%
B 107 of 255 = 42%

230
113
107

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

Portions of RGB colors in percentages

R + G + B =
230 + 113 + 107 = 450 (100%)
R 230 of 450 ~ 51.11%
G 113 of 450 ~ 25.11%
B 107 of 450 ~ 23.78%

%51.11
%25.11
%23.78

CMYK color model

#E6716B color CMYK value is (0,51,53,10).

  • cyan value is 0.00%
  • magenta value is 50.87%
  • yellow value is 53.48%
  • key color value is 9.80%
CMYK:
(0,51,53,10)
C0M51Y53K10 
(0%,51%,53%,10%)
(0.00/0.51/0.53/0.10)	

CMYK percentages

%0
%50.87
%53.48
%9.8

Codes

Color #E6716B in popluar color models

E6716B
RGB230113107
HSL71.10%66.08%
HSB/HSV53.48%90.20%
CMYK0.00%50.87%53.48%
9.80%

Color #E6716B in popluar number systems.

HEXE6716B
Decimal230113107
Binary1110011011100011101011
Octal346161153

Shades and tints

Shades of #E6716B

#E6716B
(230,113,107)
#D26762
(210,103,98)
#BE5D59
(190,93,89)
#AA5350
(170,83,80)
#964947
(150,73,71)
#823F3E
(130,63,62)
#6E3535
(110,53,53)
#5A2B2C
(90,43,44)
#462123
(70,33,35)
#32171A
(50,23,26)
#1E0D11
(30,13,17)
#000000
(0,0,0)

Tints of #E6716B

#E6716B
(230,113,107)
#E87D78
(232,125,120)
#EA8985
(234,137,133)
#EC9592
(236,149,146)
#EEA19F
(238,161,159)
#F0ADAC
(240,173,172)
#F2B9B9
(242,185,185)
#F4C5C6
(244,197,198)
#F6D1D3
(246,209,211)
#F8DDE0
(248,221,224)
#FAE9ED
(250,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6716B color. Also use rgb(230,113,107) instead hex code.

Text Font Color

.myTextColor { color: #E6716B; }

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

This text font color is #E6716B.


Background Color

.myBgColor { background-color: #E6716B; }

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

This div background color is #E6716B.


Border color

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

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

This div border color is #E6716B.


Opacity

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

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

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

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

This text has shadow with #E6716B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6716B on black background.


Color preview on white background

This text has color #E6716B on white background.



Black color preview on #E6716B background

This text has black color on #E6716B background.


White color preview on #E6716B background

This text has white color on #E6716B background.