COLOR #8793AD

HEX: #8793AD
RGB: (135,147,173)

Color info

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

RGB color model

#8793AD color RGB value is (135,147,173).

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

RGB channels and saturation

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

135
147
173

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

Portions of RGB colors in percentages

R + G + B =
135 + 147 + 173 = 455 (100%)
R 135 of 455 ~ 29.67%
G 147 of 455 ~ 32.31%
B 173 of 455 ~ 38.02%

%29.67
%32.31
%38.02

CMYK color model

#8793AD color CMYK value is (22,15,0,32).

  • cyan value is 21.97%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(22,15,0,32)
C22M15Y0K32 
(22%,15%,0%,32%)
(0.22/0.15/0.00/0.32)	

CMYK percentages

%21.97
%15.03
%0
%32.16

Codes

Color #8793AD in popluar color models

8793AD
RGB135147173
HSL221°18.81%60.39%
HSB/HSV221°21.97%67.84%
CMYK21.97%15.03%0.00%
32.16%

Color #8793AD in popluar number systems.

HEX8793AD
Decimal135147173
Binary100001111001001110101101
Octal207223255

Shades and tints

Shades of #8793AD

#8793AD
(135,147,173)
#7B869E
(123,134,158)
#6F798F
(111,121,143)
#636C80
(99,108,128)
#575F71
(87,95,113)
#4B5262
(75,82,98)
#3F4553
(63,69,83)
#333844
(51,56,68)
#272B35
(39,43,53)
#1B1E26
(27,30,38)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #8793AD

#8793AD
(135,147,173)
#919CB4
(145,156,180)
#9BA5BB
(155,165,187)
#A5AEC2
(165,174,194)
#AFB7C9
(175,183,201)
#B9C0D0
(185,192,208)
#C3C9D7
(195,201,215)
#CDD2DE
(205,210,222)
#D7DBE5
(215,219,229)
#E1E4EC
(225,228,236)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8793AD; }

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

This text font color is #8793AD.


Background Color

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

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

This div background color is #8793AD.


Border color

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

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

This div border color is #8793AD.


Opacity

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

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

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

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

This text has shadow with #8793AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8793AD on black background.


Color preview on white background

This text has color #8793AD on white background.



Black color preview on #8793AD background

This text has black color on #8793AD background.


White color preview on #8793AD background

This text has white color on #8793AD background.