COLOR #7C8CCB

HEX: #7C8CCB
RGB: (124,140,203)

Color info

#7C8CCB contains mainly blue color. Web safe color of #7C8CCB is #6699CC (or #69C).

RGB color model

#7C8CCB color RGB value is (124,140,203).

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

RGB channels and saturation

R 124 of 255 = 49%
G 140 of 255 = 55%
B 203 of 255 = 80%

124
140
203

R + G + B ~ 61%. #7C8CCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 140 + 203 = 467 (100%)
R 124 of 467 ~ 26.55%
G 140 of 467 ~ 29.98%
B 203 of 467 ~ 43.47%

%26.55
%29.98
%43.47

CMYK color model

#7C8CCB color CMYK value is (39,31,0,20).

  • cyan value is 38.92%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(39,31,0,20)
C39M31Y0K20 
(39%,31%,0%,20%)
(0.39/0.31/0.00/0.20)	

CMYK percentages

%38.92
%31.03
%0
%20.39

Codes

Color #7C8CCB in popluar color models

7C8CCB
RGB124140203
HSL228°43.17%64.12%
HSB/HSV228°38.92%79.61%
CMYK38.92%31.03%0.00%
20.39%

Color #7C8CCB in popluar number systems.

HEX7C8CCB
Decimal124140203
Binary11111001000110011001011
Octal174214313

Shades and tints

Shades of #7C8CCB

#7C8CCB
(124,140,203)
#7180B9
(113,128,185)
#6674A7
(102,116,167)
#5B6895
(91,104,149)
#505C83
(80,92,131)
#455071
(69,80,113)
#3A445F
(58,68,95)
#2F384D
(47,56,77)
#242C3B
(36,44,59)
#192029
(25,32,41)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #7C8CCB

#7C8CCB
(124,140,203)
#8796CF
(135,150,207)
#92A0D3
(146,160,211)
#9DAAD7
(157,170,215)
#A8B4DB
(168,180,219)
#B3BEDF
(179,190,223)
#BEC8E3
(190,200,227)
#C9D2E7
(201,210,231)
#D4DCEB
(212,220,235)
#DFE6EF
(223,230,239)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8CCB; }

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

This text font color is #7C8CCB.


Background Color

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

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

This div background color is #7C8CCB.


Border color

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

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

This div border color is #7C8CCB.


Opacity

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

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

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

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

This text has shadow with #7C8CCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8CCB on black background.


Color preview on white background

This text has color #7C8CCB on white background.



Black color preview on #7C8CCB background

This text has black color on #7C8CCB background.


White color preview on #7C8CCB background

This text has white color on #7C8CCB background.