COLOR #7C8CDC

HEX: #7C8CDC RGB: (124,140,220)

Color info

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

RGB color model

#7C8CDC color RGB value is (124,140,220).

RGB: (124,140,220) (49%, 55%, 86%)

RGB channels and saturation

R 124 of 255 = 49%
G 140 of 255 = 55%
B 220 of 255 = 86%

124
140
220

R + G + B ~ 63%. #7C8CDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 140 + 220 = 484 (100%)
R 124 of 484 ~ 25.62%
G 140 of 484 ~ 28.93%
B 220 of 484 ~ 45.45'%

%25.62
%28.93
%45.45

CMYK color model

#7C8CDC color CMYK value is (44,36,0,14).

  • cyan value is 43.64%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (44,36,0,14)
C44M36Y0K14 (44%, 36%, 0%, 14%)
(0.44 / 0.36 / 0.00 / 0.14)

CMYK percentages

%43.64
%36.36
%0
%13.73

Codes

Color #7C8CDC in popluar color models

7C 8C DC
RGB 124 140 220
HSL 230° 57.83% 67.45%
HSB/HSV 230° 43.64% 86.27%
CMYK 43.64% 36.36% 0.00%
13.73%

Color #7C8CDC in popluar number systems.

HEX 7C 8C DC
Decimal 124 140 220
Binary 1111100 10001100 11011100
Octal 174 214 334

Shades and tints

Shades of #7C8CDC

#7C8CDC
(124,140,220)
#7180C8
(113,128,200)
#6674B4
(102,116,180)
#5B68A0
(91,104,160)
#505C8C
(80,92,140)
#455078
(69,80,120)
#3A4464
(58,68,100)
#2F3850
(47,56,80)
#242C3C
(36,44,60)
#192028
(25,32,40)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #7C8CDC

#7C8CDC
(124,140,220)
#8796DF
(135,150,223)
#92A0E2
(146,160,226)
#9DAAE5
(157,170,229)
#A8B4E8
(168,180,232)
#B3BEEB
(179,190,235)
#BEC8EE
(190,200,238)
#C9D2F1
(201,210,241)
#D4DCF4
(212,220,244)
#DFE6F7
(223,230,247)
#EAF0FA
(234,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8CDC; }

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

This text font color is #7C8CDC.

Background Color

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

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

This div background color is #7C8CDC.

Border color

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

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

This div border color is #7C8CDC.

Opacity

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

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

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

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

This text has shadow with #7C8CDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8CDC.

Preview

Color preview on black background

This text has color #7C8CDC on black background.


Color preview on white background

This text has color #7C8CDC on white background.


Black color preview on #7C8CDC background

This text has black color on #7C8CDC background.


White color preview on #7C8CDC background

This text has white color on #7C8CDC background.


Related colors

Complementary color

Complementary color for #hex is #837323.


I love getcolorcode.com

Triadic colors

1 #DC7C8C and #8CDC7C with #7C8CDC are triadic colors.

2 #DC8C7C and #8C7CDC with #7C8CDC are triadic colors.