COLOR #9AB4BA

HEX: #9AB4BA
RGB: (154,180,186)

Color info

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

RGB color model

#9AB4BA color RGB value is (154,180,186).

  • red value is 154;
  • green value is 180;
  • blue value is 186.
RGB:
(154,180,186)
(60%,71%,73%)

RGB channels and saturation

R 154 of 255 = 60%
G 180 of 255 = 71%
B 186 of 255 = 73%

154
180
186

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

Portions of RGB colors in percentages

R + G + B =
154 + 180 + 186 = 520 (100%)
R 154 of 520 ~ 29.62%
G 180 of 520 ~ 34.62%
B 186 of 520 ~ 35.77%

%29.62
%34.62
%35.77

CMYK color model

#9AB4BA color CMYK value is (17,3,0,27).

  • cyan value is 17.20%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(17,3,0,27)
C17M3Y0K27 
(17%,3%,0%,27%)
(0.17/0.03/0.00/0.27)	

CMYK percentages

%17.2
%3.23
%0
%27.06

Codes

Color #9AB4BA in popluar color models

9AB4BA
RGB154180186
HSL191°18.82%66.67%
HSB/HSV191°17.20%72.94%
CMYK17.20%3.23%0.00%
27.06%

Color #9AB4BA in popluar number systems.

HEX9AB4BA
Decimal154180186
Binary100110101011010010111010
Octal232264272

Shades and tints

Shades of #9AB4BA

#9AB4BA
(154,180,186)
#8CA4AA
(140,164,170)
#7E949A
(126,148,154)
#70848A
(112,132,138)
#62747A
(98,116,122)
#54646A
(84,100,106)
#46545A
(70,84,90)
#38444A
(56,68,74)
#2A343A
(42,52,58)
#1C242A
(28,36,42)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #9AB4BA

#9AB4BA
(154,180,186)
#A3BAC0
(163,186,192)
#ACC0C6
(172,192,198)
#B5C6CC
(181,198,204)
#BECCD2
(190,204,210)
#C7D2D8
(199,210,216)
#D0D8DE
(208,216,222)
#D9DEE4
(217,222,228)
#E2E4EA
(226,228,234)
#EBEAF0
(235,234,240)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB4BA color. Also use rgb(154,180,186) instead hex code.

Text Font Color

.myTextColor { color: #9AB4BA; }

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

This text font color is #9AB4BA.


Background Color

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

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

This div background color is #9AB4BA.


Border color

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

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

This div border color is #9AB4BA.


Opacity

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

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

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

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

This text has shadow with #9AB4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB4BA on black background.


Color preview on white background

This text has color #9AB4BA on white background.



Black color preview on #9AB4BA background

This text has black color on #9AB4BA background.


White color preview on #9AB4BA background

This text has white color on #9AB4BA background.