COLOR #8698AA

HEX: #8698AA
RGB: (134,152,170)

Color info

#8698AA contains red, green and blue colors in about the same proportion. Web safe color of #8698AA is #999999 (or #999).

RGB color model

#8698AA color RGB value is (134,152,170).

  • red value is 134;
  • green value is 152;
  • blue value is 170.
RGB:
(134,152,170)
(53%,60%,67%)

RGB channels and saturation

R 134 of 255 = 53%
G 152 of 255 = 60%
B 170 of 255 = 67%

134
152
170

R + G + B ~ 60%. #8698AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 152 + 170 = 456 (100%)
R 134 of 456 ~ 29.39%
G 152 of 456 ~ 33.33%
B 170 of 456 ~ 37.28%

%29.39
%33.33
%37.28

CMYK color model

#8698AA color CMYK value is (21,11,0,33).

  • cyan value is 21.18%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(21,11,0,33)
C21M11Y0K33 
(21%,11%,0%,33%)
(0.21/0.11/0.00/0.33)	

CMYK percentages

%21.18
%10.59
%0
%33.33

Codes

Color #8698AA in popluar color models

8698AA
RGB134152170
HSL210°17.48%59.61%
HSB/HSV210°21.18%66.67%
CMYK21.18%10.59%0.00%
33.33%

Color #8698AA in popluar number systems.

HEX8698AA
Decimal134152170
Binary100001101001100010101010
Octal206230252

Shades and tints

Shades of #8698AA

#8698AA
(134,152,170)
#7A8B9B
(122,139,155)
#6E7E8C
(110,126,140)
#62717D
(98,113,125)
#56646E
(86,100,110)
#4A575F
(74,87,95)
#3E4A50
(62,74,80)
#323D41
(50,61,65)
#263032
(38,48,50)
#1A2323
(26,35,35)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #8698AA

#8698AA
(134,152,170)
#91A1B1
(145,161,177)
#9CAAB8
(156,170,184)
#A7B3BF
(167,179,191)
#B2BCC6
(178,188,198)
#BDC5CD
(189,197,205)
#C8CED4
(200,206,212)
#D3D7DB
(211,215,219)
#DEE0E2
(222,224,226)
#E9E9E9
(233,233,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8698AA color. Also use rgb(134,152,170) instead hex code.

Text Font Color

.myTextColor { color: #8698AA; }

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

This text font color is #8698AA.


Background Color

.myBgColor { background-color: #8698AA; }

<div style="background-color:#8698AA">Inner text</div>

This div background color is #8698AA.


Border color

.myBorderColor { border: 1px solid #8698AA; }

<div style="border:3px solid #8698AA">Div</div>

This div border color is #8698AA.


Opacity

.myOpacity80 { color: #8698AA; opacity: 0.8; }

<p style="color:#8698AA;opacity:0.8;">80%</p>

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

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

This text has shadow with #8698AA color.

.textShadow {text-shadow: 3px 3px 1px #8698AA, 3px 3px 1px red;}

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

This text has shadow with #8698AA primary color and red secondary color.


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

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

This text has shadow with #8698AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8698AA on black background.


Color preview on white background

This text has color #8698AA on white background.



Black color preview on #8698AA background

This text has black color on #8698AA background.


White color preview on #8698AA background

This text has white color on #8698AA background.