COLOR #7CA8AA

HEX: #7CA8AA RGB: (124,168,170)

Color info

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

RGB color model

#7CA8AA color RGB value is (124,168,170).

RGB: (124,168,170) (49%, 66%, 67%)

RGB channels and saturation

R 124 of 255 = 49%
G 168 of 255 = 66%
B 170 of 255 = 67%

124
168
170

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

Portions of RGB colors in percentages

R + G + B = 124 + 168 + 170 = 462 (100%)
R 124 of 462 ~ 26.84%
G 168 of 462 ~ 36.36%
B 170 of 462 ~ 36.8'%

%26.84
%36.36
%36.8

CMYK color model

#7CA8AA color CMYK value is (27,1,0,33).

  • cyan value is 27.06%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (27,1,0,33)
C27M1Y0K33 (27%, 1%, 0%, 33%)
(0.27 / 0.01 / 0.00 / 0.33)

CMYK percentages

%27.06
%1.18
%0
%33.33

Codes

Color #7CA8AA in popluar color models

7C A8 AA
RGB 124 168 170
HSL 183° 21.30% 57.65%
HSB/HSV 183° 27.06% 66.67%
CMYK 27.06% 1.18% 0.00%
33.33%

Color #7CA8AA in popluar number systems.

HEX 7C A8 AA
Decimal 124 168 170
Binary 1111100 10101000 10101010
Octal 174 250 252

Shades and tints

Shades of #7CA8AA

#7CA8AA
(124,168,170)
#71999B
(113,153,155)
#668A8C
(102,138,140)
#5B7B7D
(91,123,125)
#506C6E
(80,108,110)
#455D5F
(69,93,95)
#3A4E50
(58,78,80)
#2F3F41
(47,63,65)
#243032
(36,48,50)
#192123
(25,33,35)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #7CA8AA

#7CA8AA
(124,168,170)
#87AFB1
(135,175,177)
#92B6B8
(146,182,184)
#9DBDBF
(157,189,191)
#A8C4C6
(168,196,198)
#B3CBCD
(179,203,205)
#BED2D4
(190,210,212)
#C9D9DB
(201,217,219)
#D4E0E2
(212,224,226)
#DFE7E9
(223,231,233)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA8AA; }

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

This text font color is #7CA8AA.

Background Color

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

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

This div background color is #7CA8AA.

Border color

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

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

This div border color is #7CA8AA.

Opacity

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

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

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

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

This text has shadow with #7CA8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA8AA.

Preview

Color preview on black background

This text has color #7CA8AA on black background.


Color preview on white background

This text has color #7CA8AA on white background.


Black color preview on #7CA8AA background

This text has black color on #7CA8AA background.


White color preview on #7CA8AA background

This text has white color on #7CA8AA background.


Related colors

Complementary color

Complementary color for #hex is #835755.


I love getcolorcode.com

Triadic colors

1 #AA7CA8 and #A8AA7C with #7CA8AA are triadic colors.

2 #AAA87C and #A87CAA with #7CA8AA are triadic colors.