COLOR #7CC1C2

HEX: #7CC1C2
RGB: (124,193,194)

Color info

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

RGB color model

#7CC1C2 color RGB value is (124,193,194).

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

RGB channels and saturation

R 124 of 255 = 49%
G 193 of 255 = 76%
B 194 of 255 = 76%

124
193
194

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

Portions of RGB colors in percentages

R + G + B =
124 + 193 + 194 = 511 (100%)
R 124 of 511 ~ 24.27%
G 193 of 511 ~ 37.77%
B 194 of 511 ~ 37.96%

%24.27
%37.77
%37.96

CMYK color model

#7CC1C2 color CMYK value is (36,1,0,24).

  • cyan value is 36.08%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(36,1,0,24)
C36M1Y0K24 
(36%,1%,0%,24%)
(0.36/0.01/0.00/0.24)	

CMYK percentages

%36.08
%0.52
%0
%23.92

Codes

Color #7CC1C2 in popluar color models

7CC1C2
RGB124193194
HSL181°36.46%62.35%
HSB/HSV181°36.08%76.08%
CMYK36.08%0.52%0.00%
23.92%

Color #7CC1C2 in popluar number systems.

HEX7CC1C2
Decimal124193194
Binary11111001100000111000010
Octal174301302

Shades and tints

Shades of #7CC1C2

#7CC1C2
(124,193,194)
#71B0B1
(113,176,177)
#669FA0
(102,159,160)
#5B8E8F
(91,142,143)
#507D7E
(80,125,126)
#456C6D
(69,108,109)
#3A5B5C
(58,91,92)
#2F4A4B
(47,74,75)
#24393A
(36,57,58)
#192829
(25,40,41)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #7CC1C2

#7CC1C2
(124,193,194)
#87C6C7
(135,198,199)
#92CBCC
(146,203,204)
#9DD0D1
(157,208,209)
#A8D5D6
(168,213,214)
#B3DADB
(179,218,219)
#BEDFE0
(190,223,224)
#C9E4E5
(201,228,229)
#D4E9EA
(212,233,234)
#DFEEEF
(223,238,239)
#EAF3F4
(234,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC1C2; }

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

This text font color is #7CC1C2.


Background Color

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

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

This div background color is #7CC1C2.


Border color

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

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

This div border color is #7CC1C2.


Opacity

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

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

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

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

This text has shadow with #7CC1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC1C2 on black background.


Color preview on white background

This text has color #7CC1C2 on white background.



Black color preview on #7CC1C2 background

This text has black color on #7CC1C2 background.


White color preview on #7CC1C2 background

This text has white color on #7CC1C2 background.