COLOR #7A8FAB

HEX: #7A8FAB RGB: (122,143,171)

Color info

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

RGB color model

#7A8FAB color RGB value is (122,143,171).

RGB: (122,143,171) (48%, 56%, 67%)

RGB channels and saturation

R 122 of 255 = 48%
G 143 of 255 = 56%
B 171 of 255 = 67%

122
143
171

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

Portions of RGB colors in percentages

R + G + B = 122 + 143 + 171 = 436 (100%)
R 122 of 436 ~ 27.98%
G 143 of 436 ~ 32.8%
B 171 of 436 ~ 39.22'%

%27.98
%32.8
%39.22

CMYK color model

#7A8FAB color CMYK value is (29,16,0,33).

  • cyan value is 28.65%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (29,16,0,33)
C29M16Y0K33 (29%, 16%, 0%, 33%)
(0.29 / 0.16 / 0.00 / 0.33)

CMYK percentages

%28.65
%16.37
%0
%32.94

Codes

Color #7A8FAB in popluar color models

7A 8F AB
RGB 122 143 171
HSL 214° 22.58% 57.45%
HSB/HSV 214° 28.65% 67.06%
CMYK 28.65% 16.37% 0.00%
32.94%

Color #7A8FAB in popluar number systems.

HEX 7A 8F AB
Decimal 122 143 171
Binary 1111010 10001111 10101011
Octal 172 217 253

Shades and tints

Shades of #7A8FAB

#7A8FAB
(122,143,171)
#6F829C
(111,130,156)
#64758D
(100,117,141)
#59687E
(89,104,126)
#4E5B6F
(78,91,111)
#434E60
(67,78,96)
#384151
(56,65,81)
#2D3442
(45,52,66)
#222733
(34,39,51)
#171A24
(23,26,36)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #7A8FAB

#7A8FAB
(122,143,171)
#8699B2
(134,153,178)
#92A3B9
(146,163,185)
#9EADC0
(158,173,192)
#AAB7C7
(170,183,199)
#B6C1CE
(182,193,206)
#C2CBD5
(194,203,213)
#CED5DC
(206,213,220)
#DADFE3
(218,223,227)
#E6E9EA
(230,233,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8FAB color. Also use rgb(122,143,171) instead hex code.

Text Font Color

.myTextColor { color: #7A8FAB; }

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

This text font color is #7A8FAB.

Background Color

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

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

This div background color is #7A8FAB.

Border color

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

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

This div border color is #7A8FAB.

Opacity

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

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

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

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

This text has shadow with #7A8FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8FAB.

Preview

Color preview on black background

This text has color #7A8FAB on black background.


Color preview on white background

This text has color #7A8FAB on white background.


Black color preview on #7A8FAB background

This text has black color on #7A8FAB background.


White color preview on #7A8FAB background

This text has white color on #7A8FAB background.


Related colors

Complementary color

Complementary color for #hex is #857054.


I love getcolorcode.com

Triadic colors

1 #AB7A8F and #8FAB7A with #7A8FAB are triadic colors.

2 #AB8F7A and #8F7AAB with #7A8FAB are triadic colors.