COLOR #8AB7BC

HEX: #8AB7BC
RGB: (138,183,188)

Color info

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

RGB color model

#8AB7BC color RGB value is (138,183,188).

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

RGB channels and saturation

R 138 of 255 = 54%
G 183 of 255 = 72%
B 188 of 255 = 74%

138
183
188

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

Portions of RGB colors in percentages

R + G + B =
138 + 183 + 188 = 509 (100%)
R 138 of 509 ~ 27.11%
G 183 of 509 ~ 35.95%
B 188 of 509 ~ 36.94%

%27.11
%35.95
%36.94

CMYK color model

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

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

CMYK percentages

%26.6
%2.66
%0
%26.27

Codes

Color #8AB7BC in popluar color models

8AB7BC
RGB138183188
HSL186°27.17%63.92%
HSB/HSV186°26.60%73.73%
CMYK26.60%2.66%0.00%
26.27%

Color #8AB7BC in popluar number systems.

HEX8AB7BC
Decimal138183188
Binary100010101011011110111100
Octal212267274

Shades and tints

Shades of #8AB7BC

#8AB7BC
(138,183,188)
#7EA7AB
(126,167,171)
#72979A
(114,151,154)
#668789
(102,135,137)
#5A7778
(90,119,120)
#4E6767
(78,103,103)
#425756
(66,87,86)
#364745
(54,71,69)
#2A3734
(42,55,52)
#1E2723
(30,39,35)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #8AB7BC

#8AB7BC
(138,183,188)
#94BDC2
(148,189,194)
#9EC3C8
(158,195,200)
#A8C9CE
(168,201,206)
#B2CFD4
(178,207,212)
#BCD5DA
(188,213,218)
#C6DBE0
(198,219,224)
#D0E1E6
(208,225,230)
#DAE7EC
(218,231,236)
#E4EDF2
(228,237,242)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB7BC color. Also use rgb(138,183,188) instead hex code.

Text Font Color

.myTextColor { color: #8AB7BC; }

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

This text font color is #8AB7BC.


Background Color

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

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

This div background color is #8AB7BC.


Border color

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

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

This div border color is #8AB7BC.


Opacity

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

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

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

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

This text has shadow with #8AB7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB7BC on black background.


Color preview on white background

This text has color #8AB7BC on white background.



Black color preview on #8AB7BC background

This text has black color on #8AB7BC background.


White color preview on #8AB7BC background

This text has white color on #8AB7BC background.