COLOR #7ACB8D

HEX: #7ACB8D RGB: (122,203,141)

Color info

#7ACB8D contains mainly green color. Web safe color of #7ACB8D is #66CC99 (or #6C9).

RGB color model

#7ACB8D color RGB value is (122,203,141).

RGB: (122,203,141) (48%, 80%, 55%)

RGB channels and saturation

R 122 of 255 = 48%
G 203 of 255 = 80%
B 141 of 255 = 55%

122
203
141

R + G + B ~ 61%. #7ACB8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 203 + 141 = 466 (100%)
R 122 of 466 ~ 26.18%
G 203 of 466 ~ 43.56%
B 141 of 466 ~ 30.26'%

%26.18
%43.56
%30.26

CMYK color model

#7ACB8D color CMYK value is (40,0,31,20).

  • cyan value is 39.90%
  • magenta value is 0.00%
  • yellow value is 30.54%
  • key color value is 20.39%
CMYK: (40,0,31,20) C40M0Y31K20 (40%,0%,31%,20%) (0.40/0.00/0.31/0.20) 

CMYK percentages

%39.9
%0
%30.54
%20.39

Codes

Color #7ACB8D in popluar color models

7A CB 8D
RGB 122 203 141
HSL 134° 43.78% 63.73%
HSB/HSV 134° 39.90% 79.61%
CMYK 39.90% 0.00% 30.54%
20.39%

Color #7ACB8D in popluar number systems.

HEX 7A CB 8D
Decimal 122 203 141
Binary 1111010 11001011 10001101
Octal 172 313 215

Shades and tints

Shades of #7ACB8D

#7ACB8D
(122,203,141)
#6FB981
(111,185,129)
#64A775
(100,167,117)
#599569
(89,149,105)
#4E835D
(78,131,93)
#437151
(67,113,81)
#385F45
(56,95,69)
#2D4D39
(45,77,57)
#223B2D
(34,59,45)
#172921
(23,41,33)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #7ACB8D

#7ACB8D
(122,203,141)
#86CF97
(134,207,151)
#92D3A1
(146,211,161)
#9ED7AB
(158,215,171)
#AADBB5
(170,219,181)
#B6DFBF
(182,223,191)
#C2E3C9
(194,227,201)
#CEE7D3
(206,231,211)
#DAEBDD
(218,235,221)
#E6EFE7
(230,239,231)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ACB8D; }

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

This text font color is #7ACB8D.

Background Color

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

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

This div background color is #7ACB8D.

Border color

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

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

This div border color is #7ACB8D.

Opacity

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

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

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

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

This text has shadow with #7ACB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ACB8D.

Preview

Color preview on black background

This text has color #7ACB8D on black background.


Color preview on white background

This text has color #7ACB8D on white background.


Black color preview on #7ACB8D background

This text has black color on #7ACB8D background.


White color preview on #7ACB8D background

This text has white color on #7ACB8D background.


Related colors

Complementary color

Complementary color for #hex is #853472.


I love getcolorcode.com

Triadic colors

1 #8D7ACB and #CB8D7A with #7ACB8D are triadic colors.

2 #8DCB7A and #CB7A8D with #7ACB8D are triadic colors.