COLOR #8A769D

HEX: #8A769D
RGB: (138,118,157)

Color info

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

RGB color model

#8A769D color RGB value is (138,118,157).

  • red value is 138;
  • green value is 118;
  • blue value is 157.
RGB:
(138,118,157)
(54%,46%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 157 of 255 = 62%

138
118
157

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

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 157 = 413 (100%)
R 138 of 413 ~ 33.41%
G 118 of 413 ~ 28.57%
B 157 of 413 ~ 38.01%

%33.41
%28.57
%38.01

CMYK color model

#8A769D color CMYK value is (12,25,0,38).

  • cyan value is 12.10%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(12,25,0,38)
C12M25Y0K38 
(12%,25%,0%,38%)
(0.12/0.25/0.00/0.38)	

CMYK percentages

%12.1
%24.84
%0
%38.43

Codes

Color #8A769D in popluar color models

8A769D
RGB138118157
HSL271°16.60%53.92%
HSB/HSV271°24.84%61.57%
CMYK12.10%24.84%0.00%
38.43%

Color #8A769D in popluar number systems.

HEX8A769D
Decimal138118157
Binary10001010111011010011101
Octal212166235

Shades and tints

Shades of #8A769D

#8A769D
(138,118,157)
#7E6C8F
(126,108,143)
#726281
(114,98,129)
#665873
(102,88,115)
#5A4E65
(90,78,101)
#4E4457
(78,68,87)
#423A49
(66,58,73)
#36303B
(54,48,59)
#2A262D
(42,38,45)
#1E1C1F
(30,28,31)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8A769D

#8A769D
(138,118,157)
#9482A5
(148,130,165)
#9E8EAD
(158,142,173)
#A89AB5
(168,154,181)
#B2A6BD
(178,166,189)
#BCB2C5
(188,178,197)
#C6BECD
(198,190,205)
#D0CAD5
(208,202,213)
#DAD6DD
(218,214,221)
#E4E2E5
(228,226,229)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A769D; }

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

This text font color is #8A769D.


Background Color

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

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

This div background color is #8A769D.


Border color

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

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

This div border color is #8A769D.


Opacity

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

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

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

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

This text has shadow with #8A769D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A769D on black background.


Color preview on white background

This text has color #8A769D on white background.



Black color preview on #8A769D background

This text has black color on #8A769D background.


White color preview on #8A769D background

This text has white color on #8A769D background.