COLOR #7C8BB6

HEX: #7C8BB6 RGB: (124,139,182)

Color info

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

RGB color model

#7C8BB6 color RGB value is (124,139,182).

RGB: (124,139,182) (49%, 55%, 71%)

RGB channels and saturation

R 124 of 255 = 49%
G 139 of 255 = 55%
B 182 of 255 = 71%

124
139
182

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

Portions of RGB colors in percentages

R + G + B = 124 + 139 + 182 = 445 (100%)
R 124 of 445 ~ 27.87%
G 139 of 445 ~ 31.24%
B 182 of 445 ~ 40.9'%

%27.87
%31.24
%40.9

CMYK color model

#7C8BB6 color CMYK value is (32,24,0,29).

  • cyan value is 31.87%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (32,24,0,29)
C32M24Y0K29 (32%, 24%, 0%, 29%)
(0.32 / 0.24 / 0.00 / 0.29)

CMYK percentages

%31.87
%23.63
%0
%28.63

Codes

Color #7C8BB6 in popluar color models

7C 8B B6
RGB 124 139 182
HSL 224° 28.43% 60.00%
HSB/HSV 224° 31.87% 71.37%
CMYK 31.87% 23.63% 0.00%
28.63%

Color #7C8BB6 in popluar number systems.

HEX 7C 8B B6
Decimal 124 139 182
Binary 1111100 10001011 10110110
Octal 174 213 266

Shades and tints

Shades of #7C8BB6

#7C8BB6
(124,139,182)
#717FA6
(113,127,166)
#667396
(102,115,150)
#5B6786
(91,103,134)
#505B76
(80,91,118)
#454F66
(69,79,102)
#3A4356
(58,67,86)
#2F3746
(47,55,70)
#242B36
(36,43,54)
#191F26
(25,31,38)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #7C8BB6

#7C8BB6
(124,139,182)
#8795BC
(135,149,188)
#929FC2
(146,159,194)
#9DA9C8
(157,169,200)
#A8B3CE
(168,179,206)
#B3BDD4
(179,189,212)
#BEC7DA
(190,199,218)
#C9D1E0
(201,209,224)
#D4DBE6
(212,219,230)
#DFE5EC
(223,229,236)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8BB6; }

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

This text font color is #7C8BB6.

Background Color

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

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

This div background color is #7C8BB6.

Border color

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

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

This div border color is #7C8BB6.

Opacity

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

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

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

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

This text has shadow with #7C8BB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8BB6.

Preview

Color preview on black background

This text has color #7C8BB6 on black background.


Color preview on white background

This text has color #7C8BB6 on white background.


Black color preview on #7C8BB6 background

This text has black color on #7C8BB6 background.


White color preview on #7C8BB6 background

This text has white color on #7C8BB6 background.


Related colors

Complementary color

Complementary color for #hex is #837449.


I love getcolorcode.com

Triadic colors

1 #B67C8B and #8BB67C with #7C8BB6 are triadic colors.

2 #B68B7C and #8B7CB6 with #7C8BB6 are triadic colors.