COLOR #7E6985

HEX: #7E6985 RGB: (126,105,133)

Color info

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

RGB color model

#7E6985 color RGB value is (126,105,133).

RGB: (126,105,133) (49%, 41%, 52%)

RGB channels and saturation

R 126 of 255 = 49%
G 105 of 255 = 41%
B 133 of 255 = 52%

126
105
133

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

Portions of RGB colors in percentages

R + G + B = 126 + 105 + 133 = 364 (100%)
R 126 of 364 ~ 34.62%
G 105 of 364 ~ 28.85%
B 133 of 364 ~ 36.54'%

%34.62
%28.85
%36.54

CMYK color model

#7E6985 color CMYK value is (5,21,0,48).

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

CMYK: (5,21,0,48)
C5M21Y0K48 (5%, 21%, 0%, 48%)
(0.05 / 0.21 / 0.00 / 0.48)

CMYK percentages

%5.26
%21.05
%0
%47.84

Codes

Color #7E6985 in popluar color models

7E 69 85
RGB 126 105 133
HSL 285° 11.76% 46.67%
HSB/HSV 285° 21.05% 52.16%
CMYK 5.26% 21.05% 0.00%
47.84%

Color #7E6985 in popluar number systems.

HEX 7E 69 85
Decimal 126 105 133
Binary 1111110 1101001 10000101
Octal 176 151 205

Shades and tints

Shades of #7E6985

#7E6985
(126,105,133)
#736079
(115,96,121)
#68576D
(104,87,109)
#5D4E61
(93,78,97)
#524555
(82,69,85)
#473C49
(71,60,73)
#3C333D
(60,51,61)
#312A31
(49,42,49)
#262125
(38,33,37)
#1B1819
(27,24,25)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #7E6985

#7E6985
(126,105,133)
#897690
(137,118,144)
#94839B
(148,131,155)
#9F90A6
(159,144,166)
#AA9DB1
(170,157,177)
#B5AABC
(181,170,188)
#C0B7C7
(192,183,199)
#CBC4D2
(203,196,210)
#D6D1DD
(214,209,221)
#E1DEE8
(225,222,232)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6985; }

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

This text font color is #7E6985.

Background Color

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

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

This div background color is #7E6985.

Border color

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

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

This div border color is #7E6985.

Opacity

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

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

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

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

This text has shadow with #7E6985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6985.

Preview

Color preview on black background

This text has color #7E6985 on black background.


Color preview on white background

This text has color #7E6985 on white background.


Black color preview on #7E6985 background

This text has black color on #7E6985 background.


White color preview on #7E6985 background

This text has white color on #7E6985 background.


Related colors

Complementary color

Complementary color for #hex is #81967A.


I love getcolorcode.com

Triadic colors

1 #857E69 and #69857E with #7E6985 are triadic colors.

2 #85697E and #697E85 with #7E6985 are triadic colors.