COLOR #8AB9BE

HEX: #8AB9BE
RGB: (138,185,190)

Color info

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

RGB color model

#8AB9BE color RGB value is (138,185,190).

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

RGB channels and saturation

R 138 of 255 = 54%
G 185 of 255 = 73%
B 190 of 255 = 75%

138
185
190

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

Portions of RGB colors in percentages

R + G + B =
138 + 185 + 190 = 513 (100%)
R 138 of 513 ~ 26.9%
G 185 of 513 ~ 36.06%
B 190 of 513 ~ 37.04%

%26.9
%36.06
%37.04

CMYK color model

#8AB9BE color CMYK value is (27,3,0,25).

  • cyan value is 27.37%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,3,0,25)
C27M3Y0K25 
(27%,3%,0%,25%)
(0.27/0.03/0.00/0.25)	

CMYK percentages

%27.37
%2.63
%0
%25.49

Codes

Color #8AB9BE in popluar color models

8AB9BE
RGB138185190
HSL186°28.57%64.31%
HSB/HSV186°27.37%74.51%
CMYK27.37%2.63%0.00%
25.49%

Color #8AB9BE in popluar number systems.

HEX8AB9BE
Decimal138185190
Binary100010101011100110111110
Octal212271276

Shades and tints

Shades of #8AB9BE

#8AB9BE
(138,185,190)
#7EA9AD
(126,169,173)
#72999C
(114,153,156)
#66898B
(102,137,139)
#5A797A
(90,121,122)
#4E6969
(78,105,105)
#425958
(66,89,88)
#364947
(54,73,71)
#2A3936
(42,57,54)
#1E2925
(30,41,37)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #8AB9BE

#8AB9BE
(138,185,190)
#94BFC3
(148,191,195)
#9EC5C8
(158,197,200)
#A8CBCD
(168,203,205)
#B2D1D2
(178,209,210)
#BCD7D7
(188,215,215)
#C6DDDC
(198,221,220)
#D0E3E1
(208,227,225)
#DAE9E6
(218,233,230)
#E4EFEB
(228,239,235)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB9BE; }

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

This text font color is #8AB9BE.


Background Color

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

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

This div background color is #8AB9BE.


Border color

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

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

This div border color is #8AB9BE.


Opacity

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

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

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

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

This text has shadow with #8AB9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB9BE on black background.


Color preview on white background

This text has color #8AB9BE on white background.



Black color preview on #8AB9BE background

This text has black color on #8AB9BE background.


White color preview on #8AB9BE background

This text has white color on #8AB9BE background.