COLOR #7AB985

HEX: #7AB985
RGB: (122,185,133)

Color info

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

RGB color model

#7AB985 color RGB value is (122,185,133).

  • red value is 122;
  • green value is 185;
  • blue value is 133.
RGB:
(122,185,133)
(48%,73%,52%)

RGB channels and saturation

R 122 of 255 = 48%
G 185 of 255 = 73%
B 133 of 255 = 52%

122
185
133

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

Portions of RGB colors in percentages

R + G + B =
122 + 185 + 133 = 440 (100%)
R 122 of 440 ~ 27.73%
G 185 of 440 ~ 42.05%
B 133 of 440 ~ 30.23%

%27.73
%42.05
%30.23

CMYK color model

#7AB985 color CMYK value is (34,0,28,27).

  • cyan value is 34.05%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 27.45%
CMYK:
(34,0,28,27)
C34M0Y28K27 
(34%,0%,28%,27%)
(0.34/0.00/0.28/0.27)	

CMYK percentages

%34.05
%0
%28.11
%27.45

Codes

Color #7AB985 in popluar color models

7AB985
RGB122185133
HSL130°31.03%60.20%
HSB/HSV130°34.05%72.55%
CMYK34.05%0.00%28.11%
27.45%

Color #7AB985 in popluar number systems.

HEX7AB985
Decimal122185133
Binary11110101011100110000101
Octal172271205

Shades and tints

Shades of #7AB985

#7AB985
(122,185,133)
#6FA979
(111,169,121)
#64996D
(100,153,109)
#598961
(89,137,97)
#4E7955
(78,121,85)
#436949
(67,105,73)
#38593D
(56,89,61)
#2D4931
(45,73,49)
#223925
(34,57,37)
#172919
(23,41,25)
#0C190D
(12,25,13)
#000000
(0,0,0)

Tints of #7AB985

#7AB985
(122,185,133)
#86BF90
(134,191,144)
#92C59B
(146,197,155)
#9ECBA6
(158,203,166)
#AAD1B1
(170,209,177)
#B6D7BC
(182,215,188)
#C2DDC7
(194,221,199)
#CEE3D2
(206,227,210)
#DAE9DD
(218,233,221)
#E6EFE8
(230,239,232)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB985 color. Also use rgb(122,185,133) instead hex code.

Text Font Color

.myTextColor { color: #7AB985; }

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

This text font color is #7AB985.


Background Color

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

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

This div background color is #7AB985.


Border color

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

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

This div border color is #7AB985.


Opacity

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

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

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

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

This text has shadow with #7AB985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB985 on black background.


Color preview on white background

This text has color #7AB985 on white background.



Black color preview on #7AB985 background

This text has black color on #7AB985 background.


White color preview on #7AB985 background

This text has white color on #7AB985 background.