COLOR #7CC7BE

HEX: #7CC7BE RGB: (124,199,190)

Color info

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

RGB color model

#7CC7BE color RGB value is (124,199,190).

RGB: (124,199,190) (49%, 78%, 75%)

RGB channels and saturation

R 124 of 255 = 49%
G 199 of 255 = 78%
B 190 of 255 = 75%

124
199
190

R + G + B ~ 67%. #7CC7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 199 + 190 = 513 (100%)
R 124 of 513 ~ 24.17%
G 199 of 513 ~ 38.79%
B 190 of 513 ~ 37.04'%

%24.17
%38.79
%37.04

CMYK color model

#7CC7BE color CMYK value is (38,0,5,22).

  • cyan value is 37.69%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 21.96%

CMYK: (38,0,5,22)
C38M0Y5K22 (38%, 0%, 5%, 22%)
(0.38 / 0.00 / 0.05 / 0.22)

CMYK percentages

%37.69
%0
%4.52
%21.96

Codes

Color #7CC7BE in popluar color models

7C C7 BE
RGB 124 199 190
HSL 173° 40.11% 63.33%
HSB/HSV 173° 37.69% 78.04%
CMYK 37.69% 0.00% 4.52%
21.96%

Color #7CC7BE in popluar number systems.

HEX 7C C7 BE
Decimal 124 199 190
Binary 1111100 11000111 10111110
Octal 174 307 276

Shades and tints

Shades of #7CC7BE

#7CC7BE
(124,199,190)
#71B5AD
(113,181,173)
#66A39C
(102,163,156)
#5B918B
(91,145,139)
#507F7A
(80,127,122)
#456D69
(69,109,105)
#3A5B58
(58,91,88)
#2F4947
(47,73,71)
#243736
(36,55,54)
#192525
(25,37,37)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #7CC7BE

#7CC7BE
(124,199,190)
#87CCC3
(135,204,195)
#92D1C8
(146,209,200)
#9DD6CD
(157,214,205)
#A8DBD2
(168,219,210)
#B3E0D7
(179,224,215)
#BEE5DC
(190,229,220)
#C9EAE1
(201,234,225)
#D4EFE6
(212,239,230)
#DFF4EB
(223,244,235)
#EAF9F0
(234,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC7BE color. Also use rgb(124,199,190) instead hex code.

Text Font Color

.myTextColor { color: #7CC7BE; }

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

This text font color is #7CC7BE.

Background Color

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

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

This div background color is #7CC7BE.

Border color

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

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

This div border color is #7CC7BE.

Opacity

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

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

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

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

This text has shadow with #7CC7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC7BE.

Preview

Color preview on black background

This text has color #7CC7BE on black background.


Color preview on white background

This text has color #7CC7BE on white background.


Black color preview on #7CC7BE background

This text has black color on #7CC7BE background.


White color preview on #7CC7BE background

This text has white color on #7CC7BE background.


Related colors

Complementary color

Complementary color for #hex is #833841.


I love getcolorcode.com

Triadic colors

1 #BE7CC7 and #C7BE7C with #7CC7BE are triadic colors.

2 #BEC77C and #C77CBE with #7CC7BE are triadic colors.