COLOR #8A99B6

HEX: #8A99B6
RGB: (138,153,182)

Color info

#8A99B6 contains red, green and blue colors in about the same proportion. Web safe color of #8A99B6 is #9999CC (or #99C).

RGB color model

#8A99B6 color RGB value is (138,153,182).

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

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 182 of 255 = 71%

138
153
182

R + G + B ~ 62%. #8A99B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 182 = 473 (100%)
R 138 of 473 ~ 29.18%
G 153 of 473 ~ 32.35%
B 182 of 473 ~ 38.48%

%29.18
%32.35
%38.48

CMYK color model

#8A99B6 color CMYK value is (24,16,0,29).

  • cyan value is 24.18%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(24,16,0,29)
C24M16Y0K29 
(24%,16%,0%,29%)
(0.24/0.16/0.00/0.29)	

CMYK percentages

%24.18
%15.93
%0
%28.63

Codes

Color #8A99B6 in popluar color models

8A99B6
RGB138153182
HSL220°23.16%62.75%
HSB/HSV220°24.18%71.37%
CMYK24.18%15.93%0.00%
28.63%

Color #8A99B6 in popluar number systems.

HEX8A99B6
Decimal138153182
Binary100010101001100110110110
Octal212231266

Shades and tints

Shades of #8A99B6

#8A99B6
(138,153,182)
#7E8CA6
(126,140,166)
#727F96
(114,127,150)
#667286
(102,114,134)
#5A6576
(90,101,118)
#4E5866
(78,88,102)
#424B56
(66,75,86)
#363E46
(54,62,70)
#2A3136
(42,49,54)
#1E2426
(30,36,38)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #8A99B6

#8A99B6
(138,153,182)
#94A2BC
(148,162,188)
#9EABC2
(158,171,194)
#A8B4C8
(168,180,200)
#B2BDCE
(178,189,206)
#BCC6D4
(188,198,212)
#C6CFDA
(198,207,218)
#D0D8E0
(208,216,224)
#DAE1E6
(218,225,230)
#E4EAEC
(228,234,236)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A99B6; }

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

This text font color is #8A99B6.


Background Color

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

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

This div background color is #8A99B6.


Border color

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

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

This div border color is #8A99B6.


Opacity

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

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

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

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

This text has shadow with #8A99B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A99B6 on black background.


Color preview on white background

This text has color #8A99B6 on white background.



Black color preview on #8A99B6 background

This text has black color on #8A99B6 background.


White color preview on #8A99B6 background

This text has white color on #8A99B6 background.