COLOR #FF897A

HEX: #FF897A
RGB: (255,137,122)

Color info

#FF897A contains mainly red color. Web safe color of #FF897A is #FF9966 (or #F96).

RGB color model

#FF897A color RGB value is (255,137,122).

  • red value is 255;
  • green value is 137;
  • blue value is 122.
RGB:
(255,137,122)
(100%,54%,48%)

RGB channels and saturation

R 255 of 255 = 100%
G 137 of 255 = 54%
B 122 of 255 = 48%

255
137
122

R + G + B ~ 67%. #FF897A is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 137 + 122 = 514 (100%)
R 255 of 514 ~ 49.61%
G 137 of 514 ~ 26.65%
B 122 of 514 ~ 23.74%

%49.61
%26.65
%23.74

CMYK color model

#FF897A color CMYK value is (0,46,52,0).

  • cyan value is 0.00%
  • magenta value is 46.27%
  • yellow value is 52.16%
  • key color value is 0.00%
CMYK:
(0,46,52,0)
C0M46Y52K0 
(0%,46%,52%,0%)
(0.00/0.46/0.52/0.00)	

CMYK percentages

%0
%46.27
%52.16
%0

Codes

Color #FF897A in popluar color models

FF897A
RGB255137122
HSL100.00%73.92%
HSB/HSV52.16%100.00%
CMYK0.00%46.27%52.16%
0.00%

Color #FF897A in popluar number systems.

HEXFF897A
Decimal255137122
Binary11111111100010011111010
Octal377211172

Shades and tints

Shades of #FF897A

#FF897A
(255,137,122)
#E87D6F
(232,125,111)
#D17164
(209,113,100)
#BA6559
(186,101,89)
#A3594E
(163,89,78)
#8C4D43
(140,77,67)
#754138
(117,65,56)
#5E352D
(94,53,45)
#472922
(71,41,34)
#301D17
(48,29,23)
#19110C
(25,17,12)
#000000
(0,0,0)

Tints of #FF897A

#FF897A
(255,137,122)
#FF9386
(255,147,134)
#FF9D92
(255,157,146)
#FFA79E
(255,167,158)
#FFB1AA
(255,177,170)
#FFBBB6
(255,187,182)
#FFC5C2
(255,197,194)
#FFCFCE
(255,207,206)
#FFD9DA
(255,217,218)
#FFE3E6
(255,227,230)
#FFEDF2
(255,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF897A color. Also use rgb(255,137,122) instead hex code.

Text Font Color

.myTextColor { color: #FF897A; }

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

This text font color is #FF897A.


Background Color

.myBgColor { background-color: #FF897A; }

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

This div background color is #FF897A.


Border color

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

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

This div border color is #FF897A.


Opacity

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

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

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

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

This text has shadow with #FF897A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF897A on black background.


Color preview on white background

This text has color #FF897A on white background.



Black color preview on #FF897A background

This text has black color on #FF897A background.


White color preview on #FF897A background

This text has white color on #FF897A background.