COLOR #7CAAA2

HEX: #7CAAA2 RGB: (124,170,162)

Color info

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

RGB color model

#7CAAA2 color RGB value is (124,170,162).

RGB: (124,170,162) (49%, 67%, 64%)

RGB channels and saturation

R 124 of 255 = 49%
G 170 of 255 = 67%
B 162 of 255 = 64%

124
170
162

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

Portions of RGB colors in percentages

R + G + B = 124 + 170 + 162 = 456 (100%)
R 124 of 456 ~ 27.19%
G 170 of 456 ~ 37.28%
B 162 of 456 ~ 35.53'%

%27.19
%37.28
%35.53

CMYK color model

#7CAAA2 color CMYK value is (27,0,5,33).

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

CMYK: (27,0,5,33)
C27M0Y5K33 (27%, 0%, 5%, 33%)
(0.27 / 0.00 / 0.05 / 0.33)

CMYK percentages

%27.06
%0
%4.71
%33.33

Codes

Color #7CAAA2 in popluar color models

7C AA A2
RGB 124 170 162
HSL 170° 21.30% 57.65%
HSB/HSV 170° 27.06% 66.67%
CMYK 27.06% 0.00% 4.71%
33.33%

Color #7CAAA2 in popluar number systems.

HEX 7C AA A2
Decimal 124 170 162
Binary 1111100 10101010 10100010
Octal 174 252 242

Shades and tints

Shades of #7CAAA2

#7CAAA2
(124,170,162)
#719B94
(113,155,148)
#668C86
(102,140,134)
#5B7D78
(91,125,120)
#506E6A
(80,110,106)
#455F5C
(69,95,92)
#3A504E
(58,80,78)
#2F4140
(47,65,64)
#243232
(36,50,50)
#192324
(25,35,36)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #7CAAA2

#7CAAA2
(124,170,162)
#87B1AA
(135,177,170)
#92B8B2
(146,184,178)
#9DBFBA
(157,191,186)
#A8C6C2
(168,198,194)
#B3CDCA
(179,205,202)
#BED4D2
(190,212,210)
#C9DBDA
(201,219,218)
#D4E2E2
(212,226,226)
#DFE9EA
(223,233,234)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CAAA2; }

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

This text font color is #7CAAA2.

Background Color

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

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

This div background color is #7CAAA2.

Border color

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

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

This div border color is #7CAAA2.

Opacity

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

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

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

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

This text has shadow with #7CAAA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CAAA2.

Preview

Color preview on black background

This text has color #7CAAA2 on black background.


Color preview on white background

This text has color #7CAAA2 on white background.


Black color preview on #7CAAA2 background

This text has black color on #7CAAA2 background.


White color preview on #7CAAA2 background

This text has white color on #7CAAA2 background.


Related colors

Complementary color

Complementary color for #hex is #83555D.


I love getcolorcode.com

Triadic colors

1 #A27CAA and #AAA27C with #7CAAA2 are triadic colors.

2 #A2AA7C and #AA7CA2 with #7CAAA2 are triadic colors.