COLOR #7CBC9A

HEX: #7CBC9A RGB: (124,188,154)

Color info

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

RGB color model

#7CBC9A color RGB value is (124,188,154).

RGB: (124,188,154) (49%, 74%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 188 of 255 = 74%
B 154 of 255 = 60%

124
188
154

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

Portions of RGB colors in percentages

R + G + B = 124 + 188 + 154 = 466 (100%)
R 124 of 466 ~ 26.61%
G 188 of 466 ~ 40.34%
B 154 of 466 ~ 33.05'%

%26.61
%40.34
%33.05

CMYK color model

#7CBC9A color CMYK value is (34,0,18,26).

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 26.27%

CMYK: (34,0,18,26)
C34M0Y18K26 (34%, 0%, 18%, 26%)
(0.34 / 0.00 / 0.18 / 0.26)

CMYK percentages

%34.04
%0
%18.09
%26.27

Codes

Color #7CBC9A in popluar color models

7C BC 9A
RGB 124 188 154
HSL 148° 32.32% 61.18%
HSB/HSV 148° 34.04% 73.73%
CMYK 34.04% 0.00% 18.09%
26.27%

Color #7CBC9A in popluar number systems.

HEX 7C BC 9A
Decimal 124 188 154
Binary 1111100 10111100 10011010
Octal 174 274 232

Shades and tints

Shades of #7CBC9A

#7CBC9A
(124,188,154)
#71AB8C
(113,171,140)
#669A7E
(102,154,126)
#5B8970
(91,137,112)
#507862
(80,120,98)
#456754
(69,103,84)
#3A5646
(58,86,70)
#2F4538
(47,69,56)
#24342A
(36,52,42)
#19231C
(25,35,28)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #7CBC9A

#7CBC9A
(124,188,154)
#87C2A3
(135,194,163)
#92C8AC
(146,200,172)
#9DCEB5
(157,206,181)
#A8D4BE
(168,212,190)
#B3DAC7
(179,218,199)
#BEE0D0
(190,224,208)
#C9E6D9
(201,230,217)
#D4ECE2
(212,236,226)
#DFF2EB
(223,242,235)
#EAF8F4
(234,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBC9A color. Also use rgb(124,188,154) instead hex code.

Text Font Color

.myTextColor { color: #7CBC9A; }

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

This text font color is #7CBC9A.

Background Color

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

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

This div background color is #7CBC9A.

Border color

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

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

This div border color is #7CBC9A.

Opacity

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

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

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

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

This text has shadow with #7CBC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBC9A.

Preview

Color preview on black background

This text has color #7CBC9A on black background.


Color preview on white background

This text has color #7CBC9A on white background.


Black color preview on #7CBC9A background

This text has black color on #7CBC9A background.


White color preview on #7CBC9A background

This text has white color on #7CBC9A background.


Related colors

Complementary color

Complementary color for #hex is #834365.


I love getcolorcode.com

Triadic colors

1 #9A7CBC and #BC9A7C with #7CBC9A are triadic colors.

2 #9ABC7C and #BC7C9A with #7CBC9A are triadic colors.