COLOR #7AB196

HEX: #7AB196
RGB: (122,177,150)

Color info

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

RGB color model

#7AB196 color RGB value is (122,177,150).

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

RGB channels and saturation

R 122 of 255 = 48%
G 177 of 255 = 69%
B 150 of 255 = 59%

122
177
150

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

Portions of RGB colors in percentages

R + G + B =
122 + 177 + 150 = 449 (100%)
R 122 of 449 ~ 27.17%
G 177 of 449 ~ 39.42%
B 150 of 449 ~ 33.41%

%27.17
%39.42
%33.41

CMYK color model

#7AB196 color CMYK value is (31,0,15,31).

  • cyan value is 31.07%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 30.59%
CMYK:
(31,0,15,31)
C31M0Y15K31 
(31%,0%,15%,31%)
(0.31/0.00/0.15/0.31)	

CMYK percentages

%31.07
%0
%15.25
%30.59

Codes

Color #7AB196 in popluar color models

7AB196
RGB122177150
HSL151°26.07%58.63%
HSB/HSV151°31.07%69.41%
CMYK31.07%0.00%15.25%
30.59%

Color #7AB196 in popluar number systems.

HEX7AB196
Decimal122177150
Binary11110101011000110010110
Octal172261226

Shades and tints

Shades of #7AB196

#7AB196
(122,177,150)
#6FA189
(111,161,137)
#64917C
(100,145,124)
#59816F
(89,129,111)
#4E7162
(78,113,98)
#436155
(67,97,85)
#385148
(56,81,72)
#2D413B
(45,65,59)
#22312E
(34,49,46)
#172121
(23,33,33)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #7AB196

#7AB196
(122,177,150)
#86B89F
(134,184,159)
#92BFA8
(146,191,168)
#9EC6B1
(158,198,177)
#AACDBA
(170,205,186)
#B6D4C3
(182,212,195)
#C2DBCC
(194,219,204)
#CEE2D5
(206,226,213)
#DAE9DE
(218,233,222)
#E6F0E7
(230,240,231)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB196; }

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

This text font color is #7AB196.


Background Color

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

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

This div background color is #7AB196.


Border color

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

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

This div border color is #7AB196.


Opacity

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

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

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

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

This text has shadow with #7AB196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB196 on black background.


Color preview on white background

This text has color #7AB196 on white background.



Black color preview on #7AB196 background

This text has black color on #7AB196 background.


White color preview on #7AB196 background

This text has white color on #7AB196 background.