COLOR #7CC5C2

HEX: #7CC5C2
RGB: (124,197,194)

Color info

#7CC5C2 contains mainly green and blue colors. Web safe color of #7CC5C2 is #66CCCC (or #6CC).

RGB color model

#7CC5C2 color RGB value is (124,197,194).

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

RGB channels and saturation

R 124 of 255 = 49%
G 197 of 255 = 77%
B 194 of 255 = 76%

124
197
194

R + G + B ~ 67%. #7CC5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 197 + 194 = 515 (100%)
R 124 of 515 ~ 24.08%
G 197 of 515 ~ 38.25%
B 194 of 515 ~ 37.67%

%24.08
%38.25
%37.67

CMYK color model

#7CC5C2 color CMYK value is (37,0,2,23).

  • cyan value is 37.06%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 22.75%
CMYK: (37,0,2,23) C37M0Y2K23 (37%,0%,2%,23%) (0.37/0.00/0.02/0.23)

CMYK percentages

%37.06
%0
%1.52
%22.75

Codes

Color #7CC5C2 in popluar color models

7CC5C2
RGB124197194
HSL178°38.62%62.94%
HSB/HSV178°37.06%77.25%
CMYK37.06%0.00%1.52%
22.75%

Color #7CC5C2 in popluar number systems.

HEX7CC5C2
Decimal124197194
Binary11111001100010111000010
Octal174305302

Shades and tints

Shades of #7CC5C2

#7CC5C2
(124,197,194)
#71B4B1
(113,180,177)
#66A3A0
(102,163,160)
#5B928F
(91,146,143)
#50817E
(80,129,126)
#45706D
(69,112,109)
#3A5F5C
(58,95,92)
#2F4E4B
(47,78,75)
#243D3A
(36,61,58)
#192C29
(25,44,41)
#0E1B18
(14,27,24)
#000000
(0,0,0)

Tints of #7CC5C2

#7CC5C2
(124,197,194)
#87CAC7
(135,202,199)
#92CFCC
(146,207,204)
#9DD4D1
(157,212,209)
#A8D9D6
(168,217,214)
#B3DEDB
(179,222,219)
#BEE3E0
(190,227,224)
#C9E8E5
(201,232,229)
#D4EDEA
(212,237,234)
#DFF2EF
(223,242,239)
#EAF7F4
(234,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC5C2; }

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

This text font color is #7CC5C2.


Background Color

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

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

This div background color is #7CC5C2.


Border color

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

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

This div border color is #7CC5C2.


Opacity

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

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

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

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

This text has shadow with #7CC5C2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7CC5C2 on black background.


Color preview on white background

This text has color #7CC5C2 on white background.



Black color preview on #7CC5C2 background

This text has black color on #7CC5C2 background.


White color preview on #7CC5C2 background

This text has white color on #7CC5C2 background.