COLOR #7AB892

HEX: #7AB892
RGB: (122,184,146)

Color info

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

RGB color model

#7AB892 color RGB value is (122,184,146).

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

RGB channels and saturation

R 122 of 255 = 48%
G 184 of 255 = 72%
B 146 of 255 = 57%

122
184
146

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

Portions of RGB colors in percentages

R + G + B =
122 + 184 + 146 = 452 (100%)
R 122 of 452 ~ 26.99%
G 184 of 452 ~ 40.71%
B 146 of 452 ~ 32.3%

%26.99
%40.71
%32.3

CMYK color model

#7AB892 color CMYK value is (34,0,21,28).

  • cyan value is 33.70%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 27.84%
CMYK:
(34,0,21,28)
C34M0Y21K28 
(34%,0%,21%,28%)
(0.34/0.00/0.21/0.28)	

CMYK percentages

%33.7
%0
%20.65
%27.84

Codes

Color #7AB892 in popluar color models

7AB892
RGB122184146
HSL143°30.39%60.00%
HSB/HSV143°33.70%72.16%
CMYK33.70%0.00%20.65%
27.84%

Color #7AB892 in popluar number systems.

HEX7AB892
Decimal122184146
Binary11110101011100010010010
Octal172270222

Shades and tints

Shades of #7AB892

#7AB892
(122,184,146)
#6FA885
(111,168,133)
#649878
(100,152,120)
#59886B
(89,136,107)
#4E785E
(78,120,94)
#436851
(67,104,81)
#385844
(56,88,68)
#2D4837
(45,72,55)
#22382A
(34,56,42)
#17281D
(23,40,29)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #7AB892

#7AB892
(122,184,146)
#86BE9B
(134,190,155)
#92C4A4
(146,196,164)
#9ECAAD
(158,202,173)
#AAD0B6
(170,208,182)
#B6D6BF
(182,214,191)
#C2DCC8
(194,220,200)
#CEE2D1
(206,226,209)
#DAE8DA
(218,232,218)
#E6EEE3
(230,238,227)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB892; }

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

This text font color is #7AB892.


Background Color

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

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

This div background color is #7AB892.


Border color

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

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

This div border color is #7AB892.


Opacity

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

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

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

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

This text has shadow with #7AB892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB892 on black background.


Color preview on white background

This text has color #7AB892 on white background.



Black color preview on #7AB892 background

This text has black color on #7AB892 background.


White color preview on #7AB892 background

This text has white color on #7AB892 background.