COLOR #7AA1B0

HEX: #7AA1B0
RGB: (122,161,176)

Color info

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

RGB color model

#7AA1B0 color RGB value is (122,161,176).

  • red value is 122;
  • green value is 161;
  • blue value is 176.
RGB:
(122,161,176)
(48%,63%,69%)

RGB channels and saturation

R 122 of 255 = 48%
G 161 of 255 = 63%
B 176 of 255 = 69%

122
161
176

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

Portions of RGB colors in percentages

R + G + B =
122 + 161 + 176 = 459 (100%)
R 122 of 459 ~ 26.58%
G 161 of 459 ~ 35.08%
B 176 of 459 ~ 38.34%

%26.58
%35.08
%38.34

CMYK color model

#7AA1B0 color CMYK value is (31,9,0,31).

  • cyan value is 30.68%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(31,9,0,31)
C31M9Y0K31 
(31%,9%,0%,31%)
(0.31/0.09/0.00/0.31)	

CMYK percentages

%30.68
%8.52
%0
%30.98

Codes

Color #7AA1B0 in popluar color models

7AA1B0
RGB122161176
HSL197°25.47%58.43%
HSB/HSV197°30.68%69.02%
CMYK30.68%8.52%0.00%
30.98%

Color #7AA1B0 in popluar number systems.

HEX7AA1B0
Decimal122161176
Binary11110101010000110110000
Octal172241260

Shades and tints

Shades of #7AA1B0

#7AA1B0
(122,161,176)
#6F93A0
(111,147,160)
#648590
(100,133,144)
#597780
(89,119,128)
#4E6970
(78,105,112)
#435B60
(67,91,96)
#384D50
(56,77,80)
#2D3F40
(45,63,64)
#223130
(34,49,48)
#172320
(23,35,32)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #7AA1B0

#7AA1B0
(122,161,176)
#86A9B7
(134,169,183)
#92B1BE
(146,177,190)
#9EB9C5
(158,185,197)
#AAC1CC
(170,193,204)
#B6C9D3
(182,201,211)
#C2D1DA
(194,209,218)
#CED9E1
(206,217,225)
#DAE1E8
(218,225,232)
#E6E9EF
(230,233,239)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA1B0; }

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

This text font color is #7AA1B0.


Background Color

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

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

This div background color is #7AA1B0.


Border color

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

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

This div border color is #7AA1B0.


Opacity

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

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

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

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

This text has shadow with #7AA1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA1B0 on black background.


Color preview on white background

This text has color #7AA1B0 on white background.



Black color preview on #7AA1B0 background

This text has black color on #7AA1B0 background.


White color preview on #7AA1B0 background

This text has white color on #7AA1B0 background.