COLOR #7E6685

HEX: #7E6685 RGB: (126,102,133)

Color info

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

RGB color model

#7E6685 color RGB value is (126,102,133).

RGB: (126,102,133) (49%, 40%, 52%)

RGB channels and saturation

R 126 of 255 = 49%
G 102 of 255 = 40%
B 133 of 255 = 52%

126
102
133

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

Portions of RGB colors in percentages

R + G + B = 126 + 102 + 133 = 361 (100%)
R 126 of 361 ~ 34.9%
G 102 of 361 ~ 28.25%
B 133 of 361 ~ 36.84'%

%34.9
%28.25
%36.84

CMYK color model

#7E6685 color CMYK value is (5,23,0,48).

  • cyan value is 5.26%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (5,23,0,48)
C5M23Y0K48 (5%, 23%, 0%, 48%)
(0.05 / 0.23 / 0.00 / 0.48)

CMYK percentages

%5.26
%23.31
%0
%47.84

Codes

Color #7E6685 in popluar color models

7E 66 85
RGB 126 102 133
HSL 286° 13.19% 46.08%
HSB/HSV 286° 23.31% 52.16%
CMYK 5.26% 23.31% 0.00%
47.84%

Color #7E6685 in popluar number systems.

HEX 7E 66 85
Decimal 126 102 133
Binary 1111110 1100110 10000101
Octal 176 146 205

Shades and tints

Shades of #7E6685

#7E6685
(126,102,133)
#735D79
(115,93,121)
#68546D
(104,84,109)
#5D4B61
(93,75,97)
#524255
(82,66,85)
#473949
(71,57,73)
#3C303D
(60,48,61)
#312731
(49,39,49)
#261E25
(38,30,37)
#1B1519
(27,21,25)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #7E6685

#7E6685
(126,102,133)
#897390
(137,115,144)
#94809B
(148,128,155)
#9F8DA6
(159,141,166)
#AA9AB1
(170,154,177)
#B5A7BC
(181,167,188)
#C0B4C7
(192,180,199)
#CBC1D2
(203,193,210)
#D6CEDD
(214,206,221)
#E1DBE8
(225,219,232)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6685 color. Also use rgb(126,102,133) instead hex code.

Text Font Color

.myTextColor { color: #7E6685; }

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

This text font color is #7E6685.

Background Color

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

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

This div background color is #7E6685.

Border color

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

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

This div border color is #7E6685.

Opacity

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

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

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

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

This text has shadow with #7E6685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6685.

Preview

Color preview on black background

This text has color #7E6685 on black background.


Color preview on white background

This text has color #7E6685 on white background.


Black color preview on #7E6685 background

This text has black color on #7E6685 background.


White color preview on #7E6685 background

This text has white color on #7E6685 background.


Related colors

Complementary color

Complementary color for #hex is #81997A.


I love getcolorcode.com

Triadic colors

1 #857E66 and #66857E with #7E6685 are triadic colors.

2 #85667E and #667E85 with #7E6685 are triadic colors.