COLOR #7C97AE

HEX: #7C97AE
RGB: (124,151,174)

Color info

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

RGB color model

#7C97AE color RGB value is (124,151,174).

  • red value is 124;
  • green value is 151;
  • blue value is 174.
RGB:
(124,151,174)
(49%,59%,68%)

RGB channels and saturation

R 124 of 255 = 49%
G 151 of 255 = 59%
B 174 of 255 = 68%

124
151
174

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

Portions of RGB colors in percentages

R + G + B =
124 + 151 + 174 = 449 (100%)
R 124 of 449 ~ 27.62%
G 151 of 449 ~ 33.63%
B 174 of 449 ~ 38.75%

%27.62
%33.63
%38.75

CMYK color model

#7C97AE color CMYK value is (29,13,0,32).

  • cyan value is 28.74%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(29,13,0,32)
C29M13Y0K32 
(29%,13%,0%,32%)
(0.29/0.13/0.00/0.32)	

CMYK percentages

%28.74
%13.22
%0
%31.76

Codes

Color #7C97AE in popluar color models

7C97AE
RGB124151174
HSL208°23.58%58.43%
HSB/HSV208°28.74%68.24%
CMYK28.74%13.22%0.00%
31.76%

Color #7C97AE in popluar number systems.

HEX7C97AE
Decimal124151174
Binary11111001001011110101110
Octal174227256

Shades and tints

Shades of #7C97AE

#7C97AE
(124,151,174)
#718A9F
(113,138,159)
#667D90
(102,125,144)
#5B7081
(91,112,129)
#506372
(80,99,114)
#455663
(69,86,99)
#3A4954
(58,73,84)
#2F3C45
(47,60,69)
#242F36
(36,47,54)
#192227
(25,34,39)
#0E1518
(14,21,24)
#000000
(0,0,0)

Tints of #7C97AE

#7C97AE
(124,151,174)
#87A0B5
(135,160,181)
#92A9BC
(146,169,188)
#9DB2C3
(157,178,195)
#A8BBCA
(168,187,202)
#B3C4D1
(179,196,209)
#BECDD8
(190,205,216)
#C9D6DF
(201,214,223)
#D4DFE6
(212,223,230)
#DFE8ED
(223,232,237)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C97AE; }

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

This text font color is #7C97AE.


Background Color

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

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

This div background color is #7C97AE.


Border color

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

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

This div border color is #7C97AE.


Opacity

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

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

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

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

This text has shadow with #7C97AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C97AE on black background.


Color preview on white background

This text has color #7C97AE on white background.



Black color preview on #7C97AE background

This text has black color on #7C97AE background.


White color preview on #7C97AE background

This text has white color on #7C97AE background.