COLOR #8090A4

HEX: #8090A4
RGB: (128,144,164)

Color info

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

RGB color model

#8090A4 color RGB value is (128,144,164).

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

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 164 of 255 = 64%

128
144
164

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

Portions of RGB colors in percentages

R + G + B =
128 + 144 + 164 = 436 (100%)
R 128 of 436 ~ 29.36%
G 144 of 436 ~ 33.03%
B 164 of 436 ~ 37.61%

%29.36
%33.03
%37.61

CMYK color model

#8090A4 color CMYK value is (22,12,0,36).

  • cyan value is 21.95%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(22,12,0,36)
C22M12Y0K36 
(22%,12%,0%,36%)
(0.22/0.12/0.00/0.36)	

CMYK percentages

%21.95
%12.2
%0
%35.69

Codes

Color #8090A4 in popluar color models

8090A4
RGB128144164
HSL213°16.51%57.25%
HSB/HSV213°21.95%64.31%
CMYK21.95%12.20%0.00%
35.69%

Color #8090A4 in popluar number systems.

HEX8090A4
Decimal128144164
Binary100000001001000010100100
Octal200220244

Shades and tints

Shades of #8090A4

#8090A4
(128,144,164)
#758396
(117,131,150)
#6A7688
(106,118,136)
#5F697A
(95,105,122)
#545C6C
(84,92,108)
#494F5E
(73,79,94)
#3E4250
(62,66,80)
#333542
(51,53,66)
#282834
(40,40,52)
#1D1B26
(29,27,38)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #8090A4

#8090A4
(128,144,164)
#8B9AAC
(139,154,172)
#96A4B4
(150,164,180)
#A1AEBC
(161,174,188)
#ACB8C4
(172,184,196)
#B7C2CC
(183,194,204)
#C2CCD4
(194,204,212)
#CDD6DC
(205,214,220)
#D8E0E4
(216,224,228)
#E3EAEC
(227,234,236)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8090A4; }

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

This text font color is #8090A4.


Background Color

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

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

This div background color is #8090A4.


Border color

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

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

This div border color is #8090A4.


Opacity

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

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

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

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

This text has shadow with #8090A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8090A4 on black background.


Color preview on white background

This text has color #8090A4 on white background.



Black color preview on #8090A4 background

This text has black color on #8090A4 background.


White color preview on #8090A4 background

This text has white color on #8090A4 background.