COLOR #7AB2AE

HEX: #7AB2AE
RGB: (122,178,174)

Color info

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

RGB color model

#7AB2AE color RGB value is (122,178,174).

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

RGB channels and saturation

R 122 of 255 = 48%
G 178 of 255 = 70%
B 174 of 255 = 68%

122
178
174

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

Portions of RGB colors in percentages

R + G + B =
122 + 178 + 174 = 474 (100%)
R 122 of 474 ~ 25.74%
G 178 of 474 ~ 37.55%
B 174 of 474 ~ 36.71%

%25.74
%37.55
%36.71

CMYK color model

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

  • cyan value is 31.46%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK:
(31,0,2,30)
C31M0Y2K30 
(31%,0%,2%,30%)
(0.31/0.00/0.02/0.30)	

CMYK percentages

%31.46
%0
%2.25
%30.2

Codes

Color #7AB2AE in popluar color models

7AB2AE
RGB122178174
HSL176°26.67%58.82%
HSB/HSV176°31.46%69.80%
CMYK31.46%0.00%2.25%
30.20%

Color #7AB2AE in popluar number systems.

HEX7AB2AE
Decimal122178174
Binary11110101011001010101110
Octal172262256

Shades and tints

Shades of #7AB2AE

#7AB2AE
(122,178,174)
#6FA29F
(111,162,159)
#649290
(100,146,144)
#598281
(89,130,129)
#4E7272
(78,114,114)
#436263
(67,98,99)
#385254
(56,82,84)
#2D4245
(45,66,69)
#223236
(34,50,54)
#172227
(23,34,39)
#0C1218
(12,18,24)
#000000
(0,0,0)

Tints of #7AB2AE

#7AB2AE
(122,178,174)
#86B9B5
(134,185,181)
#92C0BC
(146,192,188)
#9EC7C3
(158,199,195)
#AACECA
(170,206,202)
#B6D5D1
(182,213,209)
#C2DCD8
(194,220,216)
#CEE3DF
(206,227,223)
#DAEAE6
(218,234,230)
#E6F1ED
(230,241,237)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB2AE; }

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

This text font color is #7AB2AE.


Background Color

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

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

This div background color is #7AB2AE.


Border color

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

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

This div border color is #7AB2AE.


Opacity

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

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

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

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

This text has shadow with #7AB2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB2AE on black background.


Color preview on white background

This text has color #7AB2AE on white background.



Black color preview on #7AB2AE background

This text has black color on #7AB2AE background.


White color preview on #7AB2AE background

This text has white color on #7AB2AE background.