COLOR #7D7FAB

HEX: #7D7FAB
RGB: (125,127,171)

Color info

#7D7FAB contains red, green and blue colors in about the same proportion. Web safe color of #7D7FAB is #666699 (or #669).

RGB color model

#7D7FAB color RGB value is (125,127,171).

  • red value is 125;
  • green value is 127;
  • blue value is 171.
RGB:
(125,127,171)
(49%,50%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 127 of 255 = 50%
B 171 of 255 = 67%

125
127
171

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

Portions of RGB colors in percentages

R + G + B =
125 + 127 + 171 = 423 (100%)
R 125 of 423 ~ 29.55%
G 127 of 423 ~ 30.02%
B 171 of 423 ~ 40.43%

%29.55
%30.02
%40.43

CMYK color model

#7D7FAB color CMYK value is (27,26,0,33).

  • cyan value is 26.90%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,26,0,33)
C27M26Y0K33 
(27%,26%,0%,33%)
(0.27/0.26/0.00/0.33)	

CMYK percentages

%26.9
%25.73
%0
%32.94

Codes

Color #7D7FAB in popluar color models

7D7FAB
RGB125127171
HSL237°21.50%58.04%
HSB/HSV237°26.90%67.06%
CMYK26.90%25.73%0.00%
32.94%

Color #7D7FAB in popluar number systems.

HEX7D7FAB
Decimal125127171
Binary1111101111111110101011
Octal175177253

Shades and tints

Shades of #7D7FAB

#7D7FAB
(125,127,171)
#72749C
(114,116,156)
#67698D
(103,105,141)
#5C5E7E
(92,94,126)
#51536F
(81,83,111)
#464860
(70,72,96)
#3B3D51
(59,61,81)
#303242
(48,50,66)
#252733
(37,39,51)
#1A1C24
(26,28,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #7D7FAB

#7D7FAB
(125,127,171)
#888AB2
(136,138,178)
#9395B9
(147,149,185)
#9EA0C0
(158,160,192)
#A9ABC7
(169,171,199)
#B4B6CE
(180,182,206)
#BFC1D5
(191,193,213)
#CACCDC
(202,204,220)
#D5D7E3
(213,215,227)
#E0E2EA
(224,226,234)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7FAB color. Also use rgb(125,127,171) instead hex code.

Text Font Color

.myTextColor { color: #7D7FAB; }

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

This text font color is #7D7FAB.


Background Color

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

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

This div background color is #7D7FAB.


Border color

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

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

This div border color is #7D7FAB.


Opacity

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

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

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

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

This text has shadow with #7D7FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7FAB on black background.


Color preview on white background

This text has color #7D7FAB on white background.



Black color preview on #7D7FAB background

This text has black color on #7D7FAB background.


White color preview on #7D7FAB background

This text has white color on #7D7FAB background.