COLOR #7FAAB6

HEX: #7FAAB6
RGB: (127,170,182)

Color info

#7FAAB6 contains red, green and blue colors in about the same proportion. Web safe color of #7FAAB6 is #6699CC (or #69C).

RGB color model

#7FAAB6 color RGB value is (127,170,182).

  • red value is 127;
  • green value is 170;
  • blue value is 182.
RGB:
(127,170,182)
(50%,67%,71%)

RGB channels and saturation

R 127 of 255 = 50%
G 170 of 255 = 67%
B 182 of 255 = 71%

127
170
182

R + G + B ~ 63%. #7FAAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 170 + 182 = 479 (100%)
R 127 of 479 ~ 26.51%
G 170 of 479 ~ 35.49%
B 182 of 479 ~ 38%

%26.51
%35.49
%38

CMYK color model

#7FAAB6 color CMYK value is (30,7,0,29).

  • cyan value is 30.22%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(30,7,0,29)
C30M7Y0K29 
(30%,7%,0%,29%)
(0.30/0.07/0.00/0.29)	

CMYK percentages

%30.22
%6.59
%0
%28.63

Codes

Color #7FAAB6 in popluar color models

7FAAB6
RGB127170182
HSL193°27.36%60.59%
HSB/HSV193°30.22%71.37%
CMYK30.22%6.59%0.00%
28.63%

Color #7FAAB6 in popluar number systems.

HEX7FAAB6
Decimal127170182
Binary11111111010101010110110
Octal177252266

Shades and tints

Shades of #7FAAB6

#7FAAB6
(127,170,182)
#749BA6
(116,155,166)
#698C96
(105,140,150)
#5E7D86
(94,125,134)
#536E76
(83,110,118)
#485F66
(72,95,102)
#3D5056
(61,80,86)
#324146
(50,65,70)
#273236
(39,50,54)
#1C2326
(28,35,38)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #7FAAB6

#7FAAB6
(127,170,182)
#8AB1BC
(138,177,188)
#95B8C2
(149,184,194)
#A0BFC8
(160,191,200)
#ABC6CE
(171,198,206)
#B6CDD4
(182,205,212)
#C1D4DA
(193,212,218)
#CCDBE0
(204,219,224)
#D7E2E6
(215,226,230)
#E2E9EC
(226,233,236)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAAB6; }

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

This text font color is #7FAAB6.


Background Color

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

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

This div background color is #7FAAB6.


Border color

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

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

This div border color is #7FAAB6.


Opacity

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

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

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

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

This text has shadow with #7FAAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAAB6 on black background.


Color preview on white background

This text has color #7FAAB6 on white background.



Black color preview on #7FAAB6 background

This text has black color on #7FAAB6 background.


White color preview on #7FAAB6 background

This text has white color on #7FAAB6 background.