COLOR #7D66AA

HEX: #7D66AA
RGB: (125,102,170)

Color info

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

RGB color model

#7D66AA color RGB value is (125,102,170).

  • red value is 125;
  • green value is 102;
  • blue value is 170.
RGB:
(125,102,170)
(49%,40%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 170 of 255 = 67%

125
102
170

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

Portions of RGB colors in percentages

R + G + B =
125 + 102 + 170 = 397 (100%)
R 125 of 397 ~ 31.49%
G 102 of 397 ~ 25.69%
B 170 of 397 ~ 42.82%

%31.49
%25.69
%42.82

CMYK color model

#7D66AA color CMYK value is (26,40,0,33).

  • cyan value is 26.47%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,40,0,33)
C26M40Y0K33 
(26%,40%,0%,33%)
(0.26/0.40/0.00/0.33)	

CMYK percentages

%26.47
%40
%0
%33.33

Codes

Color #7D66AA in popluar color models

7D66AA
RGB125102170
HSL260°28.57%53.33%
HSB/HSV260°40.00%66.67%
CMYK26.47%40.00%0.00%
33.33%

Color #7D66AA in popluar number systems.

HEX7D66AA
Decimal125102170
Binary1111101110011010101010
Octal175146252

Shades and tints

Shades of #7D66AA

#7D66AA
(125,102,170)
#725D9B
(114,93,155)
#67548C
(103,84,140)
#5C4B7D
(92,75,125)
#51426E
(81,66,110)
#46395F
(70,57,95)
#3B3050
(59,48,80)
#302741
(48,39,65)
#251E32
(37,30,50)
#1A1523
(26,21,35)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #7D66AA

#7D66AA
(125,102,170)
#8873B1
(136,115,177)
#9380B8
(147,128,184)
#9E8DBF
(158,141,191)
#A99AC6
(169,154,198)
#B4A7CD
(180,167,205)
#BFB4D4
(191,180,212)
#CAC1DB
(202,193,219)
#D5CEE2
(213,206,226)
#E0DBE9
(224,219,233)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D66AA color. Also use rgb(125,102,170) instead hex code.

Text Font Color

.myTextColor { color: #7D66AA; }

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

This text font color is #7D66AA.


Background Color

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

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

This div background color is #7D66AA.


Border color

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

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

This div border color is #7D66AA.


Opacity

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

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

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

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

This text has shadow with #7D66AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D66AA on black background.


Color preview on white background

This text has color #7D66AA on white background.



Black color preview on #7D66AA background

This text has black color on #7D66AA background.


White color preview on #7D66AA background

This text has white color on #7D66AA background.