COLOR #7AB0A1

HEX: #7AB0A1
RGB: (122,176,161)

Color info

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

RGB color model

#7AB0A1 color RGB value is (122,176,161).

  • red value is 122;
  • green value is 176;
  • blue value is 161.
RGB:
(122,176,161)
(48%,69%,63%)

RGB channels and saturation

R 122 of 255 = 48%
G 176 of 255 = 69%
B 161 of 255 = 63%

122
176
161

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

Portions of RGB colors in percentages

R + G + B =
122 + 176 + 161 = 459 (100%)
R 122 of 459 ~ 26.58%
G 176 of 459 ~ 38.34%
B 161 of 459 ~ 35.08%

%26.58
%38.34
%35.08

CMYK color model

#7AB0A1 color CMYK value is (31,0,9,31).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK:
(31,0,9,31)
C31M0Y9K31 
(31%,0%,9%,31%)
(0.31/0.00/0.09/0.31)	

CMYK percentages

%30.68
%0
%8.52
%30.98

Codes

Color #7AB0A1 in popluar color models

7AB0A1
RGB122176161
HSL163°25.47%58.43%
HSB/HSV163°30.68%69.02%
CMYK30.68%0.00%8.52%
30.98%

Color #7AB0A1 in popluar number systems.

HEX7AB0A1
Decimal122176161
Binary11110101011000010100001
Octal172260241

Shades and tints

Shades of #7AB0A1

#7AB0A1
(122,176,161)
#6FA093
(111,160,147)
#649085
(100,144,133)
#598077
(89,128,119)
#4E7069
(78,112,105)
#43605B
(67,96,91)
#38504D
(56,80,77)
#2D403F
(45,64,63)
#223031
(34,48,49)
#172023
(23,32,35)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #7AB0A1

#7AB0A1
(122,176,161)
#86B7A9
(134,183,169)
#92BEB1
(146,190,177)
#9EC5B9
(158,197,185)
#AACCC1
(170,204,193)
#B6D3C9
(182,211,201)
#C2DAD1
(194,218,209)
#CEE1D9
(206,225,217)
#DAE8E1
(218,232,225)
#E6EFE9
(230,239,233)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB0A1 color. Also use rgb(122,176,161) instead hex code.

Text Font Color

.myTextColor { color: #7AB0A1; }

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

This text font color is #7AB0A1.


Background Color

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

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

This div background color is #7AB0A1.


Border color

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

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

This div border color is #7AB0A1.


Opacity

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

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

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

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

This text has shadow with #7AB0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB0A1 on black background.


Color preview on white background

This text has color #7AB0A1 on white background.



Black color preview on #7AB0A1 background

This text has black color on #7AB0A1 background.


White color preview on #7AB0A1 background

This text has white color on #7AB0A1 background.