COLOR #8A9BB5

HEX: #8A9BB5 RGB: (138,155,181)

Color info

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

RGB color model

#8A9BB5 color RGB value is (138,155,181).

RGB: (138,155,181) (54%, 61%, 71%)

RGB channels and saturation

R 138 of 255 = 54%
G 155 of 255 = 61%
B 181 of 255 = 71%

138
155
181

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

Portions of RGB colors in percentages

R + G + B = 138 + 155 + 181 = 474 (100%)
R 138 of 474 ~ 29.11%
G 155 of 474 ~ 32.7%
B 181 of 474 ~ 38.19'%

%29.11
%32.7
%38.19

CMYK color model

#8A9BB5 color CMYK value is (24,14,0,29).

  • cyan value is 23.76%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (24,14,0,29)
C24M14Y0K29 (24%, 14%, 0%, 29%)
(0.24 / 0.14 / 0.00 / 0.29)

CMYK percentages

%23.76
%14.36
%0
%29.02

Codes

Color #8A9BB5 in popluar color models

8A 9B B5
RGB 138 155 181
HSL 216° 22.51% 62.55%
HSB/HSV 216° 23.76% 70.98%
CMYK 23.76% 14.36% 0.00%
29.02%

Color #8A9BB5 in popluar number systems.

HEX 8A 9B B5
Decimal 138 155 181
Binary 10001010 10011011 10110101
Octal 212 233 265

Shades and tints

Shades of #8A9BB5

#8A9BB5
(138,155,181)
#7E8DA5
(126,141,165)
#727F95
(114,127,149)
#667185
(102,113,133)
#5A6375
(90,99,117)
#4E5565
(78,85,101)
#424755
(66,71,85)
#363945
(54,57,69)
#2A2B35
(42,43,53)
#1E1D25
(30,29,37)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #8A9BB5

#8A9BB5
(138,155,181)
#94A4BB
(148,164,187)
#9EADC1
(158,173,193)
#A8B6C7
(168,182,199)
#B2BFCD
(178,191,205)
#BCC8D3
(188,200,211)
#C6D1D9
(198,209,217)
#D0DADF
(208,218,223)
#DAE3E5
(218,227,229)
#E4ECEB
(228,236,235)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9BB5 color. Also use rgb(138,155,181) instead hex code.

Text Font Color

.myTextColor { color: #8A9BB5; }

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

This text font color is #8A9BB5.

Background Color

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

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

This div background color is #8A9BB5.

Border color

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

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

This div border color is #8A9BB5.

Opacity

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

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

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

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

This text has shadow with #8A9BB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9BB5.

Preview

Color preview on black background

This text has color #8A9BB5 on black background.


Color preview on white background

This text has color #8A9BB5 on white background.


Black color preview on #8A9BB5 background

This text has black color on #8A9BB5 background.


White color preview on #8A9BB5 background

This text has white color on #8A9BB5 background.


Related colors

Complementary color

Complementary color for #hex is #75644A.


I love getcolorcode.com

Triadic colors

1 #B58A9B and #9BB58A with #8A9BB5 are triadic colors.

2 #B59B8A and #9B8AB5 with #8A9BB5 are triadic colors.