COLOR #7CBAAA

HEX: #7CBAAA
RGB: (124,186,170)

Color info

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

RGB color model

#7CBAAA color RGB value is (124,186,170).

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

RGB channels and saturation

R 124 of 255 = 49%
G 186 of 255 = 73%
B 170 of 255 = 67%

124
186
170

R + G + B ~ 63%. #7CBAAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 186 + 170 = 480 (100%)
R 124 of 480 ~ 25.83%
G 186 of 480 ~ 38.75%
B 170 of 480 ~ 35.42%

%25.83
%38.75
%35.42

CMYK color model

#7CBAAA color CMYK value is (33,0,9,27).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(33,0,9,27)
C33M0Y9K27 
(33%,0%,9%,27%)
(0.33/0.00/0.09/0.27)	

CMYK percentages

%33.33
%0
%8.6
%27.06

Codes

Color #7CBAAA in popluar color models

7CBAAA
RGB124186170
HSL165°31.00%60.78%
HSB/HSV165°33.33%72.94%
CMYK33.33%0.00%8.60%
27.06%

Color #7CBAAA in popluar number systems.

HEX7CBAAA
Decimal124186170
Binary11111001011101010101010
Octal174272252

Shades and tints

Shades of #7CBAAA

#7CBAAA
(124,186,170)
#71AA9B
(113,170,155)
#669A8C
(102,154,140)
#5B8A7D
(91,138,125)
#507A6E
(80,122,110)
#456A5F
(69,106,95)
#3A5A50
(58,90,80)
#2F4A41
(47,74,65)
#243A32
(36,58,50)
#192A23
(25,42,35)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #7CBAAA

#7CBAAA
(124,186,170)
#87C0B1
(135,192,177)
#92C6B8
(146,198,184)
#9DCCBF
(157,204,191)
#A8D2C6
(168,210,198)
#B3D8CD
(179,216,205)
#BEDED4
(190,222,212)
#C9E4DB
(201,228,219)
#D4EAE2
(212,234,226)
#DFF0E9
(223,240,233)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBAAA; }

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

This text font color is #7CBAAA.


Background Color

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

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

This div background color is #7CBAAA.


Border color

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

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

This div border color is #7CBAAA.


Opacity

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

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

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

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

This text has shadow with #7CBAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBAAA on black background.


Color preview on white background

This text has color #7CBAAA on white background.



Black color preview on #7CBAAA background

This text has black color on #7CBAAA background.


White color preview on #7CBAAA background

This text has white color on #7CBAAA background.