COLOR #7CBA89

HEX: #7CBA89 RGB: (124,186,137)

Color info

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

RGB color model

#7CBA89 color RGB value is (124,186,137).

RGB: (124,186,137) (49%, 73%, 54%)

RGB channels and saturation

R 124 of 255 = 49%
G 186 of 255 = 73%
B 137 of 255 = 54%

124
186
137

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

Portions of RGB colors in percentages

R + G + B = 124 + 186 + 137 = 447 (100%)
R 124 of 447 ~ 27.74%
G 186 of 447 ~ 41.61%
B 137 of 447 ~ 30.65'%

%27.74
%41.61
%30.65

CMYK color model

#7CBA89 color CMYK value is (33,0,26,27).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 27.06%

CMYK: (33,0,26,27)
C33M0Y26K27 (33%, 0%, 26%, 27%)
(0.33 / 0.00 / 0.26 / 0.27)

CMYK percentages

%33.33
%0
%26.34
%27.06

Codes

Color #7CBA89 in popluar color models

7C BA 89
RGB 124 186 137
HSL 133° 31.00% 60.78%
HSB/HSV 133° 33.33% 72.94%
CMYK 33.33% 0.00% 26.34%
27.06%

Color #7CBA89 in popluar number systems.

HEX 7C BA 89
Decimal 124 186 137
Binary 1111100 10111010 10001001
Octal 174 272 211

Shades and tints

Shades of #7CBA89

#7CBA89
(124,186,137)
#71AA7D
(113,170,125)
#669A71
(102,154,113)
#5B8A65
(91,138,101)
#507A59
(80,122,89)
#456A4D
(69,106,77)
#3A5A41
(58,90,65)
#2F4A35
(47,74,53)
#243A29
(36,58,41)
#192A1D
(25,42,29)
#0E1A11
(14,26,17)
#000000
(0,0,0)

Tints of #7CBA89

#7CBA89
(124,186,137)
#87C093
(135,192,147)
#92C69D
(146,198,157)
#9DCCA7
(157,204,167)
#A8D2B1
(168,210,177)
#B3D8BB
(179,216,187)
#BEDEC5
(190,222,197)
#C9E4CF
(201,228,207)
#D4EAD9
(212,234,217)
#DFF0E3
(223,240,227)
#EAF6ED
(234,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBA89 color. Also use rgb(124,186,137) instead hex code.

Text Font Color

.myTextColor { color: #7CBA89; }

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

This text font color is #7CBA89.

Background Color

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

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

This div background color is #7CBA89.

Border color

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

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

This div border color is #7CBA89.

Opacity

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

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

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

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

This text has shadow with #7CBA89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBA89.

Preview

Color preview on black background

This text has color #7CBA89 on black background.


Color preview on white background

This text has color #7CBA89 on white background.


Black color preview on #7CBA89 background

This text has black color on #7CBA89 background.


White color preview on #7CBA89 background

This text has white color on #7CBA89 background.


Related colors

Complementary color

Complementary color for #hex is #834576.


I love getcolorcode.com

Triadic colors

1 #897CBA and #BA897C with #7CBA89 are triadic colors.

2 #89BA7C and #BA7C89 with #7CBA89 are triadic colors.