COLOR #7CBA9C

HEX: #7CBA9C
RGB: (124,186,156)

Color info

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

RGB color model

#7CBA9C color RGB value is (124,186,156).

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

RGB channels and saturation

R 124 of 255 = 49%
G 186 of 255 = 73%
B 156 of 255 = 61%

124
186
156

R + G + B ~ 61%. #7CBA9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 186 + 156 = 466 (100%)
R 124 of 466 ~ 26.61%
G 186 of 466 ~ 39.91%
B 156 of 466 ~ 33.48%

%26.61
%39.91
%33.48

CMYK color model

#7CBA9C color CMYK value is (33,0,16,27).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 27.06%
CMYK:
(33,0,16,27)
C33M0Y16K27 
(33%,0%,16%,27%)
(0.33/0.00/0.16/0.27)	

CMYK percentages

%33.33
%0
%16.13
%27.06

Codes

Color #7CBA9C in popluar color models

7CBA9C
RGB124186156
HSL151°31.00%60.78%
HSB/HSV151°33.33%72.94%
CMYK33.33%0.00%16.13%
27.06%

Color #7CBA9C in popluar number systems.

HEX7CBA9C
Decimal124186156
Binary11111001011101010011100
Octal174272234

Shades and tints

Shades of #7CBA9C

#7CBA9C
(124,186,156)
#71AA8E
(113,170,142)
#669A80
(102,154,128)
#5B8A72
(91,138,114)
#507A64
(80,122,100)
#456A56
(69,106,86)
#3A5A48
(58,90,72)
#2F4A3A
(47,74,58)
#243A2C
(36,58,44)
#192A1E
(25,42,30)
#0E1A10
(14,26,16)
#000000
(0,0,0)

Tints of #7CBA9C

#7CBA9C
(124,186,156)
#87C0A5
(135,192,165)
#92C6AE
(146,198,174)
#9DCCB7
(157,204,183)
#A8D2C0
(168,210,192)
#B3D8C9
(179,216,201)
#BEDED2
(190,222,210)
#C9E4DB
(201,228,219)
#D4EAE4
(212,234,228)
#DFF0ED
(223,240,237)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBA9C; }

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

This text font color is #7CBA9C.


Background Color

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

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

This div background color is #7CBA9C.


Border color

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

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

This div border color is #7CBA9C.


Opacity

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

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

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

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

This text has shadow with #7CBA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBA9C on black background.


Color preview on white background

This text has color #7CBA9C on white background.



Black color preview on #7CBA9C background

This text has black color on #7CBA9C background.


White color preview on #7CBA9C background

This text has white color on #7CBA9C background.