COLOR #7AB88E

HEX: #7AB88E
RGB: (122,184,142)

Color info

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

RGB color model

#7AB88E color RGB value is (122,184,142).

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

RGB channels and saturation

R 122 of 255 = 48%
G 184 of 255 = 72%
B 142 of 255 = 56%

122
184
142

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

Portions of RGB colors in percentages

R + G + B =
122 + 184 + 142 = 448 (100%)
R 122 of 448 ~ 27.23%
G 184 of 448 ~ 41.07%
B 142 of 448 ~ 31.7%

%27.23
%41.07
%31.7

CMYK color model

#7AB88E color CMYK value is (34,0,23,28).

  • cyan value is 33.70%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 27.84%
CMYK:
(34,0,23,28)
C34M0Y23K28 
(34%,0%,23%,28%)
(0.34/0.00/0.23/0.28)	

CMYK percentages

%33.7
%0
%22.83
%27.84

Codes

Color #7AB88E in popluar color models

7AB88E
RGB122184142
HSL139°30.39%60.00%
HSB/HSV139°33.70%72.16%
CMYK33.70%0.00%22.83%
27.84%

Color #7AB88E in popluar number systems.

HEX7AB88E
Decimal122184142
Binary11110101011100010001110
Octal172270216

Shades and tints

Shades of #7AB88E

#7AB88E
(122,184,142)
#6FA882
(111,168,130)
#649876
(100,152,118)
#59886A
(89,136,106)
#4E785E
(78,120,94)
#436852
(67,104,82)
#385846
(56,88,70)
#2D483A
(45,72,58)
#22382E
(34,56,46)
#172822
(23,40,34)
#0C1816
(12,24,22)
#000000
(0,0,0)

Tints of #7AB88E

#7AB88E
(122,184,142)
#86BE98
(134,190,152)
#92C4A2
(146,196,162)
#9ECAAC
(158,202,172)
#AAD0B6
(170,208,182)
#B6D6C0
(182,214,192)
#C2DCCA
(194,220,202)
#CEE2D4
(206,226,212)
#DAE8DE
(218,232,222)
#E6EEE8
(230,238,232)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB88E; }

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

This text font color is #7AB88E.


Background Color

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

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

This div background color is #7AB88E.


Border color

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

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

This div border color is #7AB88E.


Opacity

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

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

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

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

This text has shadow with #7AB88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB88E on black background.


Color preview on white background

This text has color #7AB88E on white background.



Black color preview on #7AB88E background

This text has black color on #7AB88E background.


White color preview on #7AB88E background

This text has white color on #7AB88E background.