COLOR #9ABCC9

HEX: #9ABCC9
RGB: (154,188,201)

Color info

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

RGB color model

#9ABCC9 color RGB value is (154,188,201).

  • red value is 154;
  • green value is 188;
  • blue value is 201.
RGB:
(154,188,201)
(60%,74%,79%)

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 201 of 255 = 79%

154
188
201

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

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 201 = 543 (100%)
R 154 of 543 ~ 28.36%
G 188 of 543 ~ 34.62%
B 201 of 543 ~ 37.02%

%28.36
%34.62
%37.02

CMYK color model

#9ABCC9 color CMYK value is (23,6,0,21).

  • cyan value is 23.38%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(23,6,0,21)
C23M6Y0K21 
(23%,6%,0%,21%)
(0.23/0.06/0.00/0.21)	

CMYK percentages

%23.38
%6.47
%0
%21.18

Codes

Color #9ABCC9 in popluar color models

9ABCC9
RGB154188201
HSL197°30.32%69.61%
HSB/HSV197°23.38%78.82%
CMYK23.38%6.47%0.00%
21.18%

Color #9ABCC9 in popluar number systems.

HEX9ABCC9
Decimal154188201
Binary100110101011110011001001
Octal232274311

Shades and tints

Shades of #9ABCC9

#9ABCC9
(154,188,201)
#8CABB7
(140,171,183)
#7E9AA5
(126,154,165)
#708993
(112,137,147)
#627881
(98,120,129)
#54676F
(84,103,111)
#46565D
(70,86,93)
#38454B
(56,69,75)
#2A3439
(42,52,57)
#1C2327
(28,35,39)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #9ABCC9

#9ABCC9
(154,188,201)
#A3C2CD
(163,194,205)
#ACC8D1
(172,200,209)
#B5CED5
(181,206,213)
#BED4D9
(190,212,217)
#C7DADD
(199,218,221)
#D0E0E1
(208,224,225)
#D9E6E5
(217,230,229)
#E2ECE9
(226,236,233)
#EBF2ED
(235,242,237)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABCC9 color. Also use rgb(154,188,201) instead hex code.

Text Font Color

.myTextColor { color: #9ABCC9; }

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

This text font color is #9ABCC9.


Background Color

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

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

This div background color is #9ABCC9.


Border color

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

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

This div border color is #9ABCC9.


Opacity

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

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

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

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

This text has shadow with #9ABCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABCC9 on black background.


Color preview on white background

This text has color #9ABCC9 on white background.



Black color preview on #9ABCC9 background

This text has black color on #9ABCC9 background.


White color preview on #9ABCC9 background

This text has white color on #9ABCC9 background.