COLOR #8D769D

HEX: #8D769D RGB: (141,118,157)

Color info

#8D769D contains red, green and blue colors in about the same proportion. Web safe color of #8D769D is #996699 (or #969).

RGB color model

#8D769D color RGB value is (141,118,157).

RGB: (141,118,157) (55%, 46%, 62%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 157 of 255 = 62%

141
118
157

R + G + B ~ 54%. #8D769D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 118 + 157 = 416 (100%)
R 141 of 416 ~ 33.89%
G 118 of 416 ~ 28.37%
B 157 of 416 ~ 37.74'%

%33.89
%28.37
%37.74

CMYK color model

#8D769D color CMYK value is (10,25,0,38).

  • cyan value is 10.19%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (10,25,0,38)
C10M25Y0K38 (10%, 25%, 0%, 38%)
(0.10 / 0.25 / 0.00 / 0.38)

CMYK percentages

%10.19
%24.84
%0
%38.43

Codes

Color #8D769D in popluar color models

8D 76 9D
RGB 141 118 157
HSL 275° 16.60% 53.92%
HSB/HSV 275° 24.84% 61.57%
CMYK 10.19% 24.84% 0.00%
38.43%

Color #8D769D in popluar number systems.

HEX 8D 76 9D
Decimal 141 118 157
Binary 10001101 1110110 10011101
Octal 215 166 235

Shades and tints

Shades of #8D769D

#8D769D
(141,118,157)
#816C8F
(129,108,143)
#756281
(117,98,129)
#695873
(105,88,115)
#5D4E65
(93,78,101)
#514457
(81,68,87)
#453A49
(69,58,73)
#39303B
(57,48,59)
#2D262D
(45,38,45)
#211C1F
(33,28,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8D769D

#8D769D
(141,118,157)
#9782A5
(151,130,165)
#A18EAD
(161,142,173)
#AB9AB5
(171,154,181)
#B5A6BD
(181,166,189)
#BFB2C5
(191,178,197)
#C9BECD
(201,190,205)
#D3CAD5
(211,202,213)
#DDD6DD
(221,214,221)
#E7E2E5
(231,226,229)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D769D color. Also use rgb(141,118,157) instead hex code.

Text Font Color

.myTextColor { color: #8D769D; }

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

This text font color is #8D769D.

Background Color

.myBgColor { background-color: #8D769D; }

<div style="background-color:#8D769D">Inner text</div>

This div background color is #8D769D.

Border color

.myBorderColor { border: 1px solid #8D769D; }

<div style="border:3px solid #8D769D">Div</div>

This div border color is #8D769D.

Opacity

.myOpacity80 { color: #8D769D; opacity: 0.8; }

<p style="color:#8D769D;opacity:0.8;">80%</p>

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

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

This text has shadow with #8D769D color.


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

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

This text has shadow with #8D769D primary color and red secondary color.


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

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

This text has shadow with #8D769D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D769D.

Preview

Color preview on black background

This text has color #8D769D on black background.


Color preview on white background

This text has color #8D769D on white background.


Black color preview on #8D769D background

This text has black color on #8D769D background.


White color preview on #8D769D background

This text has white color on #8D769D background.


Related colors

Complementary color

Complementary color for #hex is #728962.


I love getcolorcode.com

Triadic colors

1 #9D8D76 and #769D8D with #8D769D are triadic colors.

2 #9D768D and #768D9D with #8D769D are triadic colors.