COLOR #7CC1B1

HEX: #7CC1B1
RGB: (124,193,177)

Color info

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

RGB color model

#7CC1B1 color RGB value is (124,193,177).

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

RGB channels and saturation

R 124 of 255 = 49%
G 193 of 255 = 76%
B 177 of 255 = 69%

124
193
177

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

Portions of RGB colors in percentages

R + G + B =
124 + 193 + 177 = 494 (100%)
R 124 of 494 ~ 25.1%
G 193 of 494 ~ 39.07%
B 177 of 494 ~ 35.83%

%25.1
%39.07
%35.83

CMYK color model

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

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • 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
%8.29
%24.31

Codes

Color #7CC1B1 in popluar color models

7CC1B1
RGB124193177
HSL166°35.75%62.16%
HSB/HSV166°35.75%75.69%
CMYK35.75%0.00%8.29%
24.31%

Color #7CC1B1 in popluar number systems.

HEX7CC1B1
Decimal124193177
Binary11111001100000110110001
Octal174301261

Shades and tints

Shades of #7CC1B1

#7CC1B1
(124,193,177)
#71B0A1
(113,176,161)
#669F91
(102,159,145)
#5B8E81
(91,142,129)
#507D71
(80,125,113)
#456C61
(69,108,97)
#3A5B51
(58,91,81)
#2F4A41
(47,74,65)
#243931
(36,57,49)
#192821
(25,40,33)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #7CC1B1

#7CC1B1
(124,193,177)
#87C6B8
(135,198,184)
#92CBBF
(146,203,191)
#9DD0C6
(157,208,198)
#A8D5CD
(168,213,205)
#B3DAD4
(179,218,212)
#BEDFDB
(190,223,219)
#C9E4E2
(201,228,226)
#D4E9E9
(212,233,233)
#DFEEF0
(223,238,240)
#EAF3F7
(234,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC1B1; }

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

This text font color is #7CC1B1.


Background Color

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

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

This div background color is #7CC1B1.


Border color

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

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

This div border color is #7CC1B1.


Opacity

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

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

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

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

This text has shadow with #7CC1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC1B1 on black background.


Color preview on white background

This text has color #7CC1B1 on white background.



Black color preview on #7CC1B1 background

This text has black color on #7CC1B1 background.


White color preview on #7CC1B1 background

This text has white color on #7CC1B1 background.