COLOR #7CC1C4

HEX: #7CC1C4
RGB: (124,193,196)

Color info

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

RGB color model

#7CC1C4 color RGB value is (124,193,196).

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

RGB channels and saturation

R 124 of 255 = 49%
G 193 of 255 = 76%
B 196 of 255 = 77%

124
193
196

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

Portions of RGB colors in percentages

R + G + B =
124 + 193 + 196 = 513 (100%)
R 124 of 513 ~ 24.17%
G 193 of 513 ~ 37.62%
B 196 of 513 ~ 38.21%

%24.17
%37.62
%38.21

CMYK color model

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

  • cyan value is 36.73%
  • magenta value is 1.53%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(37,2,0,23)
C37M2Y0K23 
(37%,2%,0%,23%)
(0.37/0.02/0.00/0.23)	

CMYK percentages

%36.73
%1.53
%0
%23.14

Codes

Color #7CC1C4 in popluar color models

7CC1C4
RGB124193196
HSL183°37.89%62.75%
HSB/HSV183°36.73%76.86%
CMYK36.73%1.53%0.00%
23.14%

Color #7CC1C4 in popluar number systems.

HEX7CC1C4
Decimal124193196
Binary11111001100000111000100
Octal174301304

Shades and tints

Shades of #7CC1C4

#7CC1C4
(124,193,196)
#71B0B3
(113,176,179)
#669FA2
(102,159,162)
#5B8E91
(91,142,145)
#507D80
(80,125,128)
#456C6F
(69,108,111)
#3A5B5E
(58,91,94)
#2F4A4D
(47,74,77)
#24393C
(36,57,60)
#19282B
(25,40,43)
#0E171A
(14,23,26)
#000000
(0,0,0)

Tints of #7CC1C4

#7CC1C4
(124,193,196)
#87C6C9
(135,198,201)
#92CBCE
(146,203,206)
#9DD0D3
(157,208,211)
#A8D5D8
(168,213,216)
#B3DADD
(179,218,221)
#BEDFE2
(190,223,226)
#C9E4E7
(201,228,231)
#D4E9EC
(212,233,236)
#DFEEF1
(223,238,241)
#EAF3F6
(234,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC1C4; }

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

This text font color is #7CC1C4.


Background Color

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

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

This div background color is #7CC1C4.


Border color

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

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

This div border color is #7CC1C4.


Opacity

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

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

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

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

This text has shadow with #7CC1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC1C4 on black background.


Color preview on white background

This text has color #7CC1C4 on white background.



Black color preview on #7CC1C4 background

This text has black color on #7CC1C4 background.


White color preview on #7CC1C4 background

This text has white color on #7CC1C4 background.