COLOR #7AB1AE

HEX: #7AB1AE
RGB: (122,177,174)

Color info

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

RGB color model

#7AB1AE color RGB value is (122,177,174).

  • red value is 122;
  • green value is 177;
  • blue value is 174.
RGB:
(122,177,174)
(48%,69%,68%)

RGB channels and saturation

R 122 of 255 = 48%
G 177 of 255 = 69%
B 174 of 255 = 68%

122
177
174

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

Portions of RGB colors in percentages

R + G + B =
122 + 177 + 174 = 473 (100%)
R 122 of 473 ~ 25.79%
G 177 of 473 ~ 37.42%
B 174 of 473 ~ 36.79%

%25.79
%37.42
%36.79

CMYK color model

#7AB1AE color CMYK value is (31,0,2,31).

  • cyan value is 31.07%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.59%
CMYK:
(31,0,2,31)
C31M0Y2K31 
(31%,0%,2%,31%)
(0.31/0.00/0.02/0.31)	

CMYK percentages

%31.07
%0
%1.69
%30.59

Codes

Color #7AB1AE in popluar color models

7AB1AE
RGB122177174
HSL177°26.07%58.63%
HSB/HSV177°31.07%69.41%
CMYK31.07%0.00%1.69%
30.59%

Color #7AB1AE in popluar number systems.

HEX7AB1AE
Decimal122177174
Binary11110101011000110101110
Octal172261256

Shades and tints

Shades of #7AB1AE

#7AB1AE
(122,177,174)
#6FA19F
(111,161,159)
#649190
(100,145,144)
#598181
(89,129,129)
#4E7172
(78,113,114)
#436163
(67,97,99)
#385154
(56,81,84)
#2D4145
(45,65,69)
#223136
(34,49,54)
#172127
(23,33,39)
#0C1118
(12,17,24)
#000000
(0,0,0)

Tints of #7AB1AE

#7AB1AE
(122,177,174)
#86B8B5
(134,184,181)
#92BFBC
(146,191,188)
#9EC6C3
(158,198,195)
#AACDCA
(170,205,202)
#B6D4D1
(182,212,209)
#C2DBD8
(194,219,216)
#CEE2DF
(206,226,223)
#DAE9E6
(218,233,230)
#E6F0ED
(230,240,237)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB1AE color. Also use rgb(122,177,174) instead hex code.

Text Font Color

.myTextColor { color: #7AB1AE; }

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

This text font color is #7AB1AE.


Background Color

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

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

This div background color is #7AB1AE.


Border color

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

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

This div border color is #7AB1AE.


Opacity

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

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

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

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

This text has shadow with #7AB1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB1AE on black background.


Color preview on white background

This text has color #7AB1AE on white background.



Black color preview on #7AB1AE background

This text has black color on #7AB1AE background.


White color preview on #7AB1AE background

This text has white color on #7AB1AE background.