COLOR #7C6CDC

HEX: #7C6CDC
RGB: (124,108,220)

Color info

#7C6CDC contains mainly blue color. Web safe color of #7C6CDC is #6666CC (or #66C).

RGB color model

#7C6CDC color RGB value is (124,108,220).

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

RGB channels and saturation

R 124 of 255 = 49%
G 108 of 255 = 42%
B 220 of 255 = 86%

124
108
220

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

Portions of RGB colors in percentages

R + G + B =
124 + 108 + 220 = 452 (100%)
R 124 of 452 ~ 27.43%
G 108 of 452 ~ 23.89%
B 220 of 452 ~ 48.67%

%27.43
%23.89
%48.67

CMYK color model

#7C6CDC color CMYK value is (44,51,0,14).

  • cyan value is 43.64%
  • magenta value is 50.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(44,51,0,14)
C44M51Y0K14 
(44%,51%,0%,14%)
(0.44/0.51/0.00/0.14)	

CMYK percentages

%43.64
%50.91
%0
%13.73

Codes

Color #7C6CDC in popluar color models

7C6CDC
RGB124108220
HSL249°61.54%64.31%
HSB/HSV249°50.91%86.27%
CMYK43.64%50.91%0.00%
13.73%

Color #7C6CDC in popluar number systems.

HEX7C6CDC
Decimal124108220
Binary1111100110110011011100
Octal174154334

Shades and tints

Shades of #7C6CDC

#7C6CDC
(124,108,220)
#7163C8
(113,99,200)
#665AB4
(102,90,180)
#5B51A0
(91,81,160)
#50488C
(80,72,140)
#453F78
(69,63,120)
#3A3664
(58,54,100)
#2F2D50
(47,45,80)
#24243C
(36,36,60)
#191B28
(25,27,40)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #7C6CDC

#7C6CDC
(124,108,220)
#8779DF
(135,121,223)
#9286E2
(146,134,226)
#9D93E5
(157,147,229)
#A8A0E8
(168,160,232)
#B3ADEB
(179,173,235)
#BEBAEE
(190,186,238)
#C9C7F1
(201,199,241)
#D4D4F4
(212,212,244)
#DFE1F7
(223,225,247)
#EAEEFA
(234,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6CDC; }

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

This text font color is #7C6CDC.


Background Color

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

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

This div background color is #7C6CDC.


Border color

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

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

This div border color is #7C6CDC.


Opacity

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

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

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

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

This text has shadow with #7C6CDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6CDC on black background.


Color preview on white background

This text has color #7C6CDC on white background.



Black color preview on #7C6CDC background

This text has black color on #7C6CDC background.


White color preview on #7C6CDC background

This text has white color on #7C6CDC background.