COLOR #7C97AA

HEX: #7C97AA RGB: (124,151,170)

Color info

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

RGB color model

#7C97AA color RGB value is (124,151,170).

RGB: (124,151,170) (49%, 59%, 67%)

RGB channels and saturation

R 124 of 255 = 49%
G 151 of 255 = 59%
B 170 of 255 = 67%

124
151
170

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

Portions of RGB colors in percentages

R + G + B = 124 + 151 + 170 = 445 (100%)
R 124 of 445 ~ 27.87%
G 151 of 445 ~ 33.93%
B 170 of 445 ~ 38.2'%

%27.87
%33.93
%38.2

CMYK color model

#7C97AA color CMYK value is (27,11,0,33).

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

CMYK: (27,11,0,33)
C27M11Y0K33 (27%, 11%, 0%, 33%)
(0.27 / 0.11 / 0.00 / 0.33)

CMYK percentages

%27.06
%11.18
%0
%33.33

Codes

Color #7C97AA in popluar color models

7C 97 AA
RGB 124 151 170
HSL 205° 21.30% 57.65%
HSB/HSV 205° 27.06% 66.67%
CMYK 27.06% 11.18% 0.00%
33.33%

Color #7C97AA in popluar number systems.

HEX 7C 97 AA
Decimal 124 151 170
Binary 1111100 10010111 10101010
Octal 174 227 252

Shades and tints

Shades of #7C97AA

#7C97AA
(124,151,170)
#718A9B
(113,138,155)
#667D8C
(102,125,140)
#5B707D
(91,112,125)
#50636E
(80,99,110)
#45565F
(69,86,95)
#3A4950
(58,73,80)
#2F3C41
(47,60,65)
#242F32
(36,47,50)
#192223
(25,34,35)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #7C97AA

#7C97AA
(124,151,170)
#87A0B1
(135,160,177)
#92A9B8
(146,169,184)
#9DB2BF
(157,178,191)
#A8BBC6
(168,187,198)
#B3C4CD
(179,196,205)
#BECDD4
(190,205,212)
#C9D6DB
(201,214,219)
#D4DFE2
(212,223,226)
#DFE8E9
(223,232,233)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C97AA; }

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

This text font color is #7C97AA.

Background Color

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

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

This div background color is #7C97AA.

Border color

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

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

This div border color is #7C97AA.

Opacity

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

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

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

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

This text has shadow with #7C97AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C97AA.

Preview

Color preview on black background

This text has color #7C97AA on black background.


Color preview on white background

This text has color #7C97AA on white background.


Black color preview on #7C97AA background

This text has black color on #7C97AA background.


White color preview on #7C97AA background

This text has white color on #7C97AA background.


Related colors

Complementary color

Complementary color for #hex is #836855.


I love getcolorcode.com

Triadic colors

1 #AA7C97 and #97AA7C with #7C97AA are triadic colors.

2 #AA977C and #977CAA with #7C97AA are triadic colors.