COLOR #8AB9BD

HEX: #8AB9BD
RGB: (138,185,189)

Color info

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

RGB color model

#8AB9BD color RGB value is (138,185,189).

  • red value is 138;
  • green value is 185;
  • blue value is 189.
RGB:
(138,185,189)
(54%,73%,74%)

RGB channels and saturation

R 138 of 255 = 54%
G 185 of 255 = 73%
B 189 of 255 = 74%

138
185
189

R + G + B ~ 67%. #8AB9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 185 + 189 = 512 (100%)
R 138 of 512 ~ 26.95%
G 185 of 512 ~ 36.13%
B 189 of 512 ~ 36.91%

%26.95
%36.13
%36.91

CMYK color model

#8AB9BD color CMYK value is (27,2,0,26).

  • cyan value is 26.98%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(27,2,0,26)
C27M2Y0K26 
(27%,2%,0%,26%)
(0.27/0.02/0.00/0.26)	

CMYK percentages

%26.98
%2.12
%0
%25.88

Codes

Color #8AB9BD in popluar color models

8AB9BD
RGB138185189
HSL185°27.87%64.12%
HSB/HSV185°26.98%74.12%
CMYK26.98%2.12%0.00%
25.88%

Color #8AB9BD in popluar number systems.

HEX8AB9BD
Decimal138185189
Binary100010101011100110111101
Octal212271275

Shades and tints

Shades of #8AB9BD

#8AB9BD
(138,185,189)
#7EA9AC
(126,169,172)
#72999B
(114,153,155)
#66898A
(102,137,138)
#5A7979
(90,121,121)
#4E6968
(78,105,104)
#425957
(66,89,87)
#364946
(54,73,70)
#2A3935
(42,57,53)
#1E2924
(30,41,36)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #8AB9BD

#8AB9BD
(138,185,189)
#94BFC3
(148,191,195)
#9EC5C9
(158,197,201)
#A8CBCF
(168,203,207)
#B2D1D5
(178,209,213)
#BCD7DB
(188,215,219)
#C6DDE1
(198,221,225)
#D0E3E7
(208,227,231)
#DAE9ED
(218,233,237)
#E4EFF3
(228,239,243)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB9BD color. Also use rgb(138,185,189) instead hex code.

Text Font Color

.myTextColor { color: #8AB9BD; }

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

This text font color is #8AB9BD.


Background Color

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

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

This div background color is #8AB9BD.


Border color

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

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

This div border color is #8AB9BD.


Opacity

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

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

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

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

This text has shadow with #8AB9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB9BD on black background.


Color preview on white background

This text has color #8AB9BD on white background.



Black color preview on #8AB9BD background

This text has black color on #8AB9BD background.


White color preview on #8AB9BD background

This text has white color on #8AB9BD background.