COLOR #8693AD

HEX: #8693AD
RGB: (134,147,173)

Color info

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

RGB color model

#8693AD color RGB value is (134,147,173).

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

RGB channels and saturation

R 134 of 255 = 53%
G 147 of 255 = 58%
B 173 of 255 = 68%

134
147
173

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

Portions of RGB colors in percentages

R + G + B =
134 + 147 + 173 = 454 (100%)
R 134 of 454 ~ 29.52%
G 147 of 454 ~ 32.38%
B 173 of 454 ~ 38.11%

%29.52
%32.38
%38.11

CMYK color model

#8693AD color CMYK value is (23,15,0,32).

  • cyan value is 22.54%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,15,0,32)
C23M15Y0K32 
(23%,15%,0%,32%)
(0.23/0.15/0.00/0.32)	

CMYK percentages

%22.54
%15.03
%0
%32.16

Codes

Color #8693AD in popluar color models

8693AD
RGB134147173
HSL220°19.21%60.20%
HSB/HSV220°22.54%67.84%
CMYK22.54%15.03%0.00%
32.16%

Color #8693AD in popluar number systems.

HEX8693AD
Decimal134147173
Binary100001101001001110101101
Octal206223255

Shades and tints

Shades of #8693AD

#8693AD
(134,147,173)
#7A869E
(122,134,158)
#6E798F
(110,121,143)
#626C80
(98,108,128)
#565F71
(86,95,113)
#4A5262
(74,82,98)
#3E4553
(62,69,83)
#323844
(50,56,68)
#262B35
(38,43,53)
#1A1E26
(26,30,38)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #8693AD

#8693AD
(134,147,173)
#919CB4
(145,156,180)
#9CA5BB
(156,165,187)
#A7AEC2
(167,174,194)
#B2B7C9
(178,183,201)
#BDC0D0
(189,192,208)
#C8C9D7
(200,201,215)
#D3D2DE
(211,210,222)
#DEDBE5
(222,219,229)
#E9E4EC
(233,228,236)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8693AD; }

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

This text font color is #8693AD.


Background Color

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

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

This div background color is #8693AD.


Border color

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

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

This div border color is #8693AD.


Opacity

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

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

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

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

This text has shadow with #8693AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8693AD on black background.


Color preview on white background

This text has color #8693AD on white background.



Black color preview on #8693AD background

This text has black color on #8693AD background.


White color preview on #8693AD background

This text has white color on #8693AD background.