COLOR #7CCFAC

HEX: #7CCFAC
RGB: (124,207,172)

Color info

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

RGB color model

#7CCFAC color RGB value is (124,207,172).

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

RGB channels and saturation

R 124 of 255 = 49%
G 207 of 255 = 81%
B 172 of 255 = 67%

124
207
172

R + G + B ~ 66%. #7CCFAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 207 + 172 = 503 (100%)
R 124 of 503 ~ 24.65%
G 207 of 503 ~ 41.15%
B 172 of 503 ~ 34.19%

%24.65
%41.15
%34.19

CMYK color model

#7CCFAC color CMYK value is (40,0,17,19).

  • cyan value is 40.10%
  • magenta value is 0.00%
  • yellow value is 16.91%
  • key color value is 18.82%
CMYK:
(40,0,17,19)
C40M0Y17K19 
(40%,0%,17%,19%)
(0.40/0.00/0.17/0.19)	

CMYK percentages

%40.1
%0
%16.91
%18.82

Codes

Color #7CCFAC in popluar color models

7CCFAC
RGB124207172
HSL155°46.37%64.90%
HSB/HSV155°40.10%81.18%
CMYK40.10%0.00%16.91%
18.82%

Color #7CCFAC in popluar number systems.

HEX7CCFAC
Decimal124207172
Binary11111001100111110101100
Octal174317254

Shades and tints

Shades of #7CCFAC

#7CCFAC
(124,207,172)
#71BD9D
(113,189,157)
#66AB8E
(102,171,142)
#5B997F
(91,153,127)
#508770
(80,135,112)
#457561
(69,117,97)
#3A6352
(58,99,82)
#2F5143
(47,81,67)
#243F34
(36,63,52)
#192D25
(25,45,37)
#0E1B16
(14,27,22)
#000000
(0,0,0)

Tints of #7CCFAC

#7CCFAC
(124,207,172)
#87D3B3
(135,211,179)
#92D7BA
(146,215,186)
#9DDBC1
(157,219,193)
#A8DFC8
(168,223,200)
#B3E3CF
(179,227,207)
#BEE7D6
(190,231,214)
#C9EBDD
(201,235,221)
#D4EFE4
(212,239,228)
#DFF3EB
(223,243,235)
#EAF7F2
(234,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCFAC; }

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

This text font color is #7CCFAC.


Background Color

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

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

This div background color is #7CCFAC.


Border color

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

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

This div border color is #7CCFAC.


Opacity

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

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

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

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

This text has shadow with #7CCFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCFAC on black background.


Color preview on white background

This text has color #7CCFAC on white background.



Black color preview on #7CCFAC background

This text has black color on #7CCFAC background.


White color preview on #7CCFAC background

This text has white color on #7CCFAC background.