COLOR #7C8D9E

HEX: #7C8D9E RGB: (124,141,158)

Color info

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

RGB color model

#7C8D9E color RGB value is (124,141,158).

RGB: (124,141,158) (49%, 55%, 62%)

RGB channels and saturation

R 124 of 255 = 49%
G 141 of 255 = 55%
B 158 of 255 = 62%

124
141
158

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

Portions of RGB colors in percentages

R + G + B = 124 + 141 + 158 = 423 (100%)
R 124 of 423 ~ 29.31%
G 141 of 423 ~ 33.33%
B 158 of 423 ~ 37.35'%

%29.31
%33.33
%37.35

CMYK color model

#7C8D9E color CMYK value is (22,11,0,38).

  • cyan value is 21.52%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (22,11,0,38) C22M11Y0K38 (22%,11%,0%,38%) (0.22/0.11/0.00/0.38) 

CMYK percentages

%21.52
%10.76
%0
%38.04

Codes

Color #7C8D9E in popluar color models

7C 8D 9E
RGB 124 141 158
HSL 210° 14.91% 55.29%
HSB/HSV 210° 21.52% 61.96%
CMYK 21.52% 10.76% 0.00%
38.04%

Color #7C8D9E in popluar number systems.

HEX 7C 8D 9E
Decimal 124 141 158
Binary 1111100 10001101 10011110
Octal 174 215 236

Shades and tints

Shades of #7C8D9E

#7C8D9E
(124,141,158)
#718190
(113,129,144)
#667582
(102,117,130)
#5B6974
(91,105,116)
#505D66
(80,93,102)
#455158
(69,81,88)
#3A454A
(58,69,74)
#2F393C
(47,57,60)
#242D2E
(36,45,46)
#192120
(25,33,32)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #7C8D9E

#7C8D9E
(124,141,158)
#8797A6
(135,151,166)
#92A1AE
(146,161,174)
#9DABB6
(157,171,182)
#A8B5BE
(168,181,190)
#B3BFC6
(179,191,198)
#BEC9CE
(190,201,206)
#C9D3D6
(201,211,214)
#D4DDDE
(212,221,222)
#DFE7E6
(223,231,230)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8D9E color. Also use rgb(124,141,158) instead hex code.

Text Font Color

.myTextColor { color: #7C8D9E; }

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

This text font color is #7C8D9E.

Background Color

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

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

This div background color is #7C8D9E.

Border color

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

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

This div border color is #7C8D9E.

Opacity

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

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

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

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

This text has shadow with #7C8D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8D9E.

Preview

Color preview on black background

This text has color #7C8D9E on black background.


Color preview on white background

This text has color #7C8D9E on white background.


Black color preview on #7C8D9E background

This text has black color on #7C8D9E background.


White color preview on #7C8D9E background

This text has white color on #7C8D9E background.


Related colors

Complementary color

Complementary color for #hex is #837261.


I love getcolorcode.com

Triadic colors

1 #9E7C8D and #8D9E7C with #7C8D9E are triadic colors.

2 #9E8D7C and #8D7C9E with #7C8D9E are triadic colors.