COLOR #7CC3AC

HEX: #7CC3AC
RGB: (124,195,172)

Color info

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

RGB color model

#7CC3AC color RGB value is (124,195,172).

  • red value is 124;
  • green value is 195;
  • blue value is 172.
RGB:
(124,195,172)
(49%,76%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 195 of 255 = 76%
B 172 of 255 = 67%

124
195
172

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

Portions of RGB colors in percentages

R + G + B =
124 + 195 + 172 = 491 (100%)
R 124 of 491 ~ 25.25%
G 195 of 491 ~ 39.71%
B 172 of 491 ~ 35.03%

%25.25
%39.71
%35.03

CMYK color model

#7CC3AC color CMYK value is (36,0,12,24).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 23.53%
CMYK:
(36,0,12,24)
C36M0Y12K24 
(36%,0%,12%,24%)
(0.36/0.00/0.12/0.24)	

CMYK percentages

%36.41
%0
%11.79
%23.53

Codes

Color #7CC3AC in popluar color models

7CC3AC
RGB124195172
HSL161°37.17%62.55%
HSB/HSV161°36.41%76.47%
CMYK36.41%0.00%11.79%
23.53%

Color #7CC3AC in popluar number systems.

HEX7CC3AC
Decimal124195172
Binary11111001100001110101100
Octal174303254

Shades and tints

Shades of #7CC3AC

#7CC3AC
(124,195,172)
#71B29D
(113,178,157)
#66A18E
(102,161,142)
#5B907F
(91,144,127)
#507F70
(80,127,112)
#456E61
(69,110,97)
#3A5D52
(58,93,82)
#2F4C43
(47,76,67)
#243B34
(36,59,52)
#192A25
(25,42,37)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #7CC3AC

#7CC3AC
(124,195,172)
#87C8B3
(135,200,179)
#92CDBA
(146,205,186)
#9DD2C1
(157,210,193)
#A8D7C8
(168,215,200)
#B3DCCF
(179,220,207)
#BEE1D6
(190,225,214)
#C9E6DD
(201,230,221)
#D4EBE4
(212,235,228)
#DFF0EB
(223,240,235)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC3AC color. Also use rgb(124,195,172) instead hex code.

Text Font Color

.myTextColor { color: #7CC3AC; }

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

This text font color is #7CC3AC.


Background Color

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

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

This div background color is #7CC3AC.


Border color

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

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

This div border color is #7CC3AC.


Opacity

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

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

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

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

This text has shadow with #7CC3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC3AC on black background.


Color preview on white background

This text has color #7CC3AC on white background.



Black color preview on #7CC3AC background

This text has black color on #7CC3AC background.


White color preview on #7CC3AC background

This text has white color on #7CC3AC background.