COLOR #7FB2AA

HEX: #7FB2AA RGB: (127,178,170)

Color info

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

RGB color model

#7FB2AA color RGB value is (127,178,170).

RGB: (127,178,170) (50%, 70%, 67%)

RGB channels and saturation

R 127 of 255 = 50%
G 178 of 255 = 70%
B 170 of 255 = 67%

127
178
170

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

Portions of RGB colors in percentages

R + G + B = 127 + 178 + 170 = 475 (100%)
R 127 of 475 ~ 26.74%
G 178 of 475 ~ 37.47%
B 170 of 475 ~ 35.79'%

%26.74
%37.47
%35.79

CMYK color model

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

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK: (29,0,4,30) C29M0Y4K30 (29%,0%,4%,30%) (0.29/0.00/0.04/0.30) 

CMYK percentages

%28.65
%0
%4.49
%30.2

Codes

Color #7FB2AA in popluar color models

7F B2 AA
RGB 127 178 170
HSL 171° 24.88% 59.80%
HSB/HSV 171° 28.65% 69.80%
CMYK 28.65% 0.00% 4.49%
30.20%

Color #7FB2AA in popluar number systems.

HEX 7F B2 AA
Decimal 127 178 170
Binary 1111111 10110010 10101010
Octal 177 262 252

Shades and tints

Shades of #7FB2AA

#7FB2AA
(127,178,170)
#74A29B
(116,162,155)
#69928C
(105,146,140)
#5E827D
(94,130,125)
#53726E
(83,114,110)
#48625F
(72,98,95)
#3D5250
(61,82,80)
#324241
(50,66,65)
#273232
(39,50,50)
#1C2223
(28,34,35)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #7FB2AA

#7FB2AA
(127,178,170)
#8AB9B1
(138,185,177)
#95C0B8
(149,192,184)
#A0C7BF
(160,199,191)
#ABCEC6
(171,206,198)
#B6D5CD
(182,213,205)
#C1DCD4
(193,220,212)
#CCE3DB
(204,227,219)
#D7EAE2
(215,234,226)
#E2F1E9
(226,241,233)
#EDF8F0
(237,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB2AA; }

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

This text font color is #7FB2AA.

Background Color

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

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

This div background color is #7FB2AA.

Border color

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

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

This div border color is #7FB2AA.

Opacity

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

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

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

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

This text has shadow with #7FB2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB2AA.

Preview

Color preview on black background

This text has color #7FB2AA on black background.


Color preview on white background

This text has color #7FB2AA on white background.


Black color preview on #7FB2AA background

This text has black color on #7FB2AA background.


White color preview on #7FB2AA background

This text has white color on #7FB2AA background.


Related colors

Complementary color

Complementary color for #hex is #804D55.


I love getcolorcode.com

Triadic colors

1 #AA7FB2 and #B2AA7F with #7FB2AA are triadic colors.

2 #AAB27F and #B27FAA with #7FB2AA are triadic colors.