COLOR #7C8AAB

HEX: #7C8AAB
RGB: (124,138,171)

Color info

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

RGB color model

#7C8AAB color RGB value is (124,138,171).

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

RGB channels and saturation

R 124 of 255 = 49%
G 138 of 255 = 54%
B 171 of 255 = 67%

124
138
171

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

Portions of RGB colors in percentages

R + G + B =
124 + 138 + 171 = 433 (100%)
R 124 of 433 ~ 28.64%
G 138 of 433 ~ 31.87%
B 171 of 433 ~ 39.49%

%28.64
%31.87
%39.49

CMYK color model

#7C8AAB color CMYK value is (27,19,0,33).

  • cyan value is 27.49%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,19,0,33)
C27M19Y0K33 
(27%,19%,0%,33%)
(0.27/0.19/0.00/0.33)	

CMYK percentages

%27.49
%19.3
%0
%32.94

Codes

Color #7C8AAB in popluar color models

7C8AAB
RGB124138171
HSL222°21.86%57.84%
HSB/HSV222°27.49%67.06%
CMYK27.49%19.30%0.00%
32.94%

Color #7C8AAB in popluar number systems.

HEX7C8AAB
Decimal124138171
Binary11111001000101010101011
Octal174212253

Shades and tints

Shades of #7C8AAB

#7C8AAB
(124,138,171)
#717E9C
(113,126,156)
#66728D
(102,114,141)
#5B667E
(91,102,126)
#505A6F
(80,90,111)
#454E60
(69,78,96)
#3A4251
(58,66,81)
#2F3642
(47,54,66)
#242A33
(36,42,51)
#191E24
(25,30,36)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #7C8AAB

#7C8AAB
(124,138,171)
#8794B2
(135,148,178)
#929EB9
(146,158,185)
#9DA8C0
(157,168,192)
#A8B2C7
(168,178,199)
#B3BCCE
(179,188,206)
#BEC6D5
(190,198,213)
#C9D0DC
(201,208,220)
#D4DAE3
(212,218,227)
#DFE4EA
(223,228,234)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8AAB color. Also use rgb(124,138,171) instead hex code.

Text Font Color

.myTextColor { color: #7C8AAB; }

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

This text font color is #7C8AAB.


Background Color

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

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

This div background color is #7C8AAB.


Border color

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

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

This div border color is #7C8AAB.


Opacity

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

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

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

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

This text has shadow with #7C8AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8AAB on black background.


Color preview on white background

This text has color #7C8AAB on white background.



Black color preview on #7C8AAB background

This text has black color on #7C8AAB background.


White color preview on #7C8AAB background

This text has white color on #7C8AAB background.