COLOR #7A9FAE

HEX: #7A9FAE
RGB: (122,159,174)

Color info

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

RGB color model

#7A9FAE color RGB value is (122,159,174).

  • red value is 122;
  • green value is 159;
  • blue value is 174.
RGB:
(122,159,174)
(48%,62%,68%)

RGB channels and saturation

R 122 of 255 = 48%
G 159 of 255 = 62%
B 174 of 255 = 68%

122
159
174

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

Portions of RGB colors in percentages

R + G + B =
122 + 159 + 174 = 455 (100%)
R 122 of 455 ~ 26.81%
G 159 of 455 ~ 34.95%
B 174 of 455 ~ 38.24%

%26.81
%34.95
%38.24

CMYK color model

#7A9FAE color CMYK value is (30,9,0,32).

  • cyan value is 29.89%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(30,9,0,32)
C30M9Y0K32 
(30%,9%,0%,32%)
(0.30/0.09/0.00/0.32)	

CMYK percentages

%29.89
%8.62
%0
%31.76

Codes

Color #7A9FAE in popluar color models

7A9FAE
RGB122159174
HSL197°24.30%58.04%
HSB/HSV197°29.89%68.24%
CMYK29.89%8.62%0.00%
31.76%

Color #7A9FAE in popluar number systems.

HEX7A9FAE
Decimal122159174
Binary11110101001111110101110
Octal172237256

Shades and tints

Shades of #7A9FAE

#7A9FAE
(122,159,174)
#6F919F
(111,145,159)
#648390
(100,131,144)
#597581
(89,117,129)
#4E6772
(78,103,114)
#435963
(67,89,99)
#384B54
(56,75,84)
#2D3D45
(45,61,69)
#222F36
(34,47,54)
#172127
(23,33,39)
#0C1318
(12,19,24)
#000000
(0,0,0)

Tints of #7A9FAE

#7A9FAE
(122,159,174)
#86A7B5
(134,167,181)
#92AFBC
(146,175,188)
#9EB7C3
(158,183,195)
#AABFCA
(170,191,202)
#B6C7D1
(182,199,209)
#C2CFD8
(194,207,216)
#CED7DF
(206,215,223)
#DADFE6
(218,223,230)
#E6E7ED
(230,231,237)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9FAE; }

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

This text font color is #7A9FAE.


Background Color

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

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

This div background color is #7A9FAE.


Border color

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

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

This div border color is #7A9FAE.


Opacity

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

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

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

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

This text has shadow with #7A9FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9FAE on black background.


Color preview on white background

This text has color #7A9FAE on white background.



Black color preview on #7A9FAE background

This text has black color on #7A9FAE background.


White color preview on #7A9FAE background

This text has white color on #7A9FAE background.