COLOR #7E7CAB

HEX: #7E7CAB RGB: (126,124,171)

Color info

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

RGB color model

#7E7CAB color RGB value is (126,124,171).

RGB: (126,124,171) (49%, 49%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 124 of 255 = 49%
B 171 of 255 = 67%

126
124
171

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

Portions of RGB colors in percentages

R + G + B = 126 + 124 + 171 = 421 (100%)
R 126 of 421 ~ 29.93%
G 124 of 421 ~ 29.45%
B 171 of 421 ~ 40.62'%

%29.93
%29.45
%40.62

CMYK color model

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

  • cyan value is 26.32%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (26,27,0,33)
C26M27Y0K33 (26%, 27%, 0%, 33%)
(0.26 / 0.27 / 0.00 / 0.33)

CMYK percentages

%26.32
%27.49
%0
%32.94

Codes

Color #7E7CAB in popluar color models

7E 7C AB
RGB 126 124 171
HSL 243° 21.86% 57.84%
HSB/HSV 243° 27.49% 67.06%
CMYK 26.32% 27.49% 0.00%
32.94%

Color #7E7CAB in popluar number systems.

HEX 7E 7C AB
Decimal 126 124 171
Binary 1111110 1111100 10101011
Octal 176 174 253

Shades and tints

Shades of #7E7CAB

#7E7CAB
(126,124,171)
#73719C
(115,113,156)
#68668D
(104,102,141)
#5D5B7E
(93,91,126)
#52506F
(82,80,111)
#474560
(71,69,96)
#3C3A51
(60,58,81)
#312F42
(49,47,66)
#262433
(38,36,51)
#1B1924
(27,25,36)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #7E7CAB

#7E7CAB
(126,124,171)
#8987B2
(137,135,178)
#9492B9
(148,146,185)
#9F9DC0
(159,157,192)
#AAA8C7
(170,168,199)
#B5B3CE
(181,179,206)
#C0BED5
(192,190,213)
#CBC9DC
(203,201,220)
#D6D4E3
(214,212,227)
#E1DFEA
(225,223,234)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7CAB color. Also use rgb(126,124,171) instead hex code.

Text Font Color

.myTextColor { color: #7E7CAB; }

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

This text font color is #7E7CAB.

Background Color

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

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

This div background color is #7E7CAB.

Border color

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

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

This div border color is #7E7CAB.

Opacity

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

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

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

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

This text has shadow with #7E7CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7CAB.

Preview

Color preview on black background

This text has color #7E7CAB on black background.


Color preview on white background

This text has color #7E7CAB on white background.


Black color preview on #7E7CAB background

This text has black color on #7E7CAB background.


White color preview on #7E7CAB background

This text has white color on #7E7CAB background.


Related colors

Complementary color

Complementary color for #hex is #818354.


I love getcolorcode.com

Triadic colors

1 #AB7E7C and #7CAB7E with #7E7CAB are triadic colors.

2 #AB7C7E and #7C7EAB with #7E7CAB are triadic colors.