COLOR #7CCAB1

HEX: #7CCAB1 RGB: (124,202,177)

Color info

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

RGB color model

#7CCAB1 color RGB value is (124,202,177).

RGB: (124,202,177) (49%, 79%, 69%)

RGB channels and saturation

R 124 of 255 = 49%
G 202 of 255 = 79%
B 177 of 255 = 69%

124
202
177

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

Portions of RGB colors in percentages

R + G + B = 124 + 202 + 177 = 503 (100%)
R 124 of 503 ~ 24.65%
G 202 of 503 ~ 40.16%
B 177 of 503 ~ 35.19'%

%24.65
%40.16
%35.19

CMYK color model

#7CCAB1 color CMYK value is (39,0,12,21).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 20.78%

CMYK: (39,0,12,21)
C39M0Y12K21 (39%, 0%, 12%, 21%)
(0.39 / 0.00 / 0.12 / 0.21)

CMYK percentages

%38.61
%0
%12.38
%20.78

Codes

Color #7CCAB1 in popluar color models

7C CA B1
RGB 124 202 177
HSL 161° 42.39% 63.92%
HSB/HSV 161° 38.61% 79.22%
CMYK 38.61% 0.00% 12.38%
20.78%

Color #7CCAB1 in popluar number systems.

HEX 7C CA B1
Decimal 124 202 177
Binary 1111100 11001010 10110001
Octal 174 312 261

Shades and tints

Shades of #7CCAB1

#7CCAB1
(124,202,177)
#71B8A1
(113,184,161)
#66A691
(102,166,145)
#5B9481
(91,148,129)
#508271
(80,130,113)
#457061
(69,112,97)
#3A5E51
(58,94,81)
#2F4C41
(47,76,65)
#243A31
(36,58,49)
#192821
(25,40,33)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #7CCAB1

#7CCAB1
(124,202,177)
#87CEB8
(135,206,184)
#92D2BF
(146,210,191)
#9DD6C6
(157,214,198)
#A8DACD
(168,218,205)
#B3DED4
(179,222,212)
#BEE2DB
(190,226,219)
#C9E6E2
(201,230,226)
#D4EAE9
(212,234,233)
#DFEEF0
(223,238,240)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCAB1; }

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

This text font color is #7CCAB1.

Background Color

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

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

This div background color is #7CCAB1.

Border color

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

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

This div border color is #7CCAB1.

Opacity

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

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

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

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

This text has shadow with #7CCAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCAB1.

Preview

Color preview on black background

This text has color #7CCAB1 on black background.


Color preview on white background

This text has color #7CCAB1 on white background.


Black color preview on #7CCAB1 background

This text has black color on #7CCAB1 background.


White color preview on #7CCAB1 background

This text has white color on #7CCAB1 background.


Related colors

Complementary color

Complementary color for #hex is #83354E.


I love getcolorcode.com

Triadic colors

1 #B17CCA and #CAB17C with #7CCAB1 are triadic colors.

2 #B1CA7C and #CA7CB1 with #7CCAB1 are triadic colors.