COLOR #7C8CBA

HEX: #7C8CBA
RGB: (124,140,186)

Color info

#7C8CBA contains mainly green and blue colors. Web safe color of #7C8CBA is #6699CC (or #69C).

RGB color model

#7C8CBA color RGB value is (124,140,186).

  • red value is 124;
  • green value is 140;
  • blue value is 186.
RGB:
(124,140,186)
(49%,55%,73%)

RGB channels and saturation

R 124 of 255 = 49%
G 140 of 255 = 55%
B 186 of 255 = 73%

124
140
186

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

Portions of RGB colors in percentages

R + G + B =
124 + 140 + 186 = 450 (100%)
R 124 of 450 ~ 27.56%
G 140 of 450 ~ 31.11%
B 186 of 450 ~ 41.33%

%27.56
%31.11
%41.33

CMYK color model

#7C8CBA color CMYK value is (33,25,0,27).

  • cyan value is 33.33%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(33,25,0,27)
C33M25Y0K27 
(33%,25%,0%,27%)
(0.33/0.25/0.00/0.27)	

CMYK percentages

%33.33
%24.73
%0
%27.06

Codes

Color #7C8CBA in popluar color models

7C8CBA
RGB124140186
HSL225°31.00%60.78%
HSB/HSV225°33.33%72.94%
CMYK33.33%24.73%0.00%
27.06%

Color #7C8CBA in popluar number systems.

HEX7C8CBA
Decimal124140186
Binary11111001000110010111010
Octal174214272

Shades and tints

Shades of #7C8CBA

#7C8CBA
(124,140,186)
#7180AA
(113,128,170)
#66749A
(102,116,154)
#5B688A
(91,104,138)
#505C7A
(80,92,122)
#45506A
(69,80,106)
#3A445A
(58,68,90)
#2F384A
(47,56,74)
#242C3A
(36,44,58)
#19202A
(25,32,42)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #7C8CBA

#7C8CBA
(124,140,186)
#8796C0
(135,150,192)
#92A0C6
(146,160,198)
#9DAACC
(157,170,204)
#A8B4D2
(168,180,210)
#B3BED8
(179,190,216)
#BEC8DE
(190,200,222)
#C9D2E4
(201,210,228)
#D4DCEA
(212,220,234)
#DFE6F0
(223,230,240)
#EAF0F6
(234,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8CBA color. Also use rgb(124,140,186) instead hex code.

Text Font Color

.myTextColor { color: #7C8CBA; }

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

This text font color is #7C8CBA.


Background Color

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

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

This div background color is #7C8CBA.


Border color

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

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

This div border color is #7C8CBA.


Opacity

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

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

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

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

This text has shadow with #7C8CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8CBA on black background.


Color preview on white background

This text has color #7C8CBA on white background.



Black color preview on #7C8CBA background

This text has black color on #7C8CBA background.


White color preview on #7C8CBA background

This text has white color on #7C8CBA background.