COLOR #7AB896

HEX: #7AB896
RGB: (122,184,150)

Color info

#7AB896 contains mainly green and blue colors. Web safe color of #7AB896 is #66CC99 (or #6C9).

RGB color model

#7AB896 color RGB value is (122,184,150).

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

RGB channels and saturation

R 122 of 255 = 48%
G 184 of 255 = 72%
B 150 of 255 = 59%

122
184
150

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

Portions of RGB colors in percentages

R + G + B =
122 + 184 + 150 = 456 (100%)
R 122 of 456 ~ 26.75%
G 184 of 456 ~ 40.35%
B 150 of 456 ~ 32.89%

%26.75
%40.35
%32.89

CMYK color model

#7AB896 color CMYK value is (34,0,18,28).

  • cyan value is 33.70%
  • magenta value is 0.00%
  • yellow value is 18.48%
  • key color value is 27.84%
CMYK:
(34,0,18,28)
C34M0Y18K28 
(34%,0%,18%,28%)
(0.34/0.00/0.18/0.28)	

CMYK percentages

%33.7
%0
%18.48
%27.84

Codes

Color #7AB896 in popluar color models

7AB896
RGB122184150
HSL147°30.39%60.00%
HSB/HSV147°33.70%72.16%
CMYK33.70%0.00%18.48%
27.84%

Color #7AB896 in popluar number systems.

HEX7AB896
Decimal122184150
Binary11110101011100010010110
Octal172270226

Shades and tints

Shades of #7AB896

#7AB896
(122,184,150)
#6FA889
(111,168,137)
#64987C
(100,152,124)
#59886F
(89,136,111)
#4E7862
(78,120,98)
#436855
(67,104,85)
#385848
(56,88,72)
#2D483B
(45,72,59)
#22382E
(34,56,46)
#172821
(23,40,33)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #7AB896

#7AB896
(122,184,150)
#86BE9F
(134,190,159)
#92C4A8
(146,196,168)
#9ECAB1
(158,202,177)
#AAD0BA
(170,208,186)
#B6D6C3
(182,214,195)
#C2DCCC
(194,220,204)
#CEE2D5
(206,226,213)
#DAE8DE
(218,232,222)
#E6EEE7
(230,238,231)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB896; }

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

This text font color is #7AB896.


Background Color

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

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

This div background color is #7AB896.


Border color

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

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

This div border color is #7AB896.


Opacity

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

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

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

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

This text has shadow with #7AB896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB896 on black background.


Color preview on white background

This text has color #7AB896 on white background.



Black color preview on #7AB896 background

This text has black color on #7AB896 background.


White color preview on #7AB896 background

This text has white color on #7AB896 background.