COLOR #7C8EA5

HEX: #7C8EA5 RGB: (124,142,165)

Color info

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

RGB color model

#7C8EA5 color RGB value is (124,142,165).

RGB: (124,142,165) (49%, 56%, 65%)

RGB channels and saturation

R 124 of 255 = 49%
G 142 of 255 = 56%
B 165 of 255 = 65%

124
142
165

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

Portions of RGB colors in percentages

R + G + B = 124 + 142 + 165 = 431 (100%)
R 124 of 431 ~ 28.77%
G 142 of 431 ~ 32.95%
B 165 of 431 ~ 38.28'%

%28.77
%32.95
%38.28

CMYK color model

#7C8EA5 color CMYK value is (25,14,0,35).

  • cyan value is 24.85%
  • magenta value is 13.94%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (25,14,0,35)
C25M14Y0K35 (25%, 14%, 0%, 35%)
(0.25 / 0.14 / 0.00 / 0.35)

CMYK percentages

%24.85
%13.94
%0
%35.29

Codes

Color #7C8EA5 in popluar color models

7C 8E A5
RGB 124 142 165
HSL 214° 18.55% 56.67%
HSB/HSV 214° 24.85% 64.71%
CMYK 24.85% 13.94% 0.00%
35.29%

Color #7C8EA5 in popluar number systems.

HEX 7C 8E A5
Decimal 124 142 165
Binary 1111100 10001110 10100101
Octal 174 216 245

Shades and tints

Shades of #7C8EA5

#7C8EA5
(124,142,165)
#718296
(113,130,150)
#667687
(102,118,135)
#5B6A78
(91,106,120)
#505E69
(80,94,105)
#45525A
(69,82,90)
#3A464B
(58,70,75)
#2F3A3C
(47,58,60)
#242E2D
(36,46,45)
#19221E
(25,34,30)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #7C8EA5

#7C8EA5
(124,142,165)
#8798AD
(135,152,173)
#92A2B5
(146,162,181)
#9DACBD
(157,172,189)
#A8B6C5
(168,182,197)
#B3C0CD
(179,192,205)
#BECAD5
(190,202,213)
#C9D4DD
(201,212,221)
#D4DEE5
(212,222,229)
#DFE8ED
(223,232,237)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8EA5 color. Also use rgb(124,142,165) instead hex code.

Text Font Color

.myTextColor { color: #7C8EA5; }

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

This text font color is #7C8EA5.

Background Color

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

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

This div background color is #7C8EA5.

Border color

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

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

This div border color is #7C8EA5.

Opacity

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

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

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

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

This text has shadow with #7C8EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8EA5.

Preview

Color preview on black background

This text has color #7C8EA5 on black background.


Color preview on white background

This text has color #7C8EA5 on white background.


Black color preview on #7C8EA5 background

This text has black color on #7C8EA5 background.


White color preview on #7C8EA5 background

This text has white color on #7C8EA5 background.


Related colors

Complementary color

Complementary color for #hex is #83715A.


I love getcolorcode.com

Triadic colors

1 #A57C8E and #8EA57C with #7C8EA5 are triadic colors.

2 #A58E7C and #8E7CA5 with #7C8EA5 are triadic colors.