COLOR #7C8BB7

HEX: #7C8BB7 RGB: (124,139,183)

Color info

#7C8BB7 contains red, green and blue colors in about the same proportion. Web safe color of #7C8BB7 is #6699CC (or #69C).

RGB color model

#7C8BB7 color RGB value is (124,139,183).

RGB: (124,139,183) (49%, 55%, 72%)

RGB channels and saturation

R 124 of 255 = 49%
G 139 of 255 = 55%
B 183 of 255 = 72%

124
139
183

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

Portions of RGB colors in percentages

R + G + B = 124 + 139 + 183 = 446 (100%)
R 124 of 446 ~ 27.8%
G 139 of 446 ~ 31.17%
B 183 of 446 ~ 41.03'%

%27.8
%31.17
%41.03

CMYK color model

#7C8BB7 color CMYK value is (32,24,0,28).

  • cyan value is 32.24%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (32,24,0,28)
C32M24Y0K28 (32%, 24%, 0%, 28%)
(0.32 / 0.24 / 0.00 / 0.28)

CMYK percentages

%32.24
%24.04
%0
%28.24

Codes

Color #7C8BB7 in popluar color models

7C 8B B7
RGB 124 139 183
HSL 225° 29.06% 60.20%
HSB/HSV 225° 32.24% 71.76%
CMYK 32.24% 24.04% 0.00%
28.24%

Color #7C8BB7 in popluar number systems.

HEX 7C 8B B7
Decimal 124 139 183
Binary 1111100 10001011 10110111
Octal 174 213 267

Shades and tints

Shades of #7C8BB7

#7C8BB7
(124,139,183)
#717FA7
(113,127,167)
#667397
(102,115,151)
#5B6787
(91,103,135)
#505B77
(80,91,119)
#454F67
(69,79,103)
#3A4357
(58,67,87)
#2F3747
(47,55,71)
#242B37
(36,43,55)
#191F27
(25,31,39)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #7C8BB7

#7C8BB7
(124,139,183)
#8795BD
(135,149,189)
#929FC3
(146,159,195)
#9DA9C9
(157,169,201)
#A8B3CF
(168,179,207)
#B3BDD5
(179,189,213)
#BEC7DB
(190,199,219)
#C9D1E1
(201,209,225)
#D4DBE7
(212,219,231)
#DFE5ED
(223,229,237)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8BB7; }

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

This text font color is #7C8BB7.

Background Color

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

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

This div background color is #7C8BB7.

Border color

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

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

This div border color is #7C8BB7.

Opacity

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

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

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

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

This text has shadow with #7C8BB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8BB7.

Preview

Color preview on black background

This text has color #7C8BB7 on black background.


Color preview on white background

This text has color #7C8BB7 on white background.


Black color preview on #7C8BB7 background

This text has black color on #7C8BB7 background.


White color preview on #7C8BB7 background

This text has white color on #7C8BB7 background.


Related colors

Complementary color

Complementary color for #hex is #837448.


I love getcolorcode.com

Triadic colors

1 #B77C8B and #8BB77C with #7C8BB7 are triadic colors.

2 #B78B7C and #8B7CB7 with #7C8BB7 are triadic colors.