COLOR #7AA6B6

HEX: #7AA6B6
RGB: (122,166,182)

Color info

#7AA6B6 contains mainly green and blue colors. Web safe color of #7AA6B6 is #6699CC (or #69C).

RGB color model

#7AA6B6 color RGB value is (122,166,182).

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

RGB channels and saturation

R 122 of 255 = 48%
G 166 of 255 = 65%
B 182 of 255 = 71%

122
166
182

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

Portions of RGB colors in percentages

R + G + B =
122 + 166 + 182 = 470 (100%)
R 122 of 470 ~ 25.96%
G 166 of 470 ~ 35.32%
B 182 of 470 ~ 38.72%

%25.96
%35.32
%38.72

CMYK color model

#7AA6B6 color CMYK value is (33,9,0,29).

  • cyan value is 32.97%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(33,9,0,29)
C33M9Y0K29 
(33%,9%,0%,29%)
(0.33/0.09/0.00/0.29)	

CMYK percentages

%32.97
%8.79
%0
%28.63

Codes

Color #7AA6B6 in popluar color models

7AA6B6
RGB122166182
HSL196°29.13%59.61%
HSB/HSV196°32.97%71.37%
CMYK32.97%8.79%0.00%
28.63%

Color #7AA6B6 in popluar number systems.

HEX7AA6B6
Decimal122166182
Binary11110101010011010110110
Octal172246266

Shades and tints

Shades of #7AA6B6

#7AA6B6
(122,166,182)
#6F97A6
(111,151,166)
#648896
(100,136,150)
#597986
(89,121,134)
#4E6A76
(78,106,118)
#435B66
(67,91,102)
#384C56
(56,76,86)
#2D3D46
(45,61,70)
#222E36
(34,46,54)
#171F26
(23,31,38)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #7AA6B6

#7AA6B6
(122,166,182)
#86AEBC
(134,174,188)
#92B6C2
(146,182,194)
#9EBEC8
(158,190,200)
#AAC6CE
(170,198,206)
#B6CED4
(182,206,212)
#C2D6DA
(194,214,218)
#CEDEE0
(206,222,224)
#DAE6E6
(218,230,230)
#E6EEEC
(230,238,236)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA6B6; }

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

This text font color is #7AA6B6.


Background Color

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

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

This div background color is #7AA6B6.


Border color

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

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

This div border color is #7AA6B6.


Opacity

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

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

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

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

This text has shadow with #7AA6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA6B6 on black background.


Color preview on white background

This text has color #7AA6B6 on white background.



Black color preview on #7AA6B6 background

This text has black color on #7AA6B6 background.


White color preview on #7AA6B6 background

This text has white color on #7AA6B6 background.