COLOR #7C6ABF

HEX: #7C6ABF
RGB: (124,106,191)

Color info

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

RGB color model

#7C6ABF color RGB value is (124,106,191).

  • red value is 124;
  • green value is 106;
  • blue value is 191.
RGB:
(124,106,191)
(49%,42%,75%)

RGB channels and saturation

R 124 of 255 = 49%
G 106 of 255 = 42%
B 191 of 255 = 75%

124
106
191

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

Portions of RGB colors in percentages

R + G + B =
124 + 106 + 191 = 421 (100%)
R 124 of 421 ~ 29.45%
G 106 of 421 ~ 25.18%
B 191 of 421 ~ 45.37%

%29.45
%25.18
%45.37

CMYK color model

#7C6ABF color CMYK value is (35,45,0,25).

  • cyan value is 35.08%
  • magenta value is 44.50%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(35,45,0,25)
C35M45Y0K25 
(35%,45%,0%,25%)
(0.35/0.45/0.00/0.25)	

CMYK percentages

%35.08
%44.5
%0
%25.1

Codes

Color #7C6ABF in popluar color models

7C6ABF
RGB124106191
HSL253°39.91%58.24%
HSB/HSV253°44.50%74.90%
CMYK35.08%44.50%0.00%
25.10%

Color #7C6ABF in popluar number systems.

HEX7C6ABF
Decimal124106191
Binary1111100110101010111111
Octal174152277

Shades and tints

Shades of #7C6ABF

#7C6ABF
(124,106,191)
#7161AE
(113,97,174)
#66589D
(102,88,157)
#5B4F8C
(91,79,140)
#50467B
(80,70,123)
#453D6A
(69,61,106)
#3A3459
(58,52,89)
#2F2B48
(47,43,72)
#242237
(36,34,55)
#191926
(25,25,38)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #7C6ABF

#7C6ABF
(124,106,191)
#8777C4
(135,119,196)
#9284C9
(146,132,201)
#9D91CE
(157,145,206)
#A89ED3
(168,158,211)
#B3ABD8
(179,171,216)
#BEB8DD
(190,184,221)
#C9C5E2
(201,197,226)
#D4D2E7
(212,210,231)
#DFDFEC
(223,223,236)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6ABF color. Also use rgb(124,106,191) instead hex code.

Text Font Color

.myTextColor { color: #7C6ABF; }

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

This text font color is #7C6ABF.


Background Color

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

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

This div background color is #7C6ABF.


Border color

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

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

This div border color is #7C6ABF.


Opacity

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

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

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

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

This text has shadow with #7C6ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6ABF on black background.


Color preview on white background

This text has color #7C6ABF on white background.



Black color preview on #7C6ABF background

This text has black color on #7C6ABF background.


White color preview on #7C6ABF background

This text has white color on #7C6ABF background.