COLOR #7ACB95

HEX: #7ACB95
RGB: (122,203,149)

Color info

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

RGB color model

#7ACB95 color RGB value is (122,203,149).

  • red value is 122;
  • green value is 203;
  • blue value is 149.
RGB:
(122,203,149)
(48%,80%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 203 of 255 = 80%
B 149 of 255 = 58%

122
203
149

R + G + B ~ 62%. #7ACB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 203 + 149 = 474 (100%)
R 122 of 474 ~ 25.74%
G 203 of 474 ~ 42.83%
B 149 of 474 ~ 31.43%

%25.74
%42.83
%31.43

CMYK color model

#7ACB95 color CMYK value is (40,0,27,20).

  • cyan value is 39.90%
  • magenta value is 0.00%
  • yellow value is 26.60%
  • key color value is 20.39%
CMYK:
(40,0,27,20)
C40M0Y27K20 
(40%,0%,27%,20%)
(0.40/0.00/0.27/0.20)	

CMYK percentages

%39.9
%0
%26.6
%20.39

Codes

Color #7ACB95 in popluar color models

7ACB95
RGB122203149
HSL140°43.78%63.73%
HSB/HSV140°39.90%79.61%
CMYK39.90%0.00%26.60%
20.39%

Color #7ACB95 in popluar number systems.

HEX7ACB95
Decimal122203149
Binary11110101100101110010101
Octal172313225

Shades and tints

Shades of #7ACB95

#7ACB95
(122,203,149)
#6FB988
(111,185,136)
#64A77B
(100,167,123)
#59956E
(89,149,110)
#4E8361
(78,131,97)
#437154
(67,113,84)
#385F47
(56,95,71)
#2D4D3A
(45,77,58)
#223B2D
(34,59,45)
#172920
(23,41,32)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #7ACB95

#7ACB95
(122,203,149)
#86CF9E
(134,207,158)
#92D3A7
(146,211,167)
#9ED7B0
(158,215,176)
#AADBB9
(170,219,185)
#B6DFC2
(182,223,194)
#C2E3CB
(194,227,203)
#CEE7D4
(206,231,212)
#DAEBDD
(218,235,221)
#E6EFE6
(230,239,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACB95 color. Also use rgb(122,203,149) instead hex code.

Text Font Color

.myTextColor { color: #7ACB95; }

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

This text font color is #7ACB95.


Background Color

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

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

This div background color is #7ACB95.


Border color

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

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

This div border color is #7ACB95.


Opacity

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

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

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

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

This text has shadow with #7ACB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ACB95 on black background.


Color preview on white background

This text has color #7ACB95 on white background.



Black color preview on #7ACB95 background

This text has black color on #7ACB95 background.


White color preview on #7ACB95 background

This text has white color on #7ACB95 background.