COLOR #7FAA95

HEX: #7FAA95 RGB: (127,170,149)

Color info

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

RGB color model

#7FAA95 color RGB value is (127,170,149).

RGB: (127,170,149) (50%, 67%, 58%)

RGB channels and saturation

R 127 of 255 = 50%
G 170 of 255 = 67%
B 149 of 255 = 58%

127
170
149

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

Portions of RGB colors in percentages

R + G + B = 127 + 170 + 149 = 446 (100%)
R 127 of 446 ~ 28.48%
G 170 of 446 ~ 38.12%
B 149 of 446 ~ 33.41'%

%28.48
%38.12
%33.41

CMYK color model

#7FAA95 color CMYK value is (25,0,12,33).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK: (25,0,12,33) C25M0Y12K33 (25%,0%,12%,33%) (0.25/0.00/0.12/0.33) 

CMYK percentages

%25.29
%0
%12.35
%33.33

Codes

Color #7FAA95 in popluar color models

7F AA 95
RGB 127 170 149
HSL 151° 20.19% 58.24%
HSB/HSV 151° 25.29% 66.67%
CMYK 25.29% 0.00% 12.35%
33.33%

Color #7FAA95 in popluar number systems.

HEX 7F AA 95
Decimal 127 170 149
Binary 1111111 10101010 10010101
Octal 177 252 225

Shades and tints

Shades of #7FAA95

#7FAA95
(127,170,149)
#749B88
(116,155,136)
#698C7B
(105,140,123)
#5E7D6E
(94,125,110)
#536E61
(83,110,97)
#485F54
(72,95,84)
#3D5047
(61,80,71)
#32413A
(50,65,58)
#27322D
(39,50,45)
#1C2320
(28,35,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #7FAA95

#7FAA95
(127,170,149)
#8AB19E
(138,177,158)
#95B8A7
(149,184,167)
#A0BFB0
(160,191,176)
#ABC6B9
(171,198,185)
#B6CDC2
(182,205,194)
#C1D4CB
(193,212,203)
#CCDBD4
(204,219,212)
#D7E2DD
(215,226,221)
#E2E9E6
(226,233,230)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAA95; }

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

This text font color is #7FAA95.

Background Color

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

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

This div background color is #7FAA95.

Border color

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

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

This div border color is #7FAA95.

Opacity

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

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

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

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

This text has shadow with #7FAA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAA95.

Preview

Color preview on black background

This text has color #7FAA95 on black background.


Color preview on white background

This text has color #7FAA95 on white background.


Black color preview on #7FAA95 background

This text has black color on #7FAA95 background.


White color preview on #7FAA95 background

This text has white color on #7FAA95 background.


Related colors

Complementary color

Complementary color for #hex is #80556A.


I love getcolorcode.com

Triadic colors

1 #957FAA and #AA957F with #7FAA95 are triadic colors.

2 #95AA7F and #AA7F95 with #7FAA95 are triadic colors.