COLOR #7A99AB

HEX: #7A99AB RGB: (122,153,171)

Color info

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

RGB color model

#7A99AB color RGB value is (122,153,171).

RGB: (122,153,171) (48%, 60%, 67%)

RGB channels and saturation

R 122 of 255 = 48%
G 153 of 255 = 60%
B 171 of 255 = 67%

122
153
171

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

Portions of RGB colors in percentages

R + G + B = 122 + 153 + 171 = 446 (100%)
R 122 of 446 ~ 27.35%
G 153 of 446 ~ 34.3%
B 171 of 446 ~ 38.34'%

%27.35
%34.3
%38.34

CMYK color model

#7A99AB color CMYK value is (29,11,0,33).

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

CMYK: (29,11,0,33)
C29M11Y0K33 (29%, 11%, 0%, 33%)
(0.29 / 0.11 / 0.00 / 0.33)

CMYK percentages

%28.65
%10.53
%0
%32.94

Codes

Color #7A99AB in popluar color models

7A 99 AB
RGB 122 153 171
HSL 202° 22.58% 57.45%
HSB/HSV 202° 28.65% 67.06%
CMYK 28.65% 10.53% 0.00%
32.94%

Color #7A99AB in popluar number systems.

HEX 7A 99 AB
Decimal 122 153 171
Binary 1111010 10011001 10101011
Octal 172 231 253

Shades and tints

Shades of #7A99AB

#7A99AB
(122,153,171)
#6F8C9C
(111,140,156)
#647F8D
(100,127,141)
#59727E
(89,114,126)
#4E656F
(78,101,111)
#435860
(67,88,96)
#384B51
(56,75,81)
#2D3E42
(45,62,66)
#223133
(34,49,51)
#172424
(23,36,36)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #7A99AB

#7A99AB
(122,153,171)
#86A2B2
(134,162,178)
#92ABB9
(146,171,185)
#9EB4C0
(158,180,192)
#AABDC7
(170,189,199)
#B6C6CE
(182,198,206)
#C2CFD5
(194,207,213)
#CED8DC
(206,216,220)
#DAE1E3
(218,225,227)
#E6EAEA
(230,234,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A99AB; }

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

This text font color is #7A99AB.

Background Color

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

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

This div background color is #7A99AB.

Border color

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

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

This div border color is #7A99AB.

Opacity

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

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

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

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

This text has shadow with #7A99AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A99AB.

Preview

Color preview on black background

This text has color #7A99AB on black background.


Color preview on white background

This text has color #7A99AB on white background.


Black color preview on #7A99AB background

This text has black color on #7A99AB background.


White color preview on #7A99AB background

This text has white color on #7A99AB background.


Related colors

Complementary color

Complementary color for #hex is #856654.


I love getcolorcode.com

Triadic colors

1 #AB7A99 and #99AB7A with #7A99AB are triadic colors.

2 #AB997A and #997AAB with #7A99AB are triadic colors.