COLOR #7AA6B3

HEX: #7AA6B3
RGB: (122,166,179)

Color info

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

RGB color model

#7AA6B3 color RGB value is (122,166,179).

  • red value is 122;
  • green value is 166;
  • blue value is 179.
RGB:
(122,166,179)
(48%,65%,70%)

RGB channels and saturation

R 122 of 255 = 48%
G 166 of 255 = 65%
B 179 of 255 = 70%

122
166
179

R + G + B ~ 61%. #7AA6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 166 + 179 = 467 (100%)
R 122 of 467 ~ 26.12%
G 166 of 467 ~ 35.55%
B 179 of 467 ~ 38.33%

%26.12
%35.55
%38.33

CMYK color model

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

  • cyan value is 31.84%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(32,7,0,30)
C32M7Y0K30 
(32%,7%,0%,30%)
(0.32/0.07/0.00/0.30)	

CMYK percentages

%31.84
%7.26
%0
%29.8

Codes

Color #7AA6B3 in popluar color models

7AA6B3
RGB122166179
HSL194°27.27%59.02%
HSB/HSV194°31.84%70.20%
CMYK31.84%7.26%0.00%
29.80%

Color #7AA6B3 in popluar number systems.

HEX7AA6B3
Decimal122166179
Binary11110101010011010110011
Octal172246263

Shades and tints

Shades of #7AA6B3

#7AA6B3
(122,166,179)
#6F97A3
(111,151,163)
#648893
(100,136,147)
#597983
(89,121,131)
#4E6A73
(78,106,115)
#435B63
(67,91,99)
#384C53
(56,76,83)
#2D3D43
(45,61,67)
#222E33
(34,46,51)
#171F23
(23,31,35)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7AA6B3

#7AA6B3
(122,166,179)
#86AEB9
(134,174,185)
#92B6BF
(146,182,191)
#9EBEC5
(158,190,197)
#AAC6CB
(170,198,203)
#B6CED1
(182,206,209)
#C2D6D7
(194,214,215)
#CEDEDD
(206,222,221)
#DAE6E3
(218,230,227)
#E6EEE9
(230,238,233)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA6B3 color. Also use rgb(122,166,179) instead hex code.

Text Font Color

.myTextColor { color: #7AA6B3; }

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

This text font color is #7AA6B3.


Background Color

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

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

This div background color is #7AA6B3.


Border color

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

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

This div border color is #7AA6B3.


Opacity

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

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

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

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

This text has shadow with #7AA6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA6B3 on black background.


Color preview on white background

This text has color #7AA6B3 on white background.



Black color preview on #7AA6B3 background

This text has black color on #7AA6B3 background.


White color preview on #7AA6B3 background

This text has white color on #7AA6B3 background.