COLOR #7FAAA8

HEX: #7FAAA8 RGB: (127,170,168)

Color info

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

RGB color model

#7FAAA8 color RGB value is (127,170,168).

RGB: (127,170,168) (50%, 67%, 66%)

RGB channels and saturation

R 127 of 255 = 50%
G 170 of 255 = 67%
B 168 of 255 = 66%

127
170
168

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

Portions of RGB colors in percentages

R + G + B = 127 + 170 + 168 = 465 (100%)
R 127 of 465 ~ 27.31%
G 170 of 465 ~ 36.56%
B 168 of 465 ~ 36.13'%

%27.31
%36.56
%36.13

CMYK color model

#7FAAA8 color CMYK value is (25,0,1,33).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 33.33%

CMYK: (25,0,1,33)
C25M0Y1K33 (25%, 0%, 1%, 33%)
(0.25 / 0.00 / 0.01 / 0.33)

CMYK percentages

%25.29
%0
%1.18
%33.33

Codes

Color #7FAAA8 in popluar color models

7F AA A8
RGB 127 170 168
HSL 177° 20.19% 58.24%
HSB/HSV 177° 25.29% 66.67%
CMYK 25.29% 0.00% 1.18%
33.33%

Color #7FAAA8 in popluar number systems.

HEX 7F AA A8
Decimal 127 170 168
Binary 1111111 10101010 10101000
Octal 177 252 250

Shades and tints

Shades of #7FAAA8

#7FAAA8
(127,170,168)
#749B99
(116,155,153)
#698C8A
(105,140,138)
#5E7D7B
(94,125,123)
#536E6C
(83,110,108)
#485F5D
(72,95,93)
#3D504E
(61,80,78)
#32413F
(50,65,63)
#273230
(39,50,48)
#1C2321
(28,35,33)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #7FAAA8

#7FAAA8
(127,170,168)
#8AB1AF
(138,177,175)
#95B8B6
(149,184,182)
#A0BFBD
(160,191,189)
#ABC6C4
(171,198,196)
#B6CDCB
(182,205,203)
#C1D4D2
(193,212,210)
#CCDBD9
(204,219,217)
#D7E2E0
(215,226,224)
#E2E9E7
(226,233,231)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAAA8; }

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

This text font color is #7FAAA8.

Background Color

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

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

This div background color is #7FAAA8.

Border color

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

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

This div border color is #7FAAA8.

Opacity

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

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

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

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

This text has shadow with #7FAAA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAAA8.

Preview

Color preview on black background

This text has color #7FAAA8 on black background.


Color preview on white background

This text has color #7FAAA8 on white background.


Black color preview on #7FAAA8 background

This text has black color on #7FAAA8 background.


White color preview on #7FAAA8 background

This text has white color on #7FAAA8 background.


Related colors

Complementary color

Complementary color for #hex is #805557.


I love getcolorcode.com

Triadic colors

1 #A87FAA and #AAA87F with #7FAAA8 are triadic colors.

2 #A8AA7F and #AA7FA8 with #7FAAA8 are triadic colors.