COLOR #8A769B

HEX: #8A769B
RGB: (138,118,155)

Color info

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

RGB color model

#8A769B color RGB value is (138,118,155).

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

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 155 of 255 = 61%

138
118
155

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

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 155 = 411 (100%)
R 138 of 411 ~ 33.58%
G 118 of 411 ~ 28.71%
B 155 of 411 ~ 37.71%

%33.58
%28.71
%37.71

CMYK color model

#8A769B color CMYK value is (11,24,0,39).

  • cyan value is 10.97%
  • magenta value is 23.87%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(11,24,0,39)
C11M24Y0K39 
(11%,24%,0%,39%)
(0.11/0.24/0.00/0.39)	

CMYK percentages

%10.97
%23.87
%0
%39.22

Codes

Color #8A769B in popluar color models

8A769B
RGB138118155
HSL272°15.61%53.53%
HSB/HSV272°23.87%60.78%
CMYK10.97%23.87%0.00%
39.22%

Color #8A769B in popluar number systems.

HEX8A769B
Decimal138118155
Binary10001010111011010011011
Octal212166233

Shades and tints

Shades of #8A769B

#8A769B
(138,118,155)
#7E6C8D
(126,108,141)
#72627F
(114,98,127)
#665871
(102,88,113)
#5A4E63
(90,78,99)
#4E4455
(78,68,85)
#423A47
(66,58,71)
#363039
(54,48,57)
#2A262B
(42,38,43)
#1E1C1D
(30,28,29)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8A769B

#8A769B
(138,118,155)
#9482A4
(148,130,164)
#9E8EAD
(158,142,173)
#A89AB6
(168,154,182)
#B2A6BF
(178,166,191)
#BCB2C8
(188,178,200)
#C6BED1
(198,190,209)
#D0CADA
(208,202,218)
#DAD6E3
(218,214,227)
#E4E2EC
(228,226,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A769B; }

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

This text font color is #8A769B.


Background Color

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

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

This div background color is #8A769B.


Border color

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

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

This div border color is #8A769B.


Opacity

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

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

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

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

This text has shadow with #8A769B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A769B on black background.


Color preview on white background

This text has color #8A769B on white background.



Black color preview on #8A769B background

This text has black color on #8A769B background.


White color preview on #8A769B background

This text has white color on #8A769B background.