COLOR #7A9FB0

HEX: #7A9FB0 RGB: (122,159,176)

Color info

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

RGB color model

#7A9FB0 color RGB value is (122,159,176).

RGB: (122,159,176) (48%, 62%, 69%)

RGB channels and saturation

R 122 of 255 = 48%
G 159 of 255 = 62%
B 176 of 255 = 69%

122
159
176

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

Portions of RGB colors in percentages

R + G + B = 122 + 159 + 176 = 457 (100%)
R 122 of 457 ~ 26.7%
G 159 of 457 ~ 34.79%
B 176 of 457 ~ 38.51'%

%26.7
%34.79
%38.51

CMYK color model

#7A9FB0 color CMYK value is (31,10,0,31).

  • cyan value is 30.68%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (31,10,0,31)
C31M10Y0K31 (31%, 10%, 0%, 31%)
(0.31 / 0.10 / 0.00 / 0.31)

CMYK percentages

%30.68
%9.66
%0
%30.98

Codes

Color #7A9FB0 in popluar color models

7A 9F B0
RGB 122 159 176
HSL 199° 25.47% 58.43%
HSB/HSV 199° 30.68% 69.02%
CMYK 30.68% 9.66% 0.00%
30.98%

Color #7A9FB0 in popluar number systems.

HEX 7A 9F B0
Decimal 122 159 176
Binary 1111010 10011111 10110000
Octal 172 237 260

Shades and tints

Shades of #7A9FB0

#7A9FB0
(122,159,176)
#6F91A0
(111,145,160)
#648390
(100,131,144)
#597580
(89,117,128)
#4E6770
(78,103,112)
#435960
(67,89,96)
#384B50
(56,75,80)
#2D3D40
(45,61,64)
#222F30
(34,47,48)
#172120
(23,33,32)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #7A9FB0

#7A9FB0
(122,159,176)
#86A7B7
(134,167,183)
#92AFBE
(146,175,190)
#9EB7C5
(158,183,197)
#AABFCC
(170,191,204)
#B6C7D3
(182,199,211)
#C2CFDA
(194,207,218)
#CED7E1
(206,215,225)
#DADFE8
(218,223,232)
#E6E7EF
(230,231,239)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9FB0 color. Also use rgb(122,159,176) instead hex code.

Text Font Color

.myTextColor { color: #7A9FB0; }

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

This text font color is #7A9FB0.

Background Color

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

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

This div background color is #7A9FB0.

Border color

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

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

This div border color is #7A9FB0.

Opacity

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

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

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

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

This text has shadow with #7A9FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9FB0.

Preview

Color preview on black background

This text has color #7A9FB0 on black background.


Color preview on white background

This text has color #7A9FB0 on white background.


Black color preview on #7A9FB0 background

This text has black color on #7A9FB0 background.


White color preview on #7A9FB0 background

This text has white color on #7A9FB0 background.


Related colors

Complementary color

Complementary color for #hex is #85604F.


I love getcolorcode.com

Triadic colors

1 #B07A9F and #9FB07A with #7A9FB0 are triadic colors.

2 #B09F7A and #9F7AB0 with #7A9FB0 are triadic colors.