COLOR #7CA6AA

HEX: #7CA6AA
RGB: (124,166,170)

Color info

#7CA6AA contains red, green and blue colors in about the same proportion. Web safe color of #7CA6AA is #669999 (or #699).

RGB color model

#7CA6AA color RGB value is (124,166,170).

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

RGB channels and saturation

R 124 of 255 = 49%
G 166 of 255 = 65%
B 170 of 255 = 67%

124
166
170

R + G + B ~ 60%. #7CA6AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 166 + 170 = 460 (100%)
R 124 of 460 ~ 26.96%
G 166 of 460 ~ 36.09%
B 170 of 460 ~ 36.96%

%26.96
%36.09
%36.96

CMYK color model

#7CA6AA color CMYK value is (27,2,0,33).

  • cyan value is 27.06%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(27,2,0,33)
C27M2Y0K33 
(27%,2%,0%,33%)
(0.27/0.02/0.00/0.33)	

CMYK percentages

%27.06
%2.35
%0
%33.33

Codes

Color #7CA6AA in popluar color models

7CA6AA
RGB124166170
HSL185°21.30%57.65%
HSB/HSV185°27.06%66.67%
CMYK27.06%2.35%0.00%
33.33%

Color #7CA6AA in popluar number systems.

HEX7CA6AA
Decimal124166170
Binary11111001010011010101010
Octal174246252

Shades and tints

Shades of #7CA6AA

#7CA6AA
(124,166,170)
#71979B
(113,151,155)
#66888C
(102,136,140)
#5B797D
(91,121,125)
#506A6E
(80,106,110)
#455B5F
(69,91,95)
#3A4C50
(58,76,80)
#2F3D41
(47,61,65)
#242E32
(36,46,50)
#191F23
(25,31,35)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #7CA6AA

#7CA6AA
(124,166,170)
#87AEB1
(135,174,177)
#92B6B8
(146,182,184)
#9DBEBF
(157,190,191)
#A8C6C6
(168,198,198)
#B3CECD
(179,206,205)
#BED6D4
(190,214,212)
#C9DEDB
(201,222,219)
#D4E6E2
(212,230,226)
#DFEEE9
(223,238,233)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA6AA; }

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

This text font color is #7CA6AA.


Background Color

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

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

This div background color is #7CA6AA.


Border color

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

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

This div border color is #7CA6AA.


Opacity

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

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

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

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

This text has shadow with #7CA6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA6AA on black background.


Color preview on white background

This text has color #7CA6AA on white background.



Black color preview on #7CA6AA background

This text has black color on #7CA6AA background.


White color preview on #7CA6AA background

This text has white color on #7CA6AA background.