COLOR #7CBAB6

HEX: #7CBAB6 RGB: (124,186,182)

Color info

#7CBAB6 contains mainly green and blue colors. Web safe color of #7CBAB6 is #66CCCC (or #6CC).

RGB color model

#7CBAB6 color RGB value is (124,186,182).

RGB: (124,186,182) (49%, 73%, 71%)

RGB channels and saturation

R 124 of 255 = 49%
G 186 of 255 = 73%
B 182 of 255 = 71%

124
186
182

R + G + B ~ 64%. #7CBAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 186 + 182 = 492 (100%)
R 124 of 492 ~ 25.2%
G 186 of 492 ~ 37.8%
B 182 of 492 ~ 36.99'%

%25.2
%37.8
%36.99

CMYK color model

#7CBAB6 color CMYK value is (33,0,2,27).

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

CMYK: (33,0,2,27)
C33M0Y2K27 (33%, 0%, 2%, 27%)
(0.33 / 0.00 / 0.02 / 0.27)

CMYK percentages

%33.33
%0
%2.15
%27.06

Codes

Color #7CBAB6 in popluar color models

7C BA B6
RGB 124 186 182
HSL 176° 31.00% 60.78%
HSB/HSV 176° 33.33% 72.94%
CMYK 33.33% 0.00% 2.15%
27.06%

Color #7CBAB6 in popluar number systems.

HEX 7C BA B6
Decimal 124 186 182
Binary 1111100 10111010 10110110
Octal 174 272 266

Shades and tints

Shades of #7CBAB6

#7CBAB6
(124,186,182)
#71AAA6
(113,170,166)
#669A96
(102,154,150)
#5B8A86
(91,138,134)
#507A76
(80,122,118)
#456A66
(69,106,102)
#3A5A56
(58,90,86)
#2F4A46
(47,74,70)
#243A36
(36,58,54)
#192A26
(25,42,38)
#0E1A16
(14,26,22)
#000000
(0,0,0)

Tints of #7CBAB6

#7CBAB6
(124,186,182)
#87C0BC
(135,192,188)
#92C6C2
(146,198,194)
#9DCCC8
(157,204,200)
#A8D2CE
(168,210,206)
#B3D8D4
(179,216,212)
#BEDEDA
(190,222,218)
#C9E4E0
(201,228,224)
#D4EAE6
(212,234,230)
#DFF0EC
(223,240,236)
#EAF6F2
(234,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBAB6; }

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

This text font color is #7CBAB6.

Background Color

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

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

This div background color is #7CBAB6.

Border color

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

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

This div border color is #7CBAB6.

Opacity

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

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

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

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

This text has shadow with #7CBAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBAB6.

Preview

Color preview on black background

This text has color #7CBAB6 on black background.


Color preview on white background

This text has color #7CBAB6 on white background.


Black color preview on #7CBAB6 background

This text has black color on #7CBAB6 background.


White color preview on #7CBAB6 background

This text has white color on #7CBAB6 background.


Related colors

Complementary color

Complementary color for #hex is #834549.


I love getcolorcode.com

Triadic colors

1 #B67CBA and #BAB67C with #7CBAB6 are triadic colors.

2 #B6BA7C and #BA7CB6 with #7CBAB6 are triadic colors.