COLOR #E68979

HEX: #E68979 RGB: (230,137,121)

Color info

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

RGB color model

#E68979 color RGB value is (230,137,121).

RGB: (230,137,121) (90%, 54%, 47%)

RGB channels and saturation

R 230 of 255 = 90%
G 137 of 255 = 54%
B 121 of 255 = 47%

230
137
121

R + G + B ~ 64%. #E68979 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 137 + 121 = 488 (100%)
R 230 of 488 ~ 47.13%
G 137 of 488 ~ 28.07%
B 121 of 488 ~ 24.8'%

%47.13
%28.07
%24.8

CMYK color model

#E68979 color CMYK value is (0,40,47,10).

  • cyan value is 0.00%
  • magenta value is 40.43%
  • yellow value is 47.39%
  • key color value is 9.80%

CMYK: (0,40,47,10)
C0M40Y47K10 (0%, 40%, 47%, 10%)
(0.00 / 0.40 / 0.47 / 0.10)

CMYK percentages

%0
%40.43
%47.39
%9.8

Codes

Color #E68979 in popluar color models

E6 89 79
RGB 230 137 121
HSL 68.55% 68.82%
HSB/HSV 47.39% 90.20%
CMYK 0.00% 40.43% 47.39%
9.80%

Color #E68979 in popluar number systems.

HEX E6 89 79
Decimal 230 137 121
Binary 11100110 10001001 1111001
Octal 346 211 171

Shades and tints

Shades of #E68979

#E68979
(230,137,121)
#D27D6E
(210,125,110)
#BE7163
(190,113,99)
#AA6558
(170,101,88)
#96594D
(150,89,77)
#824D42
(130,77,66)
#6E4137
(110,65,55)
#5A352C
(90,53,44)
#462921
(70,41,33)
#321D16
(50,29,22)
#1E110B
(30,17,11)
#000000
(0,0,0)

Tints of #E68979

#E68979
(230,137,121)
#E89385
(232,147,133)
#EA9D91
(234,157,145)
#ECA79D
(236,167,157)
#EEB1A9
(238,177,169)
#F0BBB5
(240,187,181)
#F2C5C1
(242,197,193)
#F4CFCD
(244,207,205)
#F6D9D9
(246,217,217)
#F8E3E5
(248,227,229)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68979 color. Also use rgb(230,137,121) instead hex code.

Text Font Color

.myTextColor { color: #E68979; }

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

This text font color is #E68979.

Background Color

.myBgColor { background-color: #E68979; }

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

This div background color is #E68979.

Border color

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

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

This div border color is #E68979.

Opacity

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

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

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

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

This text has shadow with #E68979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E68979.

Preview

Color preview on black background

This text has color #E68979 on black background.


Color preview on white background

This text has color #E68979 on white background.


Black color preview on #E68979 background

This text has black color on #E68979 background.


White color preview on #E68979 background

This text has white color on #E68979 background.


Related colors

Complementary color

Complementary color for #hex is #197686.


I love getcolorcode.com

Triadic colors

1 #79E689 and #8979E6 with #E68979 are triadic colors.

2 #7989E6 and #89E679 with #E68979 are triadic colors.