COLOR #9AB6CB

HEX: #9AB6CB RGB: (154,182,203)

Color info

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

RGB color model

#9AB6CB color RGB value is (154,182,203).

RGB: (154,182,203) (60%, 71%, 80%)

RGB channels and saturation

R 154 of 255 = 60%
G 182 of 255 = 71%
B 203 of 255 = 80%

154
182
203

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

Portions of RGB colors in percentages

R + G + B = 154 + 182 + 203 = 539 (100%)
R 154 of 539 ~ 28.57%
G 182 of 539 ~ 33.77%
B 203 of 539 ~ 37.66'%

%28.57
%33.77
%37.66

CMYK color model

#9AB6CB color CMYK value is (24,10,0,20).

  • cyan value is 24.14%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (24,10,0,20)
C24M10Y0K20 (24%, 10%, 0%, 20%)
(0.24 / 0.10 / 0.00 / 0.20)

CMYK percentages

%24.14
%10.34
%0
%20.39

Codes

Color #9AB6CB in popluar color models

9A B6 CB
RGB 154 182 203
HSL 206° 32.03% 70.00%
HSB/HSV 206° 24.14% 79.61%
CMYK 24.14% 10.34% 0.00%
20.39%

Color #9AB6CB in popluar number systems.

HEX 9A B6 CB
Decimal 154 182 203
Binary 10011010 10110110 11001011
Octal 232 266 313

Shades and tints

Shades of #9AB6CB

#9AB6CB
(154,182,203)
#8CA6B9
(140,166,185)
#7E96A7
(126,150,167)
#708695
(112,134,149)
#627683
(98,118,131)
#546671
(84,102,113)
#46565F
(70,86,95)
#38464D
(56,70,77)
#2A363B
(42,54,59)
#1C2629
(28,38,41)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #9AB6CB

#9AB6CB
(154,182,203)
#A3BCCF
(163,188,207)
#ACC2D3
(172,194,211)
#B5C8D7
(181,200,215)
#BECEDB
(190,206,219)
#C7D4DF
(199,212,223)
#D0DAE3
(208,218,227)
#D9E0E7
(217,224,231)
#E2E6EB
(226,230,235)
#EBECEF
(235,236,239)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB6CB color. Also use rgb(154,182,203) instead hex code.

Text Font Color

.myTextColor { color: #9AB6CB; }

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

This text font color is #9AB6CB.

Background Color

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

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

This div background color is #9AB6CB.

Border color

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

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

This div border color is #9AB6CB.

Opacity

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

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

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

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

This text has shadow with #9AB6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB6CB.

Preview

Color preview on black background

This text has color #9AB6CB on black background.


Color preview on white background

This text has color #9AB6CB on white background.


Black color preview on #9AB6CB background

This text has black color on #9AB6CB background.


White color preview on #9AB6CB background

This text has white color on #9AB6CB background.


Related colors

Complementary color

Complementary color for #hex is #654934.


I love getcolorcode.com

Triadic colors

1 #CB9AB6 and #B6CB9A with #9AB6CB are triadic colors.

2 #CBB69A and #B69ACB with #9AB6CB are triadic colors.