COLOR #7AB08F

HEX: #7AB08F
RGB: (122,176,143)

Color info

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

RGB color model

#7AB08F color RGB value is (122,176,143).

  • red value is 122;
  • green value is 176;
  • blue value is 143.
RGB:
(122,176,143)
(48%,69%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 176 of 255 = 69%
B 143 of 255 = 56%

122
176
143

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

Portions of RGB colors in percentages

R + G + B =
122 + 176 + 143 = 441 (100%)
R 122 of 441 ~ 27.66%
G 176 of 441 ~ 39.91%
B 143 of 441 ~ 32.43%

%27.66
%39.91
%32.43

CMYK color model

#7AB08F color CMYK value is (31,0,19,31).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 30.98%
CMYK:
(31,0,19,31)
C31M0Y19K31 
(31%,0%,19%,31%)
(0.31/0.00/0.19/0.31)	

CMYK percentages

%30.68
%0
%18.75
%30.98

Codes

Color #7AB08F in popluar color models

7AB08F
RGB122176143
HSL143°25.47%58.43%
HSB/HSV143°30.68%69.02%
CMYK30.68%0.00%18.75%
30.98%

Color #7AB08F in popluar number systems.

HEX7AB08F
Decimal122176143
Binary11110101011000010001111
Octal172260217

Shades and tints

Shades of #7AB08F

#7AB08F
(122,176,143)
#6FA082
(111,160,130)
#649075
(100,144,117)
#598068
(89,128,104)
#4E705B
(78,112,91)
#43604E
(67,96,78)
#385041
(56,80,65)
#2D4034
(45,64,52)
#223027
(34,48,39)
#17201A
(23,32,26)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #7AB08F

#7AB08F
(122,176,143)
#86B799
(134,183,153)
#92BEA3
(146,190,163)
#9EC5AD
(158,197,173)
#AACCB7
(170,204,183)
#B6D3C1
(182,211,193)
#C2DACB
(194,218,203)
#CEE1D5
(206,225,213)
#DAE8DF
(218,232,223)
#E6EFE9
(230,239,233)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB08F color. Also use rgb(122,176,143) instead hex code.

Text Font Color

.myTextColor { color: #7AB08F; }

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

This text font color is #7AB08F.


Background Color

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

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

This div background color is #7AB08F.


Border color

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

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

This div border color is #7AB08F.


Opacity

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

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

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

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

This text has shadow with #7AB08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB08F on black background.


Color preview on white background

This text has color #7AB08F on white background.



Black color preview on #7AB08F background

This text has black color on #7AB08F background.


White color preview on #7AB08F background

This text has white color on #7AB08F background.