COLOR #8AB8BD

HEX: #8AB8BD
RGB: (138,184,189)

Color info

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

RGB color model

#8AB8BD color RGB value is (138,184,189).

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

RGB channels and saturation

R 138 of 255 = 54%
G 184 of 255 = 72%
B 189 of 255 = 74%

138
184
189

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

Portions of RGB colors in percentages

R + G + B =
138 + 184 + 189 = 511 (100%)
R 138 of 511 ~ 27.01%
G 184 of 511 ~ 36.01%
B 189 of 511 ~ 36.99%

%27.01
%36.01
%36.99

CMYK color model

#8AB8BD color CMYK value is (27,3,0,26).

  • cyan value is 26.98%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(27,3,0,26)
C27M3Y0K26 
(27%,3%,0%,26%)
(0.27/0.03/0.00/0.26)	

CMYK percentages

%26.98
%2.65
%0
%25.88

Codes

Color #8AB8BD in popluar color models

8AB8BD
RGB138184189
HSL186°27.87%64.12%
HSB/HSV186°26.98%74.12%
CMYK26.98%2.65%0.00%
25.88%

Color #8AB8BD in popluar number systems.

HEX8AB8BD
Decimal138184189
Binary100010101011100010111101
Octal212270275

Shades and tints

Shades of #8AB8BD

#8AB8BD
(138,184,189)
#7EA8AC
(126,168,172)
#72989B
(114,152,155)
#66888A
(102,136,138)
#5A7879
(90,120,121)
#4E6868
(78,104,104)
#425857
(66,88,87)
#364846
(54,72,70)
#2A3835
(42,56,53)
#1E2824
(30,40,36)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #8AB8BD

#8AB8BD
(138,184,189)
#94BEC3
(148,190,195)
#9EC4C9
(158,196,201)
#A8CACF
(168,202,207)
#B2D0D5
(178,208,213)
#BCD6DB
(188,214,219)
#C6DCE1
(198,220,225)
#D0E2E7
(208,226,231)
#DAE8ED
(218,232,237)
#E4EEF3
(228,238,243)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB8BD; }

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

This text font color is #8AB8BD.


Background Color

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

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

This div background color is #8AB8BD.


Border color

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

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

This div border color is #8AB8BD.


Opacity

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

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

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

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

This text has shadow with #8AB8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB8BD on black background.


Color preview on white background

This text has color #8AB8BD on white background.



Black color preview on #8AB8BD background

This text has black color on #8AB8BD background.


White color preview on #8AB8BD background

This text has white color on #8AB8BD background.