COLOR #E98068

HEX: #E98068
RGB: (233,128,104)

Color info

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

RGB color model

#E98068 color RGB value is (233,128,104).

  • red value is 233;
  • green value is 128;
  • blue value is 104.
RGB:
(233,128,104)
(91%,50%,41%)

RGB channels and saturation

R 233 of 255 = 91%
G 128 of 255 = 50%
B 104 of 255 = 41%

233
128
104

R + G + B ~ 61%. #E98068 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 128 + 104 = 465 (100%)
R 233 of 465 ~ 50.11%
G 128 of 465 ~ 27.53%
B 104 of 465 ~ 22.37%

%50.11
%27.53
%22.37

CMYK color model

#E98068 color CMYK value is (0,45,55,9).

  • cyan value is 0.00%
  • magenta value is 45.06%
  • yellow value is 55.36%
  • key color value is 8.63%
CMYK:
(0,45,55,9)
C0M45Y55K9 
(0%,45%,55%,9%)
(0.00/0.45/0.55/0.09)	

CMYK percentages

%0
%45.06
%55.36
%8.63

Codes

Color #E98068 in popluar color models

E98068
RGB233128104
HSL11°74.57%66.08%
HSB/HSV11°55.36%91.37%
CMYK0.00%45.06%55.36%
8.63%

Color #E98068 in popluar number systems.

HEXE98068
Decimal233128104
Binary11101001100000001101000
Octal351200150

Shades and tints

Shades of #E98068

#E98068
(233,128,104)
#D4755F
(212,117,95)
#BF6A56
(191,106,86)
#AA5F4D
(170,95,77)
#955444
(149,84,68)
#80493B
(128,73,59)
#6B3E32
(107,62,50)
#563329
(86,51,41)
#412820
(65,40,32)
#2C1D17
(44,29,23)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #E98068

#E98068
(233,128,104)
#EB8B75
(235,139,117)
#ED9682
(237,150,130)
#EFA18F
(239,161,143)
#F1AC9C
(241,172,156)
#F3B7A9
(243,183,169)
#F5C2B6
(245,194,182)
#F7CDC3
(247,205,195)
#F9D8D0
(249,216,208)
#FBE3DD
(251,227,221)
#FDEEEA
(253,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E98068 color. Also use rgb(233,128,104) instead hex code.

Text Font Color

.myTextColor { color: #E98068; }

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

This text font color is #E98068.


Background Color

.myBgColor { background-color: #E98068; }

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

This div background color is #E98068.


Border color

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

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

This div border color is #E98068.


Opacity

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

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

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

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

This text has shadow with #E98068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98068 on black background.


Color preview on white background

This text has color #E98068 on white background.



Black color preview on #E98068 background

This text has black color on #E98068 background.


White color preview on #E98068 background

This text has white color on #E98068 background.