COLOR #7CBAB3

HEX: #7CBAB3
RGB: (124,186,179)

Color info

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

RGB color model

#7CBAB3 color RGB value is (124,186,179).

  • red value is 124;
  • green value is 186;
  • blue value is 179.
RGB:
(124,186,179)
(49%,73%,70%)

RGB channels and saturation

R 124 of 255 = 49%
G 186 of 255 = 73%
B 179 of 255 = 70%

124
186
179

R + G + B ~ 64%. #7CBAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 186 + 179 = 489 (100%)
R 124 of 489 ~ 25.36%
G 186 of 489 ~ 38.04%
B 179 of 489 ~ 36.61%

%25.36
%38.04
%36.61

CMYK color model

#7CBAB3 color CMYK value is (33,0,4,27).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 27.06%
CMYK:
(33,0,4,27)
C33M0Y4K27 
(33%,0%,4%,27%)
(0.33/0.00/0.04/0.27)	

CMYK percentages

%33.33
%0
%3.76
%27.06

Codes

Color #7CBAB3 in popluar color models

7CBAB3
RGB124186179
HSL173°31.00%60.78%
HSB/HSV173°33.33%72.94%
CMYK33.33%0.00%3.76%
27.06%

Color #7CBAB3 in popluar number systems.

HEX7CBAB3
Decimal124186179
Binary11111001011101010110011
Octal174272263

Shades and tints

Shades of #7CBAB3

#7CBAB3
(124,186,179)
#71AAA3
(113,170,163)
#669A93
(102,154,147)
#5B8A83
(91,138,131)
#507A73
(80,122,115)
#456A63
(69,106,99)
#3A5A53
(58,90,83)
#2F4A43
(47,74,67)
#243A33
(36,58,51)
#192A23
(25,42,35)
#0E1A13
(14,26,19)
#000000
(0,0,0)

Tints of #7CBAB3

#7CBAB3
(124,186,179)
#87C0B9
(135,192,185)
#92C6BF
(146,198,191)
#9DCCC5
(157,204,197)
#A8D2CB
(168,210,203)
#B3D8D1
(179,216,209)
#BEDED7
(190,222,215)
#C9E4DD
(201,228,221)
#D4EAE3
(212,234,227)
#DFF0E9
(223,240,233)
#EAF6EF
(234,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBAB3 color. Also use rgb(124,186,179) instead hex code.

Text Font Color

.myTextColor { color: #7CBAB3; }

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

This text font color is #7CBAB3.


Background Color

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

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

This div background color is #7CBAB3.


Border color

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

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

This div border color is #7CBAB3.


Opacity

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

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

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

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

This text has shadow with #7CBAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBAB3 on black background.


Color preview on white background

This text has color #7CBAB3 on white background.



Black color preview on #7CBAB3 background

This text has black color on #7CBAB3 background.


White color preview on #7CBAB3 background

This text has white color on #7CBAB3 background.