COLOR #7AAB91

HEX: #7AAB91
RGB: (122,171,145)

Color info

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

RGB color model

#7AAB91 color RGB value is (122,171,145).

  • red value is 122;
  • green value is 171;
  • blue value is 145.
RGB:
(122,171,145)
(48%,67%,57%)

RGB channels and saturation

R 122 of 255 = 48%
G 171 of 255 = 67%
B 145 of 255 = 57%

122
171
145

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

Portions of RGB colors in percentages

R + G + B =
122 + 171 + 145 = 438 (100%)
R 122 of 438 ~ 27.85%
G 171 of 438 ~ 39.04%
B 145 of 438 ~ 33.11%

%27.85
%39.04
%33.11

CMYK color model

#7AAB91 color CMYK value is (29,0,15,33).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(29,0,15,33)
C29M0Y15K33 
(29%,0%,15%,33%)
(0.29/0.00/0.15/0.33)	

CMYK percentages

%28.65
%0
%15.2
%32.94

Codes

Color #7AAB91 in popluar color models

7AAB91
RGB122171145
HSL148°22.58%57.45%
HSB/HSV148°28.65%67.06%
CMYK28.65%0.00%15.20%
32.94%

Color #7AAB91 in popluar number systems.

HEX7AAB91
Decimal122171145
Binary11110101010101110010001
Octal172253221

Shades and tints

Shades of #7AAB91

#7AAB91
(122,171,145)
#6F9C84
(111,156,132)
#648D77
(100,141,119)
#597E6A
(89,126,106)
#4E6F5D
(78,111,93)
#436050
(67,96,80)
#385143
(56,81,67)
#2D4236
(45,66,54)
#223329
(34,51,41)
#17241C
(23,36,28)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #7AAB91

#7AAB91
(122,171,145)
#86B29B
(134,178,155)
#92B9A5
(146,185,165)
#9EC0AF
(158,192,175)
#AAC7B9
(170,199,185)
#B6CEC3
(182,206,195)
#C2D5CD
(194,213,205)
#CEDCD7
(206,220,215)
#DAE3E1
(218,227,225)
#E6EAEB
(230,234,235)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAB91; }

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

This text font color is #7AAB91.


Background Color

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

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

This div background color is #7AAB91.


Border color

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

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

This div border color is #7AAB91.


Opacity

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

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

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

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

This text has shadow with #7AAB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAB91 on black background.


Color preview on white background

This text has color #7AAB91 on white background.



Black color preview on #7AAB91 background

This text has black color on #7AAB91 background.


White color preview on #7AAB91 background

This text has white color on #7AAB91 background.