COLOR #7CC6B7

HEX: #7CC6B7
RGB: (124,198,183)

Color info

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

RGB color model

#7CC6B7 color RGB value is (124,198,183).

  • red value is 124;
  • green value is 198;
  • blue value is 183.
RGB:
(124,198,183)
(49%,78%,72%)

RGB channels and saturation

R 124 of 255 = 49%
G 198 of 255 = 78%
B 183 of 255 = 72%

124
198
183

R + G + B ~ 66%. #7CC6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 198 + 183 = 505 (100%)
R 124 of 505 ~ 24.55%
G 198 of 505 ~ 39.21%
B 183 of 505 ~ 36.24%

%24.55
%39.21
%36.24

CMYK color model

#7CC6B7 color CMYK value is (37,0,8,22).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(37,0,8,22)
C37M0Y8K22 
(37%,0%,8%,22%)
(0.37/0.00/0.08/0.22)	

CMYK percentages

%37.37
%0
%7.58
%22.35

Codes

Color #7CC6B7 in popluar color models

7CC6B7
RGB124198183
HSL168°39.36%63.14%
HSB/HSV168°37.37%77.65%
CMYK37.37%0.00%7.58%
22.35%

Color #7CC6B7 in popluar number systems.

HEX7CC6B7
Decimal124198183
Binary11111001100011010110111
Octal174306267

Shades and tints

Shades of #7CC6B7

#7CC6B7
(124,198,183)
#71B4A7
(113,180,167)
#66A297
(102,162,151)
#5B9087
(91,144,135)
#507E77
(80,126,119)
#456C67
(69,108,103)
#3A5A57
(58,90,87)
#2F4847
(47,72,71)
#243637
(36,54,55)
#192427
(25,36,39)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #7CC6B7

#7CC6B7
(124,198,183)
#87CBBD
(135,203,189)
#92D0C3
(146,208,195)
#9DD5C9
(157,213,201)
#A8DACF
(168,218,207)
#B3DFD5
(179,223,213)
#BEE4DB
(190,228,219)
#C9E9E1
(201,233,225)
#D4EEE7
(212,238,231)
#DFF3ED
(223,243,237)
#EAF8F3
(234,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC6B7 color. Also use rgb(124,198,183) instead hex code.

Text Font Color

.myTextColor { color: #7CC6B7; }

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

This text font color is #7CC6B7.


Background Color

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

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

This div background color is #7CC6B7.


Border color

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

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

This div border color is #7CC6B7.


Opacity

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

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

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

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

This text has shadow with #7CC6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC6B7 on black background.


Color preview on white background

This text has color #7CC6B7 on white background.



Black color preview on #7CC6B7 background

This text has black color on #7CC6B7 background.


White color preview on #7CC6B7 background

This text has white color on #7CC6B7 background.