COLOR #E68B6B

HEX: #E68B6B
RGB: (230,139,107)

Color info

#E68B6B contains mainly red color. Web safe color of #E68B6B is #CC9966 (or #C96).

RGB color model

#E68B6B color RGB value is (230,139,107).

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

RGB channels and saturation

R 230 of 255 = 90%
G 139 of 255 = 55%
B 107 of 255 = 42%

230
139
107

R + G + B ~ 62%. #E68B6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 139 + 107 = 476 (100%)
R 230 of 476 ~ 48.32%
G 139 of 476 ~ 29.2%
B 107 of 476 ~ 22.48%

%48.32
%29.2
%22.48

CMYK color model

#E68B6B color CMYK value is (0,40,53,10).

  • cyan value is 0.00%
  • magenta value is 39.57%
  • yellow value is 53.48%
  • key color value is 9.80%
CMYK:
(0,40,53,10)
C0M40Y53K10 
(0%,40%,53%,10%)
(0.00/0.40/0.53/0.10)	

CMYK percentages

%0
%39.57
%53.48
%9.8

Codes

Color #E68B6B in popluar color models

E68B6B
RGB230139107
HSL16°71.10%66.08%
HSB/HSV16°53.48%90.20%
CMYK0.00%39.57%53.48%
9.80%

Color #E68B6B in popluar number systems.

HEXE68B6B
Decimal230139107
Binary11100110100010111101011
Octal346213153

Shades and tints

Shades of #E68B6B

#E68B6B
(230,139,107)
#D27F62
(210,127,98)
#BE7359
(190,115,89)
#AA6750
(170,103,80)
#965B47
(150,91,71)
#824F3E
(130,79,62)
#6E4335
(110,67,53)
#5A372C
(90,55,44)
#462B23
(70,43,35)
#321F1A
(50,31,26)
#1E1311
(30,19,17)
#000000
(0,0,0)

Tints of #E68B6B

#E68B6B
(230,139,107)
#E89578
(232,149,120)
#EA9F85
(234,159,133)
#ECA992
(236,169,146)
#EEB39F
(238,179,159)
#F0BDAC
(240,189,172)
#F2C7B9
(242,199,185)
#F4D1C6
(244,209,198)
#F6DBD3
(246,219,211)
#F8E5E0
(248,229,224)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68B6B; }

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

This text font color is #E68B6B.


Background Color

.myBgColor { background-color: #E68B6B; }

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

This div background color is #E68B6B.


Border color

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

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

This div border color is #E68B6B.


Opacity

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

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

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

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

This text has shadow with #E68B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68B6B on black background.


Color preview on white background

This text has color #E68B6B on white background.



Black color preview on #E68B6B background

This text has black color on #E68B6B background.


White color preview on #E68B6B background

This text has white color on #E68B6B background.