COLOR #7CCBC6

HEX: #7CCBC6 RGB: (124,203,198)

Color info

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

RGB color model

#7CCBC6 color RGB value is (124,203,198).

RGB: (124,203,198) (49%, 80%, 78%)

RGB channels and saturation

R 124 of 255 = 49%
G 203 of 255 = 80%
B 198 of 255 = 78%

124
203
198

R + G + B ~ 69%. #7CCBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 203 + 198 = 525 (100%)
R 124 of 525 ~ 23.62%
G 203 of 525 ~ 38.67%
B 198 of 525 ~ 37.71'%

%23.62
%38.67
%37.71

CMYK color model

#7CCBC6 color CMYK value is (39,0,2,20).

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 2.46%
  • key color value is 20.39%

CMYK: (39,0,2,20)
C39M0Y2K20 (39%, 0%, 2%, 20%)
(0.39 / 0.00 / 0.02 / 0.20)

CMYK percentages

%38.92
%0
%2.46
%20.39

Codes

Color #7CCBC6 in popluar color models

7C CB C6
RGB 124 203 198
HSL 176° 43.17% 64.12%
HSB/HSV 176° 38.92% 79.61%
CMYK 38.92% 0.00% 2.46%
20.39%

Color #7CCBC6 in popluar number systems.

HEX 7C CB C6
Decimal 124 203 198
Binary 1111100 11001011 11000110
Octal 174 313 306

Shades and tints

Shades of #7CCBC6

#7CCBC6
(124,203,198)
#71B9B4
(113,185,180)
#66A7A2
(102,167,162)
#5B9590
(91,149,144)
#50837E
(80,131,126)
#45716C
(69,113,108)
#3A5F5A
(58,95,90)
#2F4D48
(47,77,72)
#243B36
(36,59,54)
#192924
(25,41,36)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #7CCBC6

#7CCBC6
(124,203,198)
#87CFCB
(135,207,203)
#92D3D0
(146,211,208)
#9DD7D5
(157,215,213)
#A8DBDA
(168,219,218)
#B3DFDF
(179,223,223)
#BEE3E4
(190,227,228)
#C9E7E9
(201,231,233)
#D4EBEE
(212,235,238)
#DFEFF3
(223,239,243)
#EAF3F8
(234,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCBC6; }

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

This text font color is #7CCBC6.

Background Color

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

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

This div background color is #7CCBC6.

Border color

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

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

This div border color is #7CCBC6.

Opacity

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

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

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

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

This text has shadow with #7CCBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCBC6.

Preview

Color preview on black background

This text has color #7CCBC6 on black background.


Color preview on white background

This text has color #7CCBC6 on white background.


Black color preview on #7CCBC6 background

This text has black color on #7CCBC6 background.


White color preview on #7CCBC6 background

This text has white color on #7CCBC6 background.


Related colors

Complementary color

Complementary color for #hex is #833439.


I love getcolorcode.com

Triadic colors

1 #C67CCB and #CBC67C with #7CCBC6 are triadic colors.

2 #C6CB7C and #CB7CC6 with #7CCBC6 are triadic colors.