COLOR #7AB0AF

HEX: #7AB0AF
RGB: (122,176,175)

Color info

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

RGB color model

#7AB0AF color RGB value is (122,176,175).

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

RGB channels and saturation

R 122 of 255 = 48%
G 176 of 255 = 69%
B 175 of 255 = 69%

122
176
175

R + G + B ~ 62%. #7AB0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 176 + 175 = 473 (100%)
R 122 of 473 ~ 25.79%
G 176 of 473 ~ 37.21%
B 175 of 473 ~ 37%

%25.79
%37.21
%37

CMYK color model

#7AB0AF color CMYK value is (31,0,1,31).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(31,0,1,31)
C31M0Y1K31 
(31%,0%,1%,31%)
(0.31/0.00/0.01/0.31)	

CMYK percentages

%30.68
%0
%0.57
%30.98

Codes

Color #7AB0AF in popluar color models

7AB0AF
RGB122176175
HSL179°25.47%58.43%
HSB/HSV179°30.68%69.02%
CMYK30.68%0.00%0.57%
30.98%

Color #7AB0AF in popluar number systems.

HEX7AB0AF
Decimal122176175
Binary11110101011000010101111
Octal172260257

Shades and tints

Shades of #7AB0AF

#7AB0AF
(122,176,175)
#6FA0A0
(111,160,160)
#649091
(100,144,145)
#598082
(89,128,130)
#4E7073
(78,112,115)
#436064
(67,96,100)
#385055
(56,80,85)
#2D4046
(45,64,70)
#223037
(34,48,55)
#172028
(23,32,40)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #7AB0AF

#7AB0AF
(122,176,175)
#86B7B6
(134,183,182)
#92BEBD
(146,190,189)
#9EC5C4
(158,197,196)
#AACCCB
(170,204,203)
#B6D3D2
(182,211,210)
#C2DAD9
(194,218,217)
#CEE1E0
(206,225,224)
#DAE8E7
(218,232,231)
#E6EFEE
(230,239,238)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB0AF; }

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

This text font color is #7AB0AF.


Background Color

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

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

This div background color is #7AB0AF.


Border color

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

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

This div border color is #7AB0AF.


Opacity

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

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

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

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

This text has shadow with #7AB0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB0AF on black background.


Color preview on white background

This text has color #7AB0AF on white background.



Black color preview on #7AB0AF background

This text has black color on #7AB0AF background.


White color preview on #7AB0AF background

This text has white color on #7AB0AF background.