COLOR #9ABCD5

HEX: #9ABCD5
RGB: (154,188,213)

Color info

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

RGB color model

#9ABCD5 color RGB value is (154,188,213).

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

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 213 of 255 = 84%

154
188
213

R + G + B ~ 73%. #9ABCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 213 = 555 (100%)
R 154 of 555 ~ 27.75%
G 188 of 555 ~ 33.87%
B 213 of 555 ~ 38.38%

%27.75
%33.87
%38.38

CMYK color model

#9ABCD5 color CMYK value is (28,12,0,16).

  • cyan value is 27.70%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(28,12,0,16)
C28M12Y0K16 
(28%,12%,0%,16%)
(0.28/0.12/0.00/0.16)	

CMYK percentages

%27.7
%11.74
%0
%16.47

Codes

Color #9ABCD5 in popluar color models

9ABCD5
RGB154188213
HSL205°41.26%71.96%
HSB/HSV205°27.70%83.53%
CMYK27.70%11.74%0.00%
16.47%

Color #9ABCD5 in popluar number systems.

HEX9ABCD5
Decimal154188213
Binary100110101011110011010101
Octal232274325

Shades and tints

Shades of #9ABCD5

#9ABCD5
(154,188,213)
#8CABC2
(140,171,194)
#7E9AAF
(126,154,175)
#70899C
(112,137,156)
#627889
(98,120,137)
#546776
(84,103,118)
#465663
(70,86,99)
#384550
(56,69,80)
#2A343D
(42,52,61)
#1C232A
(28,35,42)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #9ABCD5

#9ABCD5
(154,188,213)
#A3C2D8
(163,194,216)
#ACC8DB
(172,200,219)
#B5CEDE
(181,206,222)
#BED4E1
(190,212,225)
#C7DAE4
(199,218,228)
#D0E0E7
(208,224,231)
#D9E6EA
(217,230,234)
#E2ECED
(226,236,237)
#EBF2F0
(235,242,240)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABCD5; }

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

This text font color is #9ABCD5.


Background Color

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

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

This div background color is #9ABCD5.


Border color

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

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

This div border color is #9ABCD5.


Opacity

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

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

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

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

This text has shadow with #9ABCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABCD5 on black background.


Color preview on white background

This text has color #9ABCD5 on white background.



Black color preview on #9ABCD5 background

This text has black color on #9ABCD5 background.


White color preview on #9ABCD5 background

This text has white color on #9ABCD5 background.