COLOR #9AB3D3

HEX: #9AB3D3
RGB: (154,179,211)

Color info

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

RGB color model

#9AB3D3 color RGB value is (154,179,211).

  • red value is 154;
  • green value is 179;
  • blue value is 211.
RGB:
(154,179,211)
(60%,70%,83%)

RGB channels and saturation

R 154 of 255 = 60%
G 179 of 255 = 70%
B 211 of 255 = 83%

154
179
211

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

Portions of RGB colors in percentages

R + G + B =
154 + 179 + 211 = 544 (100%)
R 154 of 544 ~ 28.31%
G 179 of 544 ~ 32.9%
B 211 of 544 ~ 38.79%

%28.31
%32.9
%38.79

CMYK color model

#9AB3D3 color CMYK value is (27,15,0,17).

  • cyan value is 27.01%
  • magenta value is 15.17%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(27,15,0,17)
C27M15Y0K17 
(27%,15%,0%,17%)
(0.27/0.15/0.00/0.17)	

CMYK percentages

%27.01
%15.17
%0
%17.25

Codes

Color #9AB3D3 in popluar color models

9AB3D3
RGB154179211
HSL214°39.31%71.57%
HSB/HSV214°27.01%82.75%
CMYK27.01%15.17%0.00%
17.25%

Color #9AB3D3 in popluar number systems.

HEX9AB3D3
Decimal154179211
Binary100110101011001111010011
Octal232263323

Shades and tints

Shades of #9AB3D3

#9AB3D3
(154,179,211)
#8CA3C0
(140,163,192)
#7E93AD
(126,147,173)
#70839A
(112,131,154)
#627387
(98,115,135)
#546374
(84,99,116)
#465361
(70,83,97)
#38434E
(56,67,78)
#2A333B
(42,51,59)
#1C2328
(28,35,40)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #9AB3D3

#9AB3D3
(154,179,211)
#A3B9D7
(163,185,215)
#ACBFDB
(172,191,219)
#B5C5DF
(181,197,223)
#BECBE3
(190,203,227)
#C7D1E7
(199,209,231)
#D0D7EB
(208,215,235)
#D9DDEF
(217,221,239)
#E2E3F3
(226,227,243)
#EBE9F7
(235,233,247)
#F4EFFB
(244,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB3D3 color. Also use rgb(154,179,211) instead hex code.

Text Font Color

.myTextColor { color: #9AB3D3; }

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

This text font color is #9AB3D3.


Background Color

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

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

This div background color is #9AB3D3.


Border color

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

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

This div border color is #9AB3D3.


Opacity

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

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

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

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

This text has shadow with #9AB3D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB3D3 on black background.


Color preview on white background

This text has color #9AB3D3 on white background.



Black color preview on #9AB3D3 background

This text has black color on #9AB3D3 background.


White color preview on #9AB3D3 background

This text has white color on #9AB3D3 background.