COLOR #7C69AD

HEX: #7C69AD
RGB: (124,105,173)

Color info

#7C69AD contains mainly red and blue colors. Web safe color of #7C69AD is #666699 (or #669).

RGB color model

#7C69AD color RGB value is (124,105,173).

  • red value is 124;
  • green value is 105;
  • blue value is 173.
RGB:
(124,105,173)
(49%,41%,68%)

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 173 of 255 = 68%

124
105
173

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

Portions of RGB colors in percentages

R + G + B =
124 + 105 + 173 = 402 (100%)
R 124 of 402 ~ 30.85%
G 105 of 402 ~ 26.12%
B 173 of 402 ~ 43.03%

%30.85
%26.12
%43.03

CMYK color model

#7C69AD color CMYK value is (28,39,0,32).

  • cyan value is 28.32%
  • magenta value is 39.31%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(28,39,0,32)
C28M39Y0K32 
(28%,39%,0%,32%)
(0.28/0.39/0.00/0.32)	

CMYK percentages

%28.32
%39.31
%0
%32.16

Codes

Color #7C69AD in popluar color models

7C69AD
RGB124105173
HSL257°29.31%54.51%
HSB/HSV257°39.31%67.84%
CMYK28.32%39.31%0.00%
32.16%

Color #7C69AD in popluar number systems.

HEX7C69AD
Decimal124105173
Binary1111100110100110101101
Octal174151255

Shades and tints

Shades of #7C69AD

#7C69AD
(124,105,173)
#71609E
(113,96,158)
#66578F
(102,87,143)
#5B4E80
(91,78,128)
#504571
(80,69,113)
#453C62
(69,60,98)
#3A3353
(58,51,83)
#2F2A44
(47,42,68)
#242135
(36,33,53)
#191826
(25,24,38)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #7C69AD

#7C69AD
(124,105,173)
#8776B4
(135,118,180)
#9283BB
(146,131,187)
#9D90C2
(157,144,194)
#A89DC9
(168,157,201)
#B3AAD0
(179,170,208)
#BEB7D7
(190,183,215)
#C9C4DE
(201,196,222)
#D4D1E5
(212,209,229)
#DFDEEC
(223,222,236)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C69AD color. Also use rgb(124,105,173) instead hex code.

Text Font Color

.myTextColor { color: #7C69AD; }

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

This text font color is #7C69AD.


Background Color

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

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

This div background color is #7C69AD.


Border color

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

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

This div border color is #7C69AD.


Opacity

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

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

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

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

This text has shadow with #7C69AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C69AD on black background.


Color preview on white background

This text has color #7C69AD on white background.



Black color preview on #7C69AD background

This text has black color on #7C69AD background.


White color preview on #7C69AD background

This text has white color on #7C69AD background.