COLOR #E69A78

HEX: #E69A78
RGB: (230,154,120)

Color info

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

RGB color model

#E69A78 color RGB value is (230,154,120).

  • red value is 230;
  • green value is 154;
  • blue value is 120.
RGB:
(230,154,120)
(90%,60%,47%)

RGB channels and saturation

R 230 of 255 = 90%
G 154 of 255 = 60%
B 120 of 255 = 47%

230
154
120

R + G + B ~ 66%. #E69A78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 154 + 120 = 504 (100%)
R 230 of 504 ~ 45.63%
G 154 of 504 ~ 30.56%
B 120 of 504 ~ 23.81%

%45.63
%30.56
%23.81

CMYK color model

#E69A78 color CMYK value is (0,33,48,10).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 47.83%
  • key color value is 9.80%
CMYK:
(0,33,48,10)
C0M33Y48K10 
(0%,33%,48%,10%)
(0.00/0.33/0.48/0.10)	

CMYK percentages

%0
%33.04
%47.83
%9.8

Codes

Color #E69A78 in popluar color models

E69A78
RGB230154120
HSL19°68.75%68.63%
HSB/HSV19°47.83%90.20%
CMYK0.00%33.04%47.83%
9.80%

Color #E69A78 in popluar number systems.

HEXE69A78
Decimal230154120
Binary11100110100110101111000
Octal346232170

Shades and tints

Shades of #E69A78

#E69A78
(230,154,120)
#D28C6E
(210,140,110)
#BE7E64
(190,126,100)
#AA705A
(170,112,90)
#966250
(150,98,80)
#825446
(130,84,70)
#6E463C
(110,70,60)
#5A3832
(90,56,50)
#462A28
(70,42,40)
#321C1E
(50,28,30)
#1E0E14
(30,14,20)
#000000
(0,0,0)

Tints of #E69A78

#E69A78
(230,154,120)
#E8A384
(232,163,132)
#EAAC90
(234,172,144)
#ECB59C
(236,181,156)
#EEBEA8
(238,190,168)
#F0C7B4
(240,199,180)
#F2D0C0
(242,208,192)
#F4D9CC
(244,217,204)
#F6E2D8
(246,226,216)
#F8EBE4
(248,235,228)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69A78 color. Also use rgb(230,154,120) instead hex code.

Text Font Color

.myTextColor { color: #E69A78; }

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

This text font color is #E69A78.


Background Color

.myBgColor { background-color: #E69A78; }

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

This div background color is #E69A78.


Border color

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

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

This div border color is #E69A78.


Opacity

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

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

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

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

This text has shadow with #E69A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69A78 on black background.


Color preview on white background

This text has color #E69A78 on white background.



Black color preview on #E69A78 background

This text has black color on #E69A78 background.


White color preview on #E69A78 background

This text has white color on #E69A78 background.