COLOR #8A698A

HEX: #8A698A
RGB: (138,105,138)

Color info

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

RGB color model

#8A698A color RGB value is (138,105,138).

  • red value is 138;
  • green value is 105;
  • blue value is 138.
RGB:
(138,105,138)
(54%,41%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 105 of 255 = 41%
B 138 of 255 = 54%

138
105
138

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

Portions of RGB colors in percentages

R + G + B =
138 + 105 + 138 = 381 (100%)
R 138 of 381 ~ 36.22%
G 105 of 381 ~ 27.56%
B 138 of 381 ~ 36.22%

%36.22
%27.56
%36.22

CMYK color model

#8A698A color CMYK value is (0,24,0,46).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(0,24,0,46)
C0M24Y0K46 
(0%,24%,0%,46%)
(0.00/0.24/0.00/0.46)	

CMYK percentages

%0
%23.91
%0
%45.88

Codes

Color #8A698A in popluar color models

8A698A
RGB138105138
HSL300°13.58%47.65%
HSB/HSV300°23.91%54.12%
CMYK0.00%23.91%0.00%
45.88%

Color #8A698A in popluar number systems.

HEX8A698A
Decimal138105138
Binary10001010110100110001010
Octal212151212

Shades and tints

Shades of #8A698A

#8A698A
(138,105,138)
#7E607E
(126,96,126)
#725772
(114,87,114)
#664E66
(102,78,102)
#5A455A
(90,69,90)
#4E3C4E
(78,60,78)
#423342
(66,51,66)
#362A36
(54,42,54)
#2A212A
(42,33,42)
#1E181E
(30,24,30)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #8A698A

#8A698A
(138,105,138)
#947694
(148,118,148)
#9E839E
(158,131,158)
#A890A8
(168,144,168)
#B29DB2
(178,157,178)
#BCAABC
(188,170,188)
#C6B7C6
(198,183,198)
#D0C4D0
(208,196,208)
#DAD1DA
(218,209,218)
#E4DEE4
(228,222,228)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A698A; }

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

This text font color is #8A698A.


Background Color

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

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

This div background color is #8A698A.


Border color

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

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

This div border color is #8A698A.


Opacity

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

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

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

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

This text has shadow with #8A698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A698A on black background.


Color preview on white background

This text has color #8A698A on white background.



Black color preview on #8A698A background

This text has black color on #8A698A background.


White color preview on #8A698A background

This text has white color on #8A698A background.