COLOR #9ABCCC

HEX: #9ABCCC
RGB: (154,188,204)

Color info

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

RGB color model

#9ABCCC color RGB value is (154,188,204).

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

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 204 of 255 = 80%

154
188
204

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

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 204 = 546 (100%)
R 154 of 546 ~ 28.21%
G 188 of 546 ~ 34.43%
B 204 of 546 ~ 37.36%

%28.21
%34.43
%37.36

CMYK color model

#9ABCCC color CMYK value is (25,8,0,20).

  • cyan value is 24.51%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(25,8,0,20)
C25M8Y0K20 
(25%,8%,0%,20%)
(0.25/0.08/0.00/0.20)	

CMYK percentages

%24.51
%7.84
%0
%20

Codes

Color #9ABCCC in popluar color models

9ABCCC
RGB154188204
HSL199°32.89%70.20%
HSB/HSV199°24.51%80.00%
CMYK24.51%7.84%0.00%
20.00%

Color #9ABCCC in popluar number systems.

HEX9ABCCC
Decimal154188204
Binary100110101011110011001100
Octal232274314

Shades and tints

Shades of #9ABCCC

#9ABCCC
(154,188,204)
#8CABBA
(140,171,186)
#7E9AA8
(126,154,168)
#708996
(112,137,150)
#627884
(98,120,132)
#546772
(84,103,114)
#465660
(70,86,96)
#38454E
(56,69,78)
#2A343C
(42,52,60)
#1C232A
(28,35,42)
#0E1218
(14,18,24)
#000000
(0,0,0)

Tints of #9ABCCC

#9ABCCC
(154,188,204)
#A3C2D0
(163,194,208)
#ACC8D4
(172,200,212)
#B5CED8
(181,206,216)
#BED4DC
(190,212,220)
#C7DAE0
(199,218,224)
#D0E0E4
(208,224,228)
#D9E6E8
(217,230,232)
#E2ECEC
(226,236,236)
#EBF2F0
(235,242,240)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABCCC; }

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

This text font color is #9ABCCC.


Background Color

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

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

This div background color is #9ABCCC.


Border color

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

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

This div border color is #9ABCCC.


Opacity

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

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

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

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

This text has shadow with #9ABCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABCCC on black background.


Color preview on white background

This text has color #9ABCCC on white background.



Black color preview on #9ABCCC background

This text has black color on #9ABCCC background.


White color preview on #9ABCCC background

This text has white color on #9ABCCC background.