COLOR #8193AD

HEX: #8193AD
RGB: (129,147,173)

Color info

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

RGB color model

#8193AD color RGB value is (129,147,173).

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

RGB channels and saturation

R 129 of 255 = 51%
G 147 of 255 = 58%
B 173 of 255 = 68%

129
147
173

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

Portions of RGB colors in percentages

R + G + B =
129 + 147 + 173 = 449 (100%)
R 129 of 449 ~ 28.73%
G 147 of 449 ~ 32.74%
B 173 of 449 ~ 38.53%

%28.73
%32.74
%38.53

CMYK color model

#8193AD color CMYK value is (25,15,0,32).

  • cyan value is 25.43%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(25,15,0,32)
C25M15Y0K32 
(25%,15%,0%,32%)
(0.25/0.15/0.00/0.32)	

CMYK percentages

%25.43
%15.03
%0
%32.16

Codes

Color #8193AD in popluar color models

8193AD
RGB129147173
HSL215°21.15%59.22%
HSB/HSV215°25.43%67.84%
CMYK25.43%15.03%0.00%
32.16%

Color #8193AD in popluar number systems.

HEX8193AD
Decimal129147173
Binary100000011001001110101101
Octal201223255

Shades and tints

Shades of #8193AD

#8193AD
(129,147,173)
#76869E
(118,134,158)
#6B798F
(107,121,143)
#606C80
(96,108,128)
#555F71
(85,95,113)
#4A5262
(74,82,98)
#3F4553
(63,69,83)
#343844
(52,56,68)
#292B35
(41,43,53)
#1E1E26
(30,30,38)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #8193AD

#8193AD
(129,147,173)
#8C9CB4
(140,156,180)
#97A5BB
(151,165,187)
#A2AEC2
(162,174,194)
#ADB7C9
(173,183,201)
#B8C0D0
(184,192,208)
#C3C9D7
(195,201,215)
#CED2DE
(206,210,222)
#D9DBE5
(217,219,229)
#E4E4EC
(228,228,236)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8193AD; }

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

This text font color is #8193AD.


Background Color

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

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

This div background color is #8193AD.


Border color

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

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

This div border color is #8193AD.


Opacity

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

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

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

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

This text has shadow with #8193AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8193AD on black background.


Color preview on white background

This text has color #8193AD on white background.



Black color preview on #8193AD background

This text has black color on #8193AD background.


White color preview on #8193AD background

This text has white color on #8193AD background.