COLOR #7CBCBB

HEX: #7CBCBB RGB: (124,188,187)

Color info

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

RGB color model

#7CBCBB color RGB value is (124,188,187).

RGB: (124,188,187) (49%, 74%, 73%)

RGB channels and saturation

R 124 of 255 = 49%
G 188 of 255 = 74%
B 187 of 255 = 73%

124
188
187

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

Portions of RGB colors in percentages

R + G + B = 124 + 188 + 187 = 499 (100%)
R 124 of 499 ~ 24.85%
G 188 of 499 ~ 37.68%
B 187 of 499 ~ 37.47'%

%24.85
%37.68
%37.47

CMYK color model

#7CBCBB color CMYK value is (34,0,1,26).

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.27%

CMYK: (34,0,1,26)
C34M0Y1K26 (34%, 0%, 1%, 26%)
(0.34 / 0.00 / 0.01 / 0.26)

CMYK percentages

%34.04
%0
%0.53
%26.27

Codes

Color #7CBCBB in popluar color models

7C BC BB
RGB 124 188 187
HSL 179° 32.32% 61.18%
HSB/HSV 179° 34.04% 73.73%
CMYK 34.04% 0.00% 0.53%
26.27%

Color #7CBCBB in popluar number systems.

HEX 7C BC BB
Decimal 124 188 187
Binary 1111100 10111100 10111011
Octal 174 274 273

Shades and tints

Shades of #7CBCBB

#7CBCBB
(124,188,187)
#71ABAA
(113,171,170)
#669A99
(102,154,153)
#5B8988
(91,137,136)
#507877
(80,120,119)
#456766
(69,103,102)
#3A5655
(58,86,85)
#2F4544
(47,69,68)
#243433
(36,52,51)
#192322
(25,35,34)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #7CBCBB

#7CBCBB
(124,188,187)
#87C2C1
(135,194,193)
#92C8C7
(146,200,199)
#9DCECD
(157,206,205)
#A8D4D3
(168,212,211)
#B3DAD9
(179,218,217)
#BEE0DF
(190,224,223)
#C9E6E5
(201,230,229)
#D4ECEB
(212,236,235)
#DFF2F1
(223,242,241)
#EAF8F7
(234,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBCBB color. Also use rgb(124,188,187) instead hex code.

Text Font Color

.myTextColor { color: #7CBCBB; }

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

This text font color is #7CBCBB.

Background Color

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

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

This div background color is #7CBCBB.

Border color

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

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

This div border color is #7CBCBB.

Opacity

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

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

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

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

This text has shadow with #7CBCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBCBB.

Preview

Color preview on black background

This text has color #7CBCBB on black background.


Color preview on white background

This text has color #7CBCBB on white background.


Black color preview on #7CBCBB background

This text has black color on #7CBCBB background.


White color preview on #7CBCBB background

This text has white color on #7CBCBB background.


Related colors

Complementary color

Complementary color for #hex is #834344.


I love getcolorcode.com

Triadic colors

1 #BB7CBC and #BCBB7C with #7CBCBB are triadic colors.

2 #BBBC7C and #BC7CBB with #7CBCBB are triadic colors.