COLOR #7FAB91

HEX: #7FAB91 RGB: (127,171,145)

Color info

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

RGB color model

#7FAB91 color RGB value is (127,171,145).

RGB: (127,171,145) (50%, 67%, 57%)

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 145 of 255 = 57%

127
171
145

R + G + B ~ 58%. #7FAB91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 171 + 145 = 443 (100%)
R 127 of 443 ~ 28.67%
G 171 of 443 ~ 38.6%
B 145 of 443 ~ 32.73'%

%28.67
%38.6
%32.73

CMYK color model

#7FAB91 color CMYK value is (26,0,15,33).

  • cyan value is 25.73%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 32.94%

CMYK: (26,0,15,33)
C26M0Y15K33 (26%, 0%, 15%, 33%)
(0.26 / 0.00 / 0.15 / 0.33)

CMYK percentages

%25.73
%0
%15.2
%32.94

Codes

Color #7FAB91 in popluar color models

7F AB 91
RGB 127 171 145
HSL 145° 20.75% 58.43%
HSB/HSV 145° 25.73% 67.06%
CMYK 25.73% 0.00% 15.20%
32.94%

Color #7FAB91 in popluar number systems.

HEX 7F AB 91
Decimal 127 171 145
Binary 1111111 10101011 10010001
Octal 177 253 221

Shades and tints

Shades of #7FAB91

#7FAB91
(127,171,145)
#749C84
(116,156,132)
#698D77
(105,141,119)
#5E7E6A
(94,126,106)
#536F5D
(83,111,93)
#486050
(72,96,80)
#3D5143
(61,81,67)
#324236
(50,66,54)
#273329
(39,51,41)
#1C241C
(28,36,28)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #7FAB91

#7FAB91
(127,171,145)
#8AB29B
(138,178,155)
#95B9A5
(149,185,165)
#A0C0AF
(160,192,175)
#ABC7B9
(171,199,185)
#B6CEC3
(182,206,195)
#C1D5CD
(193,213,205)
#CCDCD7
(204,220,215)
#D7E3E1
(215,227,225)
#E2EAEB
(226,234,235)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAB91 color. Also use rgb(127,171,145) instead hex code.

Text Font Color

.myTextColor { color: #7FAB91; }

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

This text font color is #7FAB91.

Background Color

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

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

This div background color is #7FAB91.

Border color

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

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

This div border color is #7FAB91.

Opacity

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

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

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

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

This text has shadow with #7FAB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAB91.

Preview

Color preview on black background

This text has color #7FAB91 on black background.


Color preview on white background

This text has color #7FAB91 on white background.


Black color preview on #7FAB91 background

This text has black color on #7FAB91 background.


White color preview on #7FAB91 background

This text has white color on #7FAB91 background.


Related colors

Complementary color

Complementary color for #hex is #80546E.


I love getcolorcode.com

Triadic colors

1 #917FAB and #AB917F with #7FAB91 are triadic colors.

2 #91AB7F and #AB7F91 with #7FAB91 are triadic colors.