COLOR #7C8D9B

HEX: #7C8D9B
RGB: (124,141,155)

Color info

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

RGB color model

#7C8D9B color RGB value is (124,141,155).

  • red value is 124;
  • green value is 141;
  • blue value is 155.
RGB:
(124,141,155)
(49%,55%,61%)

RGB channels and saturation

R 124 of 255 = 49%
G 141 of 255 = 55%
B 155 of 255 = 61%

124
141
155

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

Portions of RGB colors in percentages

R + G + B =
124 + 141 + 155 = 420 (100%)
R 124 of 420 ~ 29.52%
G 141 of 420 ~ 33.57%
B 155 of 420 ~ 36.9%

%29.52
%33.57
%36.9

CMYK color model

#7C8D9B color CMYK value is (20,9,0,39).

  • cyan value is 20.00%
  • magenta value is 9.03%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(20,9,0,39)
C20M9Y0K39 
(20%,9%,0%,39%)
(0.20/0.09/0.00/0.39)	

CMYK percentages

%20
%9.03
%0
%39.22

Codes

Color #7C8D9B in popluar color models

7C8D9B
RGB124141155
HSL207°13.42%54.71%
HSB/HSV207°20.00%60.78%
CMYK20.00%9.03%0.00%
39.22%

Color #7C8D9B in popluar number systems.

HEX7C8D9B
Decimal124141155
Binary11111001000110110011011
Octal174215233

Shades and tints

Shades of #7C8D9B

#7C8D9B
(124,141,155)
#71818D
(113,129,141)
#66757F
(102,117,127)
#5B6971
(91,105,113)
#505D63
(80,93,99)
#455155
(69,81,85)
#3A4547
(58,69,71)
#2F3939
(47,57,57)
#242D2B
(36,45,43)
#19211D
(25,33,29)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #7C8D9B

#7C8D9B
(124,141,155)
#8797A4
(135,151,164)
#92A1AD
(146,161,173)
#9DABB6
(157,171,182)
#A8B5BF
(168,181,191)
#B3BFC8
(179,191,200)
#BEC9D1
(190,201,209)
#C9D3DA
(201,211,218)
#D4DDE3
(212,221,227)
#DFE7EC
(223,231,236)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8D9B; }

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

This text font color is #7C8D9B.


Background Color

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

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

This div background color is #7C8D9B.


Border color

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

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

This div border color is #7C8D9B.


Opacity

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

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

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

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

This text has shadow with #7C8D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8D9B on black background.


Color preview on white background

This text has color #7C8D9B on white background.



Black color preview on #7C8D9B background

This text has black color on #7C8D9B background.


White color preview on #7C8D9B background

This text has white color on #7C8D9B background.