COLOR #7C8AA8

HEX: #7C8AA8
RGB: (124,138,168)

Color info

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

RGB color model

#7C8AA8 color RGB value is (124,138,168).

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

RGB channels and saturation

R 124 of 255 = 49%
G 138 of 255 = 54%
B 168 of 255 = 66%

124
138
168

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

Portions of RGB colors in percentages

R + G + B =
124 + 138 + 168 = 430 (100%)
R 124 of 430 ~ 28.84%
G 138 of 430 ~ 32.09%
B 168 of 430 ~ 39.07%

%28.84
%32.09
%39.07

CMYK color model

#7C8AA8 color CMYK value is (26,18,0,34).

  • cyan value is 26.19%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(26,18,0,34)
C26M18Y0K34 
(26%,18%,0%,34%)
(0.26/0.18/0.00/0.34)	

CMYK percentages

%26.19
%17.86
%0
%34.12

Codes

Color #7C8AA8 in popluar color models

7C8AA8
RGB124138168
HSL221°20.18%57.25%
HSB/HSV221°26.19%65.88%
CMYK26.19%17.86%0.00%
34.12%

Color #7C8AA8 in popluar number systems.

HEX7C8AA8
Decimal124138168
Binary11111001000101010101000
Octal174212250

Shades and tints

Shades of #7C8AA8

#7C8AA8
(124,138,168)
#717E99
(113,126,153)
#66728A
(102,114,138)
#5B667B
(91,102,123)
#505A6C
(80,90,108)
#454E5D
(69,78,93)
#3A424E
(58,66,78)
#2F363F
(47,54,63)
#242A30
(36,42,48)
#191E21
(25,30,33)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #7C8AA8

#7C8AA8
(124,138,168)
#8794AF
(135,148,175)
#929EB6
(146,158,182)
#9DA8BD
(157,168,189)
#A8B2C4
(168,178,196)
#B3BCCB
(179,188,203)
#BEC6D2
(190,198,210)
#C9D0D9
(201,208,217)
#D4DAE0
(212,218,224)
#DFE4E7
(223,228,231)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8AA8; }

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

This text font color is #7C8AA8.


Background Color

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

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

This div background color is #7C8AA8.


Border color

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

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

This div border color is #7C8AA8.


Opacity

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

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

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

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

This text has shadow with #7C8AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8AA8 on black background.


Color preview on white background

This text has color #7C8AA8 on white background.



Black color preview on #7C8AA8 background

This text has black color on #7C8AA8 background.


White color preview on #7C8AA8 background

This text has white color on #7C8AA8 background.