COLOR #7F8AA5

HEX: #7F8AA5
RGB: (127,138,165)

Color info

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

RGB color model

#7F8AA5 color RGB value is (127,138,165).

  • red value is 127;
  • green value is 138;
  • blue value is 165.
RGB:
(127,138,165)
(50%,54%,65%)

RGB channels and saturation

R 127 of 255 = 50%
G 138 of 255 = 54%
B 165 of 255 = 65%

127
138
165

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

Portions of RGB colors in percentages

R + G + B =
127 + 138 + 165 = 430 (100%)
R 127 of 430 ~ 29.53%
G 138 of 430 ~ 32.09%
B 165 of 430 ~ 38.37%

%29.53
%32.09
%38.37

CMYK color model

#7F8AA5 color CMYK value is (23,16,0,35).

  • cyan value is 23.03%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(23,16,0,35)
C23M16Y0K35 
(23%,16%,0%,35%)
(0.23/0.16/0.00/0.35)	

CMYK percentages

%23.03
%16.36
%0
%35.29

Codes

Color #7F8AA5 in popluar color models

7F8AA5
RGB127138165
HSL223°17.43%57.25%
HSB/HSV223°23.03%64.71%
CMYK23.03%16.36%0.00%
35.29%

Color #7F8AA5 in popluar number systems.

HEX7F8AA5
Decimal127138165
Binary11111111000101010100101
Octal177212245

Shades and tints

Shades of #7F8AA5

#7F8AA5
(127,138,165)
#747E96
(116,126,150)
#697287
(105,114,135)
#5E6678
(94,102,120)
#535A69
(83,90,105)
#484E5A
(72,78,90)
#3D424B
(61,66,75)
#32363C
(50,54,60)
#272A2D
(39,42,45)
#1C1E1E
(28,30,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #7F8AA5

#7F8AA5
(127,138,165)
#8A94AD
(138,148,173)
#959EB5
(149,158,181)
#A0A8BD
(160,168,189)
#ABB2C5
(171,178,197)
#B6BCCD
(182,188,205)
#C1C6D5
(193,198,213)
#CCD0DD
(204,208,221)
#D7DAE5
(215,218,229)
#E2E4ED
(226,228,237)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8AA5 color. Also use rgb(127,138,165) instead hex code.

Text Font Color

.myTextColor { color: #7F8AA5; }

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

This text font color is #7F8AA5.


Background Color

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

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

This div background color is #7F8AA5.


Border color

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

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

This div border color is #7F8AA5.


Opacity

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

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

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

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

This text has shadow with #7F8AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8AA5 on black background.


Color preview on white background

This text has color #7F8AA5 on white background.



Black color preview on #7F8AA5 background

This text has black color on #7F8AA5 background.


White color preview on #7F8AA5 background

This text has white color on #7F8AA5 background.