COLOR #8693AA

HEX: #8693AA
RGB: (134,147,170)

Color info

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

RGB color model

#8693AA color RGB value is (134,147,170).

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

RGB channels and saturation

R 134 of 255 = 53%
G 147 of 255 = 58%
B 170 of 255 = 67%

134
147
170

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

Portions of RGB colors in percentages

R + G + B =
134 + 147 + 170 = 451 (100%)
R 134 of 451 ~ 29.71%
G 147 of 451 ~ 32.59%
B 170 of 451 ~ 37.69%

%29.71
%32.59
%37.69

CMYK color model

#8693AA color CMYK value is (21,14,0,33).

  • cyan value is 21.18%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(21,14,0,33)
C21M14Y0K33 
(21%,14%,0%,33%)
(0.21/0.14/0.00/0.33)	

CMYK percentages

%21.18
%13.53
%0
%33.33

Codes

Color #8693AA in popluar color models

8693AA
RGB134147170
HSL218°17.48%59.61%
HSB/HSV218°21.18%66.67%
CMYK21.18%13.53%0.00%
33.33%

Color #8693AA in popluar number systems.

HEX8693AA
Decimal134147170
Binary100001101001001110101010
Octal206223252

Shades and tints

Shades of #8693AA

#8693AA
(134,147,170)
#7A869B
(122,134,155)
#6E798C
(110,121,140)
#626C7D
(98,108,125)
#565F6E
(86,95,110)
#4A525F
(74,82,95)
#3E4550
(62,69,80)
#323841
(50,56,65)
#262B32
(38,43,50)
#1A1E23
(26,30,35)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #8693AA

#8693AA
(134,147,170)
#919CB1
(145,156,177)
#9CA5B8
(156,165,184)
#A7AEBF
(167,174,191)
#B2B7C6
(178,183,198)
#BDC0CD
(189,192,205)
#C8C9D4
(200,201,212)
#D3D2DB
(211,210,219)
#DEDBE2
(222,219,226)
#E9E4E9
(233,228,233)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8693AA; }

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

This text font color is #8693AA.


Background Color

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

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

This div background color is #8693AA.


Border color

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

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

This div border color is #8693AA.


Opacity

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

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

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

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

This text has shadow with #8693AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8693AA on black background.


Color preview on white background

This text has color #8693AA on white background.



Black color preview on #8693AA background

This text has black color on #8693AA background.


White color preview on #8693AA background

This text has white color on #8693AA background.