COLOR #7966AE

HEX: #7966AE RGB: (121,102,174)

Color info

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

RGB color model

#7966AE color RGB value is (121,102,174).

RGB: (121,102,174) (47%, 40%, 68%)

RGB channels and saturation

R 121 of 255 = 47%
G 102 of 255 = 40%
B 174 of 255 = 68%

121
102
174

R + G + B ~ 52%. #7966AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 102 + 174 = 397 (100%)
R 121 of 397 ~ 30.48%
G 102 of 397 ~ 25.69%
B 174 of 397 ~ 43.83'%

%30.48
%25.69
%43.83

CMYK color model

#7966AE color CMYK value is (30,41,0,32).

  • cyan value is 30.46%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (30,41,0,32)
C30M41Y0K32 (30%, 41%, 0%, 32%)
(0.30 / 0.41 / 0.00 / 0.32)

CMYK percentages

%30.46
%41.38
%0
%31.76

Codes

Color #7966AE in popluar color models

79 66 AE
RGB 121 102 174
HSL 256° 30.77% 54.12%
HSB/HSV 256° 41.38% 68.24%
CMYK 30.46% 41.38% 0.00%
31.76%

Color #7966AE in popluar number systems.

HEX 79 66 AE
Decimal 121 102 174
Binary 1111001 1100110 10101110
Octal 171 146 256

Shades and tints

Shades of #7966AE

#7966AE
(121,102,174)
#6E5D9F
(110,93,159)
#635490
(99,84,144)
#584B81
(88,75,129)
#4D4272
(77,66,114)
#423963
(66,57,99)
#373054
(55,48,84)
#2C2745
(44,39,69)
#211E36
(33,30,54)
#161527
(22,21,39)
#0B0C18
(11,12,24)
#000000
(0,0,0)

Tints of #7966AE

#7966AE
(121,102,174)
#8573B5
(133,115,181)
#9180BC
(145,128,188)
#9D8DC3
(157,141,195)
#A99ACA
(169,154,202)
#B5A7D1
(181,167,209)
#C1B4D8
(193,180,216)
#CDC1DF
(205,193,223)
#D9CEE6
(217,206,230)
#E5DBED
(229,219,237)
#F1E8F4
(241,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7966AE color. Also use rgb(121,102,174) instead hex code.

Text Font Color

.myTextColor { color: #7966AE; }

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

This text font color is #7966AE.

Background Color

.myBgColor { background-color: #7966AE; }

<div style="background-color:#7966AE">Inner text</div>

This div background color is #7966AE.

Border color

.myBorderColor { border: 1px solid #7966AE; }

<div style="border:3px solid #7966AE">Div</div>

This div border color is #7966AE.

Opacity

.myOpacity80 { color: #7966AE; opacity: 0.8; }

<p style="color:#7966AE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7966AE color.


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

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

This text has shadow with #7966AE primary color and red secondary color.


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

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

This text has shadow with #7966AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7966AE.

Preview

Color preview on black background

This text has color #7966AE on black background.


Color preview on white background

This text has color #7966AE on white background.


Black color preview on #7966AE background

This text has black color on #7966AE background.


White color preview on #7966AE background

This text has white color on #7966AE background.


Related colors

Complementary color

Complementary color for #hex is #869951.


I love getcolorcode.com

Triadic colors

1 #AE7966 and #66AE79 with #7966AE are triadic colors.

2 #AE6679 and #6679AE with #7966AE are triadic colors.