COLOR #7CC1B2

HEX: #7CC1B2
RGB: (124,193,178)

Color info

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

RGB color model

#7CC1B2 color RGB value is (124,193,178).

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

RGB channels and saturation

R 124 of 255 = 49%
G 193 of 255 = 76%
B 178 of 255 = 70%

124
193
178

R + G + B ~ 65%. #7CC1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 193 + 178 = 495 (100%)
R 124 of 495 ~ 25.05%
G 193 of 495 ~ 38.99%
B 178 of 495 ~ 35.96%

%25.05
%38.99
%35.96

CMYK color model

#7CC1B2 color CMYK value is (36,0,8,24).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 7.77%
  • key color value is 24.31%
CMYK:
(36,0,8,24)
C36M0Y8K24 
(36%,0%,8%,24%)
(0.36/0.00/0.08/0.24)	

CMYK percentages

%35.75
%0
%7.77
%24.31

Codes

Color #7CC1B2 in popluar color models

7CC1B2
RGB124193178
HSL167°35.75%62.16%
HSB/HSV167°35.75%75.69%
CMYK35.75%0.00%7.77%
24.31%

Color #7CC1B2 in popluar number systems.

HEX7CC1B2
Decimal124193178
Binary11111001100000110110010
Octal174301262

Shades and tints

Shades of #7CC1B2

#7CC1B2
(124,193,178)
#71B0A2
(113,176,162)
#669F92
(102,159,146)
#5B8E82
(91,142,130)
#507D72
(80,125,114)
#456C62
(69,108,98)
#3A5B52
(58,91,82)
#2F4A42
(47,74,66)
#243932
(36,57,50)
#192822
(25,40,34)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #7CC1B2

#7CC1B2
(124,193,178)
#87C6B9
(135,198,185)
#92CBC0
(146,203,192)
#9DD0C7
(157,208,199)
#A8D5CE
(168,213,206)
#B3DAD5
(179,218,213)
#BEDFDC
(190,223,220)
#C9E4E3
(201,228,227)
#D4E9EA
(212,233,234)
#DFEEF1
(223,238,241)
#EAF3F8
(234,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC1B2; }

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

This text font color is #7CC1B2.


Background Color

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

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

This div background color is #7CC1B2.


Border color

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

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

This div border color is #7CC1B2.


Opacity

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

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

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

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

This text has shadow with #7CC1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC1B2 on black background.


Color preview on white background

This text has color #7CC1B2 on white background.



Black color preview on #7CC1B2 background

This text has black color on #7CC1B2 background.


White color preview on #7CC1B2 background

This text has white color on #7CC1B2 background.