COLOR #8A99B0

HEX: #8A99B0
RGB: (138,153,176)

Color info

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

RGB color model

#8A99B0 color RGB value is (138,153,176).

  • red value is 138;
  • green value is 153;
  • blue value is 176.
RGB:
(138,153,176)
(54%,60%,69%)

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 176 of 255 = 69%

138
153
176

R + G + B ~ 61%. #8A99B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 176 = 467 (100%)
R 138 of 467 ~ 29.55%
G 153 of 467 ~ 32.76%
B 176 of 467 ~ 37.69%

%29.55
%32.76
%37.69

CMYK color model

#8A99B0 color CMYK value is (22,13,0,31).

  • cyan value is 21.59%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(22,13,0,31)
C22M13Y0K31 
(22%,13%,0%,31%)
(0.22/0.13/0.00/0.31)	

CMYK percentages

%21.59
%13.07
%0
%30.98

Codes

Color #8A99B0 in popluar color models

8A99B0
RGB138153176
HSL216°19.39%61.57%
HSB/HSV216°21.59%69.02%
CMYK21.59%13.07%0.00%
30.98%

Color #8A99B0 in popluar number systems.

HEX8A99B0
Decimal138153176
Binary100010101001100110110000
Octal212231260

Shades and tints

Shades of #8A99B0

#8A99B0
(138,153,176)
#7E8CA0
(126,140,160)
#727F90
(114,127,144)
#667280
(102,114,128)
#5A6570
(90,101,112)
#4E5860
(78,88,96)
#424B50
(66,75,80)
#363E40
(54,62,64)
#2A3130
(42,49,48)
#1E2420
(30,36,32)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #8A99B0

#8A99B0
(138,153,176)
#94A2B7
(148,162,183)
#9EABBE
(158,171,190)
#A8B4C5
(168,180,197)
#B2BDCC
(178,189,204)
#BCC6D3
(188,198,211)
#C6CFDA
(198,207,218)
#D0D8E1
(208,216,225)
#DAE1E8
(218,225,232)
#E4EAEF
(228,234,239)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A99B0 color. Also use rgb(138,153,176) instead hex code.

Text Font Color

.myTextColor { color: #8A99B0; }

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

This text font color is #8A99B0.


Background Color

.myBgColor { background-color: #8A99B0; }

<div style="background-color:#8A99B0">Inner text</div>

This div background color is #8A99B0.


Border color

.myBorderColor { border: 1px solid #8A99B0; }

<div style="border:3px solid #8A99B0">Div</div>

This div border color is #8A99B0.


Opacity

.myOpacity80 { color: #8A99B0; opacity: 0.8; }

<p style="color:#8A99B0;opacity:0.8;">80%</p>

Text with #8A99B0 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 #8A99B0;}

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

This text has shadow with #8A99B0 color.

.textShadow {text-shadow: 3px 3px 1px #8A99B0, 3px 3px 1px red;}

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

This text has shadow with #8A99B0 primary color and red secondary color.


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

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

This text has shadow with #8A99B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A99B0 on black background.


Color preview on white background

This text has color #8A99B0 on white background.



Black color preview on #8A99B0 background

This text has black color on #8A99B0 background.


White color preview on #8A99B0 background

This text has white color on #8A99B0 background.