COLOR #9AB8CA

HEX: #9AB8CA
RGB: (154,184,202)

Color info

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

RGB color model

#9AB8CA color RGB value is (154,184,202).

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

RGB channels and saturation

R 154 of 255 = 60%
G 184 of 255 = 72%
B 202 of 255 = 79%

154
184
202

R + G + B ~ 70%. #9AB8CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 184 + 202 = 540 (100%)
R 154 of 540 ~ 28.52%
G 184 of 540 ~ 34.07%
B 202 of 540 ~ 37.41%

%28.52
%34.07
%37.41

CMYK color model

#9AB8CA color CMYK value is (24,9,0,21).

  • cyan value is 23.76%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(24,9,0,21)
C24M9Y0K21 
(24%,9%,0%,21%)
(0.24/0.09/0.00/0.21)	

CMYK percentages

%23.76
%8.91
%0
%20.78

Codes

Color #9AB8CA in popluar color models

9AB8CA
RGB154184202
HSL203°31.17%69.80%
HSB/HSV203°23.76%79.22%
CMYK23.76%8.91%0.00%
20.78%

Color #9AB8CA in popluar number systems.

HEX9AB8CA
Decimal154184202
Binary100110101011100011001010
Octal232270312

Shades and tints

Shades of #9AB8CA

#9AB8CA
(154,184,202)
#8CA8B8
(140,168,184)
#7E98A6
(126,152,166)
#708894
(112,136,148)
#627882
(98,120,130)
#546870
(84,104,112)
#46585E
(70,88,94)
#38484C
(56,72,76)
#2A383A
(42,56,58)
#1C2828
(28,40,40)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #9AB8CA

#9AB8CA
(154,184,202)
#A3BECE
(163,190,206)
#ACC4D2
(172,196,210)
#B5CAD6
(181,202,214)
#BED0DA
(190,208,218)
#C7D6DE
(199,214,222)
#D0DCE2
(208,220,226)
#D9E2E6
(217,226,230)
#E2E8EA
(226,232,234)
#EBEEEE
(235,238,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB8CA; }

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

This text font color is #9AB8CA.


Background Color

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

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

This div background color is #9AB8CA.


Border color

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

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

This div border color is #9AB8CA.


Opacity

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

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

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

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

This text has shadow with #9AB8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB8CA on black background.


Color preview on white background

This text has color #9AB8CA on white background.



Black color preview on #9AB8CA background

This text has black color on #9AB8CA background.


White color preview on #9AB8CA background

This text has white color on #9AB8CA background.