COLOR #7AAAB1

HEX: #7AAAB1
RGB: (122,170,177)

Color info

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

RGB color model

#7AAAB1 color RGB value is (122,170,177).

  • red value is 122;
  • green value is 170;
  • blue value is 177.
RGB:
(122,170,177)
(48%,67%,69%)

RGB channels and saturation

R 122 of 255 = 48%
G 170 of 255 = 67%
B 177 of 255 = 69%

122
170
177

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

Portions of RGB colors in percentages

R + G + B =
122 + 170 + 177 = 469 (100%)
R 122 of 469 ~ 26.01%
G 170 of 469 ~ 36.25%
B 177 of 469 ~ 37.74%

%26.01
%36.25
%37.74

CMYK color model

#7AAAB1 color CMYK value is (31,4,0,31).

  • cyan value is 31.07%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(31,4,0,31)
C31M4Y0K31 
(31%,4%,0%,31%)
(0.31/0.04/0.00/0.31)	

CMYK percentages

%31.07
%3.95
%0
%30.59

Codes

Color #7AAAB1 in popluar color models

7AAAB1
RGB122170177
HSL188°26.07%58.63%
HSB/HSV188°31.07%69.41%
CMYK31.07%3.95%0.00%
30.59%

Color #7AAAB1 in popluar number systems.

HEX7AAAB1
Decimal122170177
Binary11110101010101010110001
Octal172252261

Shades and tints

Shades of #7AAAB1

#7AAAB1
(122,170,177)
#6F9BA1
(111,155,161)
#648C91
(100,140,145)
#597D81
(89,125,129)
#4E6E71
(78,110,113)
#435F61
(67,95,97)
#385051
(56,80,81)
#2D4141
(45,65,65)
#223231
(34,50,49)
#172321
(23,35,33)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #7AAAB1

#7AAAB1
(122,170,177)
#86B1B8
(134,177,184)
#92B8BF
(146,184,191)
#9EBFC6
(158,191,198)
#AAC6CD
(170,198,205)
#B6CDD4
(182,205,212)
#C2D4DB
(194,212,219)
#CEDBE2
(206,219,226)
#DAE2E9
(218,226,233)
#E6E9F0
(230,233,240)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAAB1 color. Also use rgb(122,170,177) instead hex code.

Text Font Color

.myTextColor { color: #7AAAB1; }

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

This text font color is #7AAAB1.


Background Color

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

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

This div background color is #7AAAB1.


Border color

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

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

This div border color is #7AAAB1.


Opacity

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

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

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

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

This text has shadow with #7AAAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAAB1 on black background.


Color preview on white background

This text has color #7AAAB1 on white background.



Black color preview on #7AAAB1 background

This text has black color on #7AAAB1 background.


White color preview on #7AAAB1 background

This text has white color on #7AAAB1 background.