COLOR #7C8ADC

HEX: #7C8ADC
RGB: (124,138,220)

Color info

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

RGB color model

#7C8ADC color RGB value is (124,138,220).

  • red value is 124;
  • green value is 138;
  • blue value is 220.
RGB:
(124,138,220)
(49%,54%,86%)

RGB channels and saturation

R 124 of 255 = 49%
G 138 of 255 = 54%
B 220 of 255 = 86%

124
138
220

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

Portions of RGB colors in percentages

R + G + B =
124 + 138 + 220 = 482 (100%)
R 124 of 482 ~ 25.73%
G 138 of 482 ~ 28.63%
B 220 of 482 ~ 45.64%

%25.73
%28.63
%45.64

CMYK color model

#7C8ADC color CMYK value is (44,37,0,14).

  • cyan value is 43.64%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(44,37,0,14)
C44M37Y0K14 
(44%,37%,0%,14%)
(0.44/0.37/0.00/0.14)	

CMYK percentages

%43.64
%37.27
%0
%13.73

Codes

Color #7C8ADC in popluar color models

7C8ADC
RGB124138220
HSL231°57.83%67.45%
HSB/HSV231°43.64%86.27%
CMYK43.64%37.27%0.00%
13.73%

Color #7C8ADC in popluar number systems.

HEX7C8ADC
Decimal124138220
Binary11111001000101011011100
Octal174212334

Shades and tints

Shades of #7C8ADC

#7C8ADC
(124,138,220)
#717EC8
(113,126,200)
#6672B4
(102,114,180)
#5B66A0
(91,102,160)
#505A8C
(80,90,140)
#454E78
(69,78,120)
#3A4264
(58,66,100)
#2F3650
(47,54,80)
#242A3C
(36,42,60)
#191E28
(25,30,40)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #7C8ADC

#7C8ADC
(124,138,220)
#8794DF
(135,148,223)
#929EE2
(146,158,226)
#9DA8E5
(157,168,229)
#A8B2E8
(168,178,232)
#B3BCEB
(179,188,235)
#BEC6EE
(190,198,238)
#C9D0F1
(201,208,241)
#D4DAF4
(212,218,244)
#DFE4F7
(223,228,247)
#EAEEFA
(234,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8ADC; }

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

This text font color is #7C8ADC.


Background Color

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

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

This div background color is #7C8ADC.


Border color

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

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

This div border color is #7C8ADC.


Opacity

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

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

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

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

This text has shadow with #7C8ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8ADC on black background.


Color preview on white background

This text has color #7C8ADC on white background.



Black color preview on #7C8ADC background

This text has black color on #7C8ADC background.


White color preview on #7C8ADC background

This text has white color on #7C8ADC background.