COLOR #8090AC

HEX: #8090AC
RGB: (128,144,172)

Color info

#8090AC contains red, green and blue colors in about the same proportion. Web safe color of #8090AC is #669999 (or #699).

RGB color model

#8090AC color RGB value is (128,144,172).

  • red value is 128;
  • green value is 144;
  • blue value is 172.
RGB:
(128,144,172)
(50%,56%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 172 of 255 = 67%

128
144
172

R + G + B ~ 58%. #8090AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 144 + 172 = 444 (100%)
R 128 of 444 ~ 28.83%
G 144 of 444 ~ 32.43%
B 172 of 444 ~ 38.74%

%28.83
%32.43
%38.74

CMYK color model

#8090AC color CMYK value is (26,16,0,33).

  • cyan value is 25.58%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(26,16,0,33)
C26M16Y0K33 
(26%,16%,0%,33%)
(0.26/0.16/0.00/0.33)	

CMYK percentages

%25.58
%16.28
%0
%32.55

Codes

Color #8090AC in popluar color models

8090AC
RGB128144172
HSL218°20.95%58.82%
HSB/HSV218°25.58%67.45%
CMYK25.58%16.28%0.00%
32.55%

Color #8090AC in popluar number systems.

HEX8090AC
Decimal128144172
Binary100000001001000010101100
Octal200220254

Shades and tints

Shades of #8090AC

#8090AC
(128,144,172)
#75839D
(117,131,157)
#6A768E
(106,118,142)
#5F697F
(95,105,127)
#545C70
(84,92,112)
#494F61
(73,79,97)
#3E4252
(62,66,82)
#333543
(51,53,67)
#282834
(40,40,52)
#1D1B25
(29,27,37)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #8090AC

#8090AC
(128,144,172)
#8B9AB3
(139,154,179)
#96A4BA
(150,164,186)
#A1AEC1
(161,174,193)
#ACB8C8
(172,184,200)
#B7C2CF
(183,194,207)
#C2CCD6
(194,204,214)
#CDD6DD
(205,214,221)
#D8E0E4
(216,224,228)
#E3EAEB
(227,234,235)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8090AC color. Also use rgb(128,144,172) instead hex code.

Text Font Color

.myTextColor { color: #8090AC; }

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

This text font color is #8090AC.


Background Color

.myBgColor { background-color: #8090AC; }

<div style="background-color:#8090AC">Inner text</div>

This div background color is #8090AC.


Border color

.myBorderColor { border: 1px solid #8090AC; }

<div style="border:3px solid #8090AC">Div</div>

This div border color is #8090AC.


Opacity

.myOpacity80 { color: #8090AC; opacity: 0.8; }

<p style="color:#8090AC;opacity:0.8;">80%</p>

Text with #8090AC 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 #8090AC;}

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

This text has shadow with #8090AC color.

.textShadow {text-shadow: 3px 3px 1px #8090AC, 3px 3px 1px red;}

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

This text has shadow with #8090AC primary color and red secondary color.


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

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

This text has shadow with #8090AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8090AC on black background.


Color preview on white background

This text has color #8090AC on white background.



Black color preview on #8090AC background

This text has black color on #8090AC background.


White color preview on #8090AC background

This text has white color on #8090AC background.