COLOR #7CB6A6

HEX: #7CB6A6
RGB: (124,182,166)

Color info

#7CB6A6 contains red, green and blue colors in about the same proportion. Web safe color of #7CB6A6 is #66CC99 (or #6C9).

RGB color model

#7CB6A6 color RGB value is (124,182,166).

  • red value is 124;
  • green value is 182;
  • blue value is 166.
RGB:
(124,182,166)
(49%,71%,65%)

RGB channels and saturation

R 124 of 255 = 49%
G 182 of 255 = 71%
B 166 of 255 = 65%

124
182
166

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

Portions of RGB colors in percentages

R + G + B =
124 + 182 + 166 = 472 (100%)
R 124 of 472 ~ 26.27%
G 182 of 472 ~ 38.56%
B 166 of 472 ~ 35.17%

%26.27
%38.56
%35.17

CMYK color model

#7CB6A6 color CMYK value is (32,0,9,29).

  • cyan value is 31.87%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 28.63%
CMYK:
(32,0,9,29)
C32M0Y9K29 
(32%,0%,9%,29%)
(0.32/0.00/0.09/0.29)	

CMYK percentages

%31.87
%0
%8.79
%28.63

Codes

Color #7CB6A6 in popluar color models

7CB6A6
RGB124182166
HSL163°28.43%60.00%
HSB/HSV163°31.87%71.37%
CMYK31.87%0.00%8.79%
28.63%

Color #7CB6A6 in popluar number systems.

HEX7CB6A6
Decimal124182166
Binary11111001011011010100110
Octal174266246

Shades and tints

Shades of #7CB6A6

#7CB6A6
(124,182,166)
#71A697
(113,166,151)
#669688
(102,150,136)
#5B8679
(91,134,121)
#50766A
(80,118,106)
#45665B
(69,102,91)
#3A564C
(58,86,76)
#2F463D
(47,70,61)
#24362E
(36,54,46)
#19261F
(25,38,31)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #7CB6A6

#7CB6A6
(124,182,166)
#87BCAE
(135,188,174)
#92C2B6
(146,194,182)
#9DC8BE
(157,200,190)
#A8CEC6
(168,206,198)
#B3D4CE
(179,212,206)
#BEDAD6
(190,218,214)
#C9E0DE
(201,224,222)
#D4E6E6
(212,230,230)
#DFECEE
(223,236,238)
#EAF2F6
(234,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB6A6; }

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

This text font color is #7CB6A6.


Background Color

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

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

This div background color is #7CB6A6.


Border color

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

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

This div border color is #7CB6A6.


Opacity

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

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

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

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

This text has shadow with #7CB6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB6A6 on black background.


Color preview on white background

This text has color #7CB6A6 on white background.



Black color preview on #7CB6A6 background

This text has black color on #7CB6A6 background.


White color preview on #7CB6A6 background

This text has white color on #7CB6A6 background.