COLOR #7F89A9

HEX: #7F89A9
RGB: (127,137,169)

Color info

#7F89A9 contains red, green and blue colors in about the same proportion. Web safe color of #7F89A9 is #669999 (or #699).

RGB color model

#7F89A9 color RGB value is (127,137,169).

  • red value is 127;
  • green value is 137;
  • blue value is 169.
RGB:
(127,137,169)
(50%,54%,66%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 169 of 255 = 66%

127
137
169

R + G + B ~ 57%. #7F89A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 137 + 169 = 433 (100%)
R 127 of 433 ~ 29.33%
G 137 of 433 ~ 31.64%
B 169 of 433 ~ 39.03%

%29.33
%31.64
%39.03

CMYK color model

#7F89A9 color CMYK value is (25,19,0,34).

  • cyan value is 24.85%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(25,19,0,34)
C25M19Y0K34 
(25%,19%,0%,34%)
(0.25/0.19/0.00/0.34)	

CMYK percentages

%24.85
%18.93
%0
%33.73

Codes

Color #7F89A9 in popluar color models

7F89A9
RGB127137169
HSL226°19.63%58.04%
HSB/HSV226°24.85%66.27%
CMYK24.85%18.93%0.00%
33.73%

Color #7F89A9 in popluar number systems.

HEX7F89A9
Decimal127137169
Binary11111111000100110101001
Octal177211251

Shades and tints

Shades of #7F89A9

#7F89A9
(127,137,169)
#747D9A
(116,125,154)
#69718B
(105,113,139)
#5E657C
(94,101,124)
#53596D
(83,89,109)
#484D5E
(72,77,94)
#3D414F
(61,65,79)
#323540
(50,53,64)
#272931
(39,41,49)
#1C1D22
(28,29,34)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #7F89A9

#7F89A9
(127,137,169)
#8A93B0
(138,147,176)
#959DB7
(149,157,183)
#A0A7BE
(160,167,190)
#ABB1C5
(171,177,197)
#B6BBCC
(182,187,204)
#C1C5D3
(193,197,211)
#CCCFDA
(204,207,218)
#D7D9E1
(215,217,225)
#E2E3E8
(226,227,232)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F89A9 color. Also use rgb(127,137,169) instead hex code.

Text Font Color

.myTextColor { color: #7F89A9; }

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

This text font color is #7F89A9.


Background Color

.myBgColor { background-color: #7F89A9; }

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

This div background color is #7F89A9.


Border color

.myBorderColor { border: 1px solid #7F89A9; }

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

This div border color is #7F89A9.


Opacity

.myOpacity80 { color: #7F89A9; opacity: 0.8; }

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

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

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

This text has shadow with #7F89A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F89A9 on black background.


Color preview on white background

This text has color #7F89A9 on white background.



Black color preview on #7F89A9 background

This text has black color on #7F89A9 background.


White color preview on #7F89A9 background

This text has white color on #7F89A9 background.