COLOR #7C89AC

HEX: #7C89AC
RGB: (124,137,172)

Color info

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

RGB color model

#7C89AC color RGB value is (124,137,172).

  • red value is 124;
  • green value is 137;
  • blue value is 172.
RGB:
(124,137,172)
(49%,54%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 172 of 255 = 67%

124
137
172

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

Portions of RGB colors in percentages

R + G + B =
124 + 137 + 172 = 433 (100%)
R 124 of 433 ~ 28.64%
G 137 of 433 ~ 31.64%
B 172 of 433 ~ 39.72%

%28.64
%31.64
%39.72

CMYK color model

#7C89AC color CMYK value is (28,20,0,33).

  • cyan value is 27.91%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(28,20,0,33)
C28M20Y0K33 
(28%,20%,0%,33%)
(0.28/0.20/0.00/0.33)	

CMYK percentages

%27.91
%20.35
%0
%32.55

Codes

Color #7C89AC in popluar color models

7C89AC
RGB124137172
HSL224°22.43%58.04%
HSB/HSV224°27.91%67.45%
CMYK27.91%20.35%0.00%
32.55%

Color #7C89AC in popluar number systems.

HEX7C89AC
Decimal124137172
Binary11111001000100110101100
Octal174211254

Shades and tints

Shades of #7C89AC

#7C89AC
(124,137,172)
#717D9D
(113,125,157)
#66718E
(102,113,142)
#5B657F
(91,101,127)
#505970
(80,89,112)
#454D61
(69,77,97)
#3A4152
(58,65,82)
#2F3543
(47,53,67)
#242934
(36,41,52)
#191D25
(25,29,37)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #7C89AC

#7C89AC
(124,137,172)
#8793B3
(135,147,179)
#929DBA
(146,157,186)
#9DA7C1
(157,167,193)
#A8B1C8
(168,177,200)
#B3BBCF
(179,187,207)
#BEC5D6
(190,197,214)
#C9CFDD
(201,207,221)
#D4D9E4
(212,217,228)
#DFE3EB
(223,227,235)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C89AC color. Also use rgb(124,137,172) instead hex code.

Text Font Color

.myTextColor { color: #7C89AC; }

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

This text font color is #7C89AC.


Background Color

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

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

This div background color is #7C89AC.


Border color

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

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

This div border color is #7C89AC.


Opacity

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

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

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

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

This text has shadow with #7C89AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C89AC on black background.


Color preview on white background

This text has color #7C89AC on white background.



Black color preview on #7C89AC background

This text has black color on #7C89AC background.


White color preview on #7C89AC background

This text has white color on #7C89AC background.