COLOR #9AB5CE

HEX: #9AB5CE
RGB: (154,181,206)

Color info

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

RGB color model

#9AB5CE color RGB value is (154,181,206).

  • red value is 154;
  • green value is 181;
  • blue value is 206.
RGB:
(154,181,206)
(60%,71%,81%)

RGB channels and saturation

R 154 of 255 = 60%
G 181 of 255 = 71%
B 206 of 255 = 81%

154
181
206

R + G + B ~ 71%. #9AB5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 181 + 206 = 541 (100%)
R 154 of 541 ~ 28.47%
G 181 of 541 ~ 33.46%
B 206 of 541 ~ 38.08%

%28.47
%33.46
%38.08

CMYK color model

#9AB5CE color CMYK value is (25,12,0,19).

  • cyan value is 25.24%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(25,12,0,19)
C25M12Y0K19 
(25%,12%,0%,19%)
(0.25/0.12/0.00/0.19)	

CMYK percentages

%25.24
%12.14
%0
%19.22

Codes

Color #9AB5CE in popluar color models

9AB5CE
RGB154181206
HSL209°34.67%70.59%
HSB/HSV209°25.24%80.78%
CMYK25.24%12.14%0.00%
19.22%

Color #9AB5CE in popluar number systems.

HEX9AB5CE
Decimal154181206
Binary100110101011010111001110
Octal232265316

Shades and tints

Shades of #9AB5CE

#9AB5CE
(154,181,206)
#8CA5BC
(140,165,188)
#7E95AA
(126,149,170)
#708598
(112,133,152)
#627586
(98,117,134)
#546574
(84,101,116)
#465562
(70,85,98)
#384550
(56,69,80)
#2A353E
(42,53,62)
#1C252C
(28,37,44)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #9AB5CE

#9AB5CE
(154,181,206)
#A3BBD2
(163,187,210)
#ACC1D6
(172,193,214)
#B5C7DA
(181,199,218)
#BECDDE
(190,205,222)
#C7D3E2
(199,211,226)
#D0D9E6
(208,217,230)
#D9DFEA
(217,223,234)
#E2E5EE
(226,229,238)
#EBEBF2
(235,235,242)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB5CE color. Also use rgb(154,181,206) instead hex code.

Text Font Color

.myTextColor { color: #9AB5CE; }

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

This text font color is #9AB5CE.


Background Color

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

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

This div background color is #9AB5CE.


Border color

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

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

This div border color is #9AB5CE.


Opacity

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

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

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

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

This text has shadow with #9AB5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB5CE on black background.


Color preview on white background

This text has color #9AB5CE on white background.



Black color preview on #9AB5CE background

This text has black color on #9AB5CE background.


White color preview on #9AB5CE background

This text has white color on #9AB5CE background.