COLOR #7AAB87

HEX: #7AAB87 RGB: (122,171,135)

Color info

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

RGB color model

#7AAB87 color RGB value is (122,171,135).

RGB: (122,171,135) (48%, 67%, 53%)

RGB channels and saturation

R 122 of 255 = 48%
G 171 of 255 = 67%
B 135 of 255 = 53%

122
171
135

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

Portions of RGB colors in percentages

R + G + B = 122 + 171 + 135 = 428 (100%)
R 122 of 428 ~ 28.5%
G 171 of 428 ~ 39.95%
B 135 of 428 ~ 31.54'%

%28.5
%39.95
%31.54

CMYK color model

#7AAB87 color CMYK value is (29,0,21,33).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 32.94%

CMYK: (29,0,21,33)
C29M0Y21K33 (29%, 0%, 21%, 33%)
(0.29 / 0.00 / 0.21 / 0.33)

CMYK percentages

%28.65
%0
%21.05
%32.94

Codes

Color #7AAB87 in popluar color models

7A AB 87
RGB 122 171 135
HSL 136° 22.58% 57.45%
HSB/HSV 136° 28.65% 67.06%
CMYK 28.65% 0.00% 21.05%
32.94%

Color #7AAB87 in popluar number systems.

HEX 7A AB 87
Decimal 122 171 135
Binary 1111010 10101011 10000111
Octal 172 253 207

Shades and tints

Shades of #7AAB87

#7AAB87
(122,171,135)
#6F9C7B
(111,156,123)
#648D6F
(100,141,111)
#597E63
(89,126,99)
#4E6F57
(78,111,87)
#43604B
(67,96,75)
#38513F
(56,81,63)
#2D4233
(45,66,51)
#223327
(34,51,39)
#17241B
(23,36,27)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #7AAB87

#7AAB87
(122,171,135)
#86B291
(134,178,145)
#92B99B
(146,185,155)
#9EC0A5
(158,192,165)
#AAC7AF
(170,199,175)
#B6CEB9
(182,206,185)
#C2D5C3
(194,213,195)
#CEDCCD
(206,220,205)
#DAE3D7
(218,227,215)
#E6EAE1
(230,234,225)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAB87 color. Also use rgb(122,171,135) instead hex code.

Text Font Color

.myTextColor { color: #7AAB87; }

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

This text font color is #7AAB87.

Background Color

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

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

This div background color is #7AAB87.

Border color

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

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

This div border color is #7AAB87.

Opacity

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

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

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

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

This text has shadow with #7AAB87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAB87.

Preview

Color preview on black background

This text has color #7AAB87 on black background.


Color preview on white background

This text has color #7AAB87 on white background.


Black color preview on #7AAB87 background

This text has black color on #7AAB87 background.


White color preview on #7AAB87 background

This text has white color on #7AAB87 background.


Related colors

Complementary color

Complementary color for #hex is #855478.


I love getcolorcode.com

Triadic colors

1 #877AAB and #AB877A with #7AAB87 are triadic colors.

2 #87AB7A and #AB7A87 with #7AAB87 are triadic colors.