COLOR #8AB7B8

HEX: #8AB7B8
RGB: (138,183,184)

Color info

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

RGB color model

#8AB7B8 color RGB value is (138,183,184).

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

RGB channels and saturation

R 138 of 255 = 54%
G 183 of 255 = 72%
B 184 of 255 = 72%

138
183
184

R + G + B ~ 66%. #8AB7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 183 + 184 = 505 (100%)
R 138 of 505 ~ 27.33%
G 183 of 505 ~ 36.24%
B 184 of 505 ~ 36.44%

%27.33
%36.24
%36.44

CMYK color model

#8AB7B8 color CMYK value is (25,1,0,28).

  • cyan value is 25.00%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(25,1,0,28)
C25M1Y0K28 
(25%,1%,0%,28%)
(0.25/0.01/0.00/0.28)	

CMYK percentages

%25
%0.54
%0
%27.84

Codes

Color #8AB7B8 in popluar color models

8AB7B8
RGB138183184
HSL181°24.47%63.14%
HSB/HSV181°25.00%72.16%
CMYK25.00%0.54%0.00%
27.84%

Color #8AB7B8 in popluar number systems.

HEX8AB7B8
Decimal138183184
Binary100010101011011110111000
Octal212267270

Shades and tints

Shades of #8AB7B8

#8AB7B8
(138,183,184)
#7EA7A8
(126,167,168)
#729798
(114,151,152)
#668788
(102,135,136)
#5A7778
(90,119,120)
#4E6768
(78,103,104)
#425758
(66,87,88)
#364748
(54,71,72)
#2A3738
(42,55,56)
#1E2728
(30,39,40)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #8AB7B8

#8AB7B8
(138,183,184)
#94BDBE
(148,189,190)
#9EC3C4
(158,195,196)
#A8C9CA
(168,201,202)
#B2CFD0
(178,207,208)
#BCD5D6
(188,213,214)
#C6DBDC
(198,219,220)
#D0E1E2
(208,225,226)
#DAE7E8
(218,231,232)
#E4EDEE
(228,237,238)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB7B8; }

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

This text font color is #8AB7B8.


Background Color

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

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

This div background color is #8AB7B8.


Border color

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

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

This div border color is #8AB7B8.


Opacity

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

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

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

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

This text has shadow with #8AB7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB7B8 on black background.


Color preview on white background

This text has color #8AB7B8 on white background.



Black color preview on #8AB7B8 background

This text has black color on #8AB7B8 background.


White color preview on #8AB7B8 background

This text has white color on #8AB7B8 background.