COLOR #7CC2AD

HEX: #7CC2AD
RGB: (124,194,173)

Color info

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

RGB color model

#7CC2AD color RGB value is (124,194,173).

  • red value is 124;
  • green value is 194;
  • blue value is 173.
RGB:
(124,194,173)
(49%,76%,68%)

RGB channels and saturation

R 124 of 255 = 49%
G 194 of 255 = 76%
B 173 of 255 = 68%

124
194
173

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

Portions of RGB colors in percentages

R + G + B =
124 + 194 + 173 = 491 (100%)
R 124 of 491 ~ 25.25%
G 194 of 491 ~ 39.51%
B 173 of 491 ~ 35.23%

%25.25
%39.51
%35.23

CMYK color model

#7CC2AD color CMYK value is (36,0,11,24).

  • cyan value is 36.08%
  • magenta value is 0.00%
  • yellow value is 10.82%
  • key color value is 23.92%
CMYK:
(36,0,11,24)
C36M0Y11K24 
(36%,0%,11%,24%)
(0.36/0.00/0.11/0.24)	

CMYK percentages

%36.08
%0
%10.82
%23.92

Codes

Color #7CC2AD in popluar color models

7CC2AD
RGB124194173
HSL162°36.46%62.35%
HSB/HSV162°36.08%76.08%
CMYK36.08%0.00%10.82%
23.92%

Color #7CC2AD in popluar number systems.

HEX7CC2AD
Decimal124194173
Binary11111001100001010101101
Octal174302255

Shades and tints

Shades of #7CC2AD

#7CC2AD
(124,194,173)
#71B19E
(113,177,158)
#66A08F
(102,160,143)
#5B8F80
(91,143,128)
#507E71
(80,126,113)
#456D62
(69,109,98)
#3A5C53
(58,92,83)
#2F4B44
(47,75,68)
#243A35
(36,58,53)
#192926
(25,41,38)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #7CC2AD

#7CC2AD
(124,194,173)
#87C7B4
(135,199,180)
#92CCBB
(146,204,187)
#9DD1C2
(157,209,194)
#A8D6C9
(168,214,201)
#B3DBD0
(179,219,208)
#BEE0D7
(190,224,215)
#C9E5DE
(201,229,222)
#D4EAE5
(212,234,229)
#DFEFEC
(223,239,236)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC2AD color. Also use rgb(124,194,173) instead hex code.

Text Font Color

.myTextColor { color: #7CC2AD; }

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

This text font color is #7CC2AD.


Background Color

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

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

This div background color is #7CC2AD.


Border color

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

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

This div border color is #7CC2AD.


Opacity

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

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

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

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

This text has shadow with #7CC2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC2AD on black background.


Color preview on white background

This text has color #7CC2AD on white background.



Black color preview on #7CC2AD background

This text has black color on #7CC2AD background.


White color preview on #7CC2AD background

This text has white color on #7CC2AD background.