COLOR #7CC6AA

HEX: #7CC6AA
RGB: (124,198,170)

Color info

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

RGB color model

#7CC6AA color RGB value is (124,198,170).

  • red value is 124;
  • green value is 198;
  • blue value is 170.
RGB:
(124,198,170)
(49%,78%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 198 of 255 = 78%
B 170 of 255 = 67%

124
198
170

R + G + B ~ 65%. #7CC6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 198 + 170 = 492 (100%)
R 124 of 492 ~ 25.2%
G 198 of 492 ~ 40.24%
B 170 of 492 ~ 34.55%

%25.2
%40.24
%34.55

CMYK color model

#7CC6AA color CMYK value is (37,0,14,22).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK:
(37,0,14,22)
C37M0Y14K22 
(37%,0%,14%,22%)
(0.37/0.00/0.14/0.22)	

CMYK percentages

%37.37
%0
%14.14
%22.35

Codes

Color #7CC6AA in popluar color models

7CC6AA
RGB124198170
HSL157°39.36%63.14%
HSB/HSV157°37.37%77.65%
CMYK37.37%0.00%14.14%
22.35%

Color #7CC6AA in popluar number systems.

HEX7CC6AA
Decimal124198170
Binary11111001100011010101010
Octal174306252

Shades and tints

Shades of #7CC6AA

#7CC6AA
(124,198,170)
#71B49B
(113,180,155)
#66A28C
(102,162,140)
#5B907D
(91,144,125)
#507E6E
(80,126,110)
#456C5F
(69,108,95)
#3A5A50
(58,90,80)
#2F4841
(47,72,65)
#243632
(36,54,50)
#192423
(25,36,35)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #7CC6AA

#7CC6AA
(124,198,170)
#87CBB1
(135,203,177)
#92D0B8
(146,208,184)
#9DD5BF
(157,213,191)
#A8DAC6
(168,218,198)
#B3DFCD
(179,223,205)
#BEE4D4
(190,228,212)
#C9E9DB
(201,233,219)
#D4EEE2
(212,238,226)
#DFF3E9
(223,243,233)
#EAF8F0
(234,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC6AA color. Also use rgb(124,198,170) instead hex code.

Text Font Color

.myTextColor { color: #7CC6AA; }

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

This text font color is #7CC6AA.


Background Color

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

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

This div background color is #7CC6AA.


Border color

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

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

This div border color is #7CC6AA.


Opacity

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

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

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

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

This text has shadow with #7CC6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC6AA on black background.


Color preview on white background

This text has color #7CC6AA on white background.



Black color preview on #7CC6AA background

This text has black color on #7CC6AA background.


White color preview on #7CC6AA background

This text has white color on #7CC6AA background.