COLOR #9AB7B8

HEX: #9AB7B8
RGB: (154,183,184)

Color info

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

RGB color model

#9AB7B8 color RGB value is (154,183,184).

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

RGB channels and saturation

R 154 of 255 = 60%
G 183 of 255 = 72%
B 184 of 255 = 72%

154
183
184

R + G + B ~ 68%. #9AB7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 183 + 184 = 521 (100%)
R 154 of 521 ~ 29.56%
G 183 of 521 ~ 35.12%
B 184 of 521 ~ 35.32%

%29.56
%35.12
%35.32

CMYK color model

#9AB7B8 color CMYK value is (16,1,0,28).

  • cyan value is 16.30%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(16,1,0,28)
C16M1Y0K28 
(16%,1%,0%,28%)
(0.16/0.01/0.00/0.28)	

CMYK percentages

%16.3
%0.54
%0
%27.84

Codes

Color #9AB7B8 in popluar color models

9AB7B8
RGB154183184
HSL182°17.44%66.27%
HSB/HSV182°16.30%72.16%
CMYK16.30%0.54%0.00%
27.84%

Color #9AB7B8 in popluar number systems.

HEX9AB7B8
Decimal154183184
Binary100110101011011110111000
Octal232267270

Shades and tints

Shades of #9AB7B8

#9AB7B8
(154,183,184)
#8CA7A8
(140,167,168)
#7E9798
(126,151,152)
#708788
(112,135,136)
#627778
(98,119,120)
#546768
(84,103,104)
#465758
(70,87,88)
#384748
(56,71,72)
#2A3738
(42,55,56)
#1C2728
(28,39,40)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #9AB7B8

#9AB7B8
(154,183,184)
#A3BDBE
(163,189,190)
#ACC3C4
(172,195,196)
#B5C9CA
(181,201,202)
#BECFD0
(190,207,208)
#C7D5D6
(199,213,214)
#D0DBDC
(208,219,220)
#D9E1E2
(217,225,226)
#E2E7E8
(226,231,232)
#EBEDEE
(235,237,238)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB7B8; }

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

This text font color is #9AB7B8.


Background Color

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

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

This div background color is #9AB7B8.


Border color

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

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

This div border color is #9AB7B8.


Opacity

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

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

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

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

This text has shadow with #9AB7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB7B8 on black background.


Color preview on white background

This text has color #9AB7B8 on white background.



Black color preview on #9AB7B8 background

This text has black color on #9AB7B8 background.


White color preview on #9AB7B8 background

This text has white color on #9AB7B8 background.