COLOR #7C8B9E

HEX: #7C8B9E RGB: (124,139,158)

Color info

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

RGB color model

#7C8B9E color RGB value is (124,139,158).

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

RGB channels and saturation

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

124
139
158

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

Portions of RGB colors in percentages

R + G + B = 124 + 139 + 158 = 421 (100%)
R 124 of 421 ~ 29.45%
G 139 of 421 ~ 33.02%
B 158 of 421 ~ 37.53'%

%29.45
%33.02
%37.53

CMYK color model

#7C8B9E color CMYK value is (22,12,0,38).

  • cyan value is 21.52%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (22,12,0,38)
C22M12Y0K38 (22%, 12%, 0%, 38%)
(0.22 / 0.12 / 0.00 / 0.38)

CMYK percentages

%21.52
%12.03
%0
%38.04

Codes

Color #7C8B9E in popluar color models

7C 8B 9E
RGB 124 139 158
HSL 214° 14.91% 55.29%
HSB/HSV 214° 21.52% 61.96%
CMYK 21.52% 12.03% 0.00%
38.04%

Color #7C8B9E in popluar number systems.

HEX 7C 8B 9E
Decimal 124 139 158
Binary 1111100 10001011 10011110
Octal 174 213 236

Shades and tints

Shades of #7C8B9E

#7C8B9E
(124,139,158)
#717F90
(113,127,144)
#667382
(102,115,130)
#5B6774
(91,103,116)
#505B66
(80,91,102)
#454F58
(69,79,88)
#3A434A
(58,67,74)
#2F373C
(47,55,60)
#242B2E
(36,43,46)
#191F20
(25,31,32)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #7C8B9E

#7C8B9E
(124,139,158)
#8795A6
(135,149,166)
#929FAE
(146,159,174)
#9DA9B6
(157,169,182)
#A8B3BE
(168,179,190)
#B3BDC6
(179,189,198)
#BEC7CE
(190,199,206)
#C9D1D6
(201,209,214)
#D4DBDE
(212,219,222)
#DFE5E6
(223,229,230)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8B9E; }

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

This text font color is #7C8B9E.

Background Color

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

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

This div background color is #7C8B9E.

Border color

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

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

This div border color is #7C8B9E.

Opacity

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

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

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

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

This text has shadow with #7C8B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8B9E.

Preview

Color preview on black background

This text has color #7C8B9E on black background.


Color preview on white background

This text has color #7C8B9E on white background.


Black color preview on #7C8B9E background

This text has black color on #7C8B9E background.


White color preview on #7C8B9E background

This text has white color on #7C8B9E background.


Related colors

Complementary color

Complementary color for #hex is #837461.


I love getcolorcode.com

Triadic colors

1 #9E7C8B and #8B9E7C with #7C8B9E are triadic colors.

2 #9E8B7C and #8B7C9E with #7C8B9E are triadic colors.