COLOR #9AB6C7

HEX: #9AB6C7 RGB: (154,182,199)

Color info

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

RGB color model

#9AB6C7 color RGB value is (154,182,199).

RGB: (154,182,199) (60%, 71%, 78%)

RGB channels and saturation

R 154 of 255 = 60%
G 182 of 255 = 71%
B 199 of 255 = 78%

154
182
199

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

Portions of RGB colors in percentages

R + G + B = 154 + 182 + 199 = 535 (100%)
R 154 of 535 ~ 28.79%
G 182 of 535 ~ 34.02%
B 199 of 535 ~ 37.2'%

%28.79
%34.02
%37.2

CMYK color model

#9AB6C7 color CMYK value is (23,9,0,22).

  • cyan value is 22.61%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (23,9,0,22)
C23M9Y0K22 (23%, 9%, 0%, 22%)
(0.23 / 0.09 / 0.00 / 0.22)

CMYK percentages

%22.61
%8.54
%0
%21.96

Codes

Color #9AB6C7 in popluar color models

9A B6 C7
RGB 154 182 199
HSL 203° 28.66% 69.22%
HSB/HSV 203° 22.61% 78.04%
CMYK 22.61% 8.54% 0.00%
21.96%

Color #9AB6C7 in popluar number systems.

HEX 9A B6 C7
Decimal 154 182 199
Binary 10011010 10110110 11000111
Octal 232 266 307

Shades and tints

Shades of #9AB6C7

#9AB6C7
(154,182,199)
#8CA6B5
(140,166,181)
#7E96A3
(126,150,163)
#708691
(112,134,145)
#62767F
(98,118,127)
#54666D
(84,102,109)
#46565B
(70,86,91)
#384649
(56,70,73)
#2A3637
(42,54,55)
#1C2625
(28,38,37)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #9AB6C7

#9AB6C7
(154,182,199)
#A3BCCC
(163,188,204)
#ACC2D1
(172,194,209)
#B5C8D6
(181,200,214)
#BECEDB
(190,206,219)
#C7D4E0
(199,212,224)
#D0DAE5
(208,218,229)
#D9E0EA
(217,224,234)
#E2E6EF
(226,230,239)
#EBECF4
(235,236,244)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB6C7; }

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

This text font color is #9AB6C7.

Background Color

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

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

This div background color is #9AB6C7.

Border color

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

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

This div border color is #9AB6C7.

Opacity

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

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

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

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

This text has shadow with #9AB6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB6C7.

Preview

Color preview on black background

This text has color #9AB6C7 on black background.


Color preview on white background

This text has color #9AB6C7 on white background.


Black color preview on #9AB6C7 background

This text has black color on #9AB6C7 background.


White color preview on #9AB6C7 background

This text has white color on #9AB6C7 background.


Related colors

Complementary color

Complementary color for #hex is #654938.


I love getcolorcode.com

Triadic colors

1 #C79AB6 and #B6C79A with #9AB6C7 are triadic colors.

2 #C7B69A and #B69AC7 with #9AB6C7 are triadic colors.