COLOR #7CCBBB

HEX: #7CCBBB
RGB: (124,203,187)

Color info

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

RGB color model

#7CCBBB color RGB value is (124,203,187).

  • red value is 124;
  • green value is 203;
  • blue value is 187.
RGB:
(124,203,187)
(49%,80%,73%)

RGB channels and saturation

R 124 of 255 = 49%
G 203 of 255 = 80%
B 187 of 255 = 73%

124
203
187

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

Portions of RGB colors in percentages

R + G + B =
124 + 203 + 187 = 514 (100%)
R 124 of 514 ~ 24.12%
G 203 of 514 ~ 39.49%
B 187 of 514 ~ 36.38%

%24.12
%39.49
%36.38

CMYK color model

#7CCBBB color CMYK value is (39,0,8,20).

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 20.39%
CMYK:
(39,0,8,20)
C39M0Y8K20 
(39%,0%,8%,20%)
(0.39/0.00/0.08/0.20)	

CMYK percentages

%38.92
%0
%7.88
%20.39

Codes

Color #7CCBBB in popluar color models

7CCBBB
RGB124203187
HSL168°43.17%64.12%
HSB/HSV168°38.92%79.61%
CMYK38.92%0.00%7.88%
20.39%

Color #7CCBBB in popluar number systems.

HEX7CCBBB
Decimal124203187
Binary11111001100101110111011
Octal174313273

Shades and tints

Shades of #7CCBBB

#7CCBBB
(124,203,187)
#71B9AA
(113,185,170)
#66A799
(102,167,153)
#5B9588
(91,149,136)
#508377
(80,131,119)
#457166
(69,113,102)
#3A5F55
(58,95,85)
#2F4D44
(47,77,68)
#243B33
(36,59,51)
#192922
(25,41,34)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #7CCBBB

#7CCBBB
(124,203,187)
#87CFC1
(135,207,193)
#92D3C7
(146,211,199)
#9DD7CD
(157,215,205)
#A8DBD3
(168,219,211)
#B3DFD9
(179,223,217)
#BEE3DF
(190,227,223)
#C9E7E5
(201,231,229)
#D4EBEB
(212,235,235)
#DFEFF1
(223,239,241)
#EAF3F7
(234,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCBBB; }

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

This text font color is #7CCBBB.


Background Color

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

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

This div background color is #7CCBBB.


Border color

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

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

This div border color is #7CCBBB.


Opacity

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

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

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

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

This text has shadow with #7CCBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCBBB on black background.


Color preview on white background

This text has color #7CCBBB on white background.



Black color preview on #7CCBBB background

This text has black color on #7CCBBB background.


White color preview on #7CCBBB background

This text has white color on #7CCBBB background.