COLOR #9AB2EB

HEX: #9AB2EB
RGB: (154,178,235)

Color info

#9AB2EB contains mainly green and blue colors. Web safe color of #9AB2EB is #9999FF (or #99F).

RGB color model

#9AB2EB color RGB value is (154,178,235).

  • red value is 154;
  • green value is 178;
  • blue value is 235.
RGB:
(154,178,235)
(60%,70%,92%)

RGB channels and saturation

R 154 of 255 = 60%
G 178 of 255 = 70%
B 235 of 255 = 92%

154
178
235

R + G + B ~ 74%. #9AB2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 178 + 235 = 567 (100%)
R 154 of 567 ~ 27.16%
G 178 of 567 ~ 31.39%
B 235 of 567 ~ 41.45%

%27.16
%31.39
%41.45

CMYK color model

#9AB2EB color CMYK value is (34,24,0,8).

  • cyan value is 34.47%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(34,24,0,8)
C34M24Y0K8 
(34%,24%,0%,8%)
(0.34/0.24/0.00/0.08)	

CMYK percentages

%34.47
%24.26
%0
%7.84

Codes

Color #9AB2EB in popluar color models

9AB2EB
RGB154178235
HSL222°66.94%76.27%
HSB/HSV222°34.47%92.16%
CMYK34.47%24.26%0.00%
7.84%

Color #9AB2EB in popluar number systems.

HEX9AB2EB
Decimal154178235
Binary100110101011001011101011
Octal232262353

Shades and tints

Shades of #9AB2EB

#9AB2EB
(154,178,235)
#8CA2D6
(140,162,214)
#7E92C1
(126,146,193)
#7082AC
(112,130,172)
#627297
(98,114,151)
#546282
(84,98,130)
#46526D
(70,82,109)
#384258
(56,66,88)
#2A3243
(42,50,67)
#1C222E
(28,34,46)
#0E1219
(14,18,25)
#000000
(0,0,0)

Tints of #9AB2EB

#9AB2EB
(154,178,235)
#A3B9EC
(163,185,236)
#ACC0ED
(172,192,237)
#B5C7EE
(181,199,238)
#BECEEF
(190,206,239)
#C7D5F0
(199,213,240)
#D0DCF1
(208,220,241)
#D9E3F2
(217,227,242)
#E2EAF3
(226,234,243)
#EBF1F4
(235,241,244)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB2EB color. Also use rgb(154,178,235) instead hex code.

Text Font Color

.myTextColor { color: #9AB2EB; }

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

This text font color is #9AB2EB.


Background Color

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

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

This div background color is #9AB2EB.


Border color

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

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

This div border color is #9AB2EB.


Opacity

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

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

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

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

This text has shadow with #9AB2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB2EB on black background.


Color preview on white background

This text has color #9AB2EB on white background.



Black color preview on #9AB2EB background

This text has black color on #9AB2EB background.


White color preview on #9AB2EB background

This text has white color on #9AB2EB background.