COLOR #E6897C

HEX: #E6897C
RGB: (230,137,124)

Color info

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

RGB color model

#E6897C color RGB value is (230,137,124).

  • red value is 230;
  • green value is 137;
  • blue value is 124.
RGB:
(230,137,124)
(90%,54%,49%)

RGB channels and saturation

R 230 of 255 = 90%
G 137 of 255 = 54%
B 124 of 255 = 49%

230
137
124

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

Portions of RGB colors in percentages

R + G + B =
230 + 137 + 124 = 491 (100%)
R 230 of 491 ~ 46.84%
G 137 of 491 ~ 27.9%
B 124 of 491 ~ 25.25%

%46.84
%27.9
%25.25

CMYK color model

#E6897C color CMYK value is (0,40,46,10).

  • cyan value is 0.00%
  • magenta value is 40.43%
  • yellow value is 46.09%
  • key color value is 9.80%
CMYK:
(0,40,46,10)
C0M40Y46K10 
(0%,40%,46%,10%)
(0.00/0.40/0.46/0.10)	

CMYK percentages

%0
%40.43
%46.09
%9.8

Codes

Color #E6897C in popluar color models

E6897C
RGB230137124
HSL67.95%69.41%
HSB/HSV46.09%90.20%
CMYK0.00%40.43%46.09%
9.80%

Color #E6897C in popluar number systems.

HEXE6897C
Decimal230137124
Binary11100110100010011111100
Octal346211174

Shades and tints

Shades of #E6897C

#E6897C
(230,137,124)
#D27D71
(210,125,113)
#BE7166
(190,113,102)
#AA655B
(170,101,91)
#965950
(150,89,80)
#824D45
(130,77,69)
#6E413A
(110,65,58)
#5A352F
(90,53,47)
#462924
(70,41,36)
#321D19
(50,29,25)
#1E110E
(30,17,14)
#000000
(0,0,0)

Tints of #E6897C

#E6897C
(230,137,124)
#E89387
(232,147,135)
#EA9D92
(234,157,146)
#ECA79D
(236,167,157)
#EEB1A8
(238,177,168)
#F0BBB3
(240,187,179)
#F2C5BE
(242,197,190)
#F4CFC9
(244,207,201)
#F6D9D4
(246,217,212)
#F8E3DF
(248,227,223)
#FAEDEA
(250,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6897C; }

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

This text font color is #E6897C.


Background Color

.myBgColor { background-color: #E6897C; }

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

This div background color is #E6897C.


Border color

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

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

This div border color is #E6897C.


Opacity

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

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

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

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

This text has shadow with #E6897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6897C on black background.


Color preview on white background

This text has color #E6897C on white background.



Black color preview on #E6897C background

This text has black color on #E6897C background.


White color preview on #E6897C background

This text has white color on #E6897C background.