COLOR #7CBAA4

HEX: #7CBAA4 RGB: (124,186,164)

Color info

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

RGB color model

#7CBAA4 color RGB value is (124,186,164).

RGB: (124,186,164) (49%, 73%, 64%)

RGB channels and saturation

R 124 of 255 = 49%
G 186 of 255 = 73%
B 164 of 255 = 64%

124
186
164

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

Portions of RGB colors in percentages

R + G + B = 124 + 186 + 164 = 474 (100%)
R 124 of 474 ~ 26.16%
G 186 of 474 ~ 39.24%
B 164 of 474 ~ 34.6'%

%26.16
%39.24
%34.6

CMYK color model

#7CBAA4 color CMYK value is (33,0,12,27).

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

CMYK: (33,0,12,27)
C33M0Y12K27 (33%, 0%, 12%, 27%)
(0.33 / 0.00 / 0.12 / 0.27)

CMYK percentages

%33.33
%0
%11.83
%27.06

Codes

Color #7CBAA4 in popluar color models

7C BA A4
RGB 124 186 164
HSL 159° 31.00% 60.78%
HSB/HSV 159° 33.33% 72.94%
CMYK 33.33% 0.00% 11.83%
27.06%

Color #7CBAA4 in popluar number systems.

HEX 7C BA A4
Decimal 124 186 164
Binary 1111100 10111010 10100100
Octal 174 272 244

Shades and tints

Shades of #7CBAA4

#7CBAA4
(124,186,164)
#71AA96
(113,170,150)
#669A88
(102,154,136)
#5B8A7A
(91,138,122)
#507A6C
(80,122,108)
#456A5E
(69,106,94)
#3A5A50
(58,90,80)
#2F4A42
(47,74,66)
#243A34
(36,58,52)
#192A26
(25,42,38)
#0E1A18
(14,26,24)
#000000
(0,0,0)

Tints of #7CBAA4

#7CBAA4
(124,186,164)
#87C0AC
(135,192,172)
#92C6B4
(146,198,180)
#9DCCBC
(157,204,188)
#A8D2C4
(168,210,196)
#B3D8CC
(179,216,204)
#BEDED4
(190,222,212)
#C9E4DC
(201,228,220)
#D4EAE4
(212,234,228)
#DFF0EC
(223,240,236)
#EAF6F4
(234,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBAA4; }

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

This text font color is #7CBAA4.

Background Color

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

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

This div background color is #7CBAA4.

Border color

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

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

This div border color is #7CBAA4.

Opacity

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

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

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

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

This text has shadow with #7CBAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBAA4.

Preview

Color preview on black background

This text has color #7CBAA4 on black background.


Color preview on white background

This text has color #7CBAA4 on white background.


Black color preview on #7CBAA4 background

This text has black color on #7CBAA4 background.


White color preview on #7CBAA4 background

This text has white color on #7CBAA4 background.


Related colors

Complementary color

Complementary color for #hex is #83455B.


I love getcolorcode.com

Triadic colors

1 #A47CBA and #BAA47C with #7CBAA4 are triadic colors.

2 #A4BA7C and #BA7CA4 with #7CBAA4 are triadic colors.