COLOR #7FAAB1

HEX: #7FAAB1 RGB: (127,170,177)

Color info

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

RGB color model

#7FAAB1 color RGB value is (127,170,177).

RGB: (127,170,177) (50%, 67%, 69%)

RGB channels and saturation

R 127 of 255 = 50%
G 170 of 255 = 67%
B 177 of 255 = 69%

127
170
177

R + G + B ~ 62%. #7FAAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 170 + 177 = 474 (100%)
R 127 of 474 ~ 26.79%
G 170 of 474 ~ 35.86%
B 177 of 474 ~ 37.34'%

%26.79
%35.86
%37.34

CMYK color model

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

  • cyan value is 28.25%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (28,4,0,31)
C28M4Y0K31 (28%, 4%, 0%, 31%)
(0.28 / 0.04 / 0.00 / 0.31)

CMYK percentages

%28.25
%3.95
%0
%30.59

Codes

Color #7FAAB1 in popluar color models

7F AA B1
RGB 127 170 177
HSL 188° 24.27% 59.61%
HSB/HSV 188° 28.25% 69.41%
CMYK 28.25% 3.95% 0.00%
30.59%

Color #7FAAB1 in popluar number systems.

HEX 7F AA B1
Decimal 127 170 177
Binary 1111111 10101010 10110001
Octal 177 252 261

Shades and tints

Shades of #7FAAB1

#7FAAB1
(127,170,177)
#749BA1
(116,155,161)
#698C91
(105,140,145)
#5E7D81
(94,125,129)
#536E71
(83,110,113)
#485F61
(72,95,97)
#3D5051
(61,80,81)
#324141
(50,65,65)
#273231
(39,50,49)
#1C2321
(28,35,33)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #7FAAB1

#7FAAB1
(127,170,177)
#8AB1B8
(138,177,184)
#95B8BF
(149,184,191)
#A0BFC6
(160,191,198)
#ABC6CD
(171,198,205)
#B6CDD4
(182,205,212)
#C1D4DB
(193,212,219)
#CCDBE2
(204,219,226)
#D7E2E9
(215,226,233)
#E2E9F0
(226,233,240)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAAB1; }

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

This text font color is #7FAAB1.

Background Color

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

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

This div background color is #7FAAB1.

Border color

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

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

This div border color is #7FAAB1.

Opacity

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

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

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

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

This text has shadow with #7FAAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAAB1.

Preview

Color preview on black background

This text has color #7FAAB1 on black background.


Color preview on white background

This text has color #7FAAB1 on white background.


Black color preview on #7FAAB1 background

This text has black color on #7FAAB1 background.


White color preview on #7FAAB1 background

This text has white color on #7FAAB1 background.


Related colors

Complementary color

Complementary color for #hex is #80554E.


I love getcolorcode.com

Triadic colors

1 #B17FAA and #AAB17F with #7FAAB1 are triadic colors.

2 #B1AA7F and #AA7FB1 with #7FAAB1 are triadic colors.