COLOR #9ABFD6

HEX: #9ABFD6
RGB: (154,191,214)

Color info

#9ABFD6 contains mainly green and blue colors. Web safe color of #9ABFD6 is #99CCCC (or #9CC).

RGB color model

#9ABFD6 color RGB value is (154,191,214).

  • red value is 154;
  • green value is 191;
  • blue value is 214.
RGB:
(154,191,214)
(60%,75%,84%)

RGB channels and saturation

R 154 of 255 = 60%
G 191 of 255 = 75%
B 214 of 255 = 84%

154
191
214

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

Portions of RGB colors in percentages

R + G + B =
154 + 191 + 214 = 559 (100%)
R 154 of 559 ~ 27.55%
G 191 of 559 ~ 34.17%
B 214 of 559 ~ 38.28%

%27.55
%34.17
%38.28

CMYK color model

#9ABFD6 color CMYK value is (28,11,0,16).

  • cyan value is 28.04%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(28,11,0,16)
C28M11Y0K16 
(28%,11%,0%,16%)
(0.28/0.11/0.00/0.16)	

CMYK percentages

%28.04
%10.75
%0
%16.08

Codes

Color #9ABFD6 in popluar color models

9ABFD6
RGB154191214
HSL203°42.25%72.16%
HSB/HSV203°28.04%83.92%
CMYK28.04%10.75%0.00%
16.08%

Color #9ABFD6 in popluar number systems.

HEX9ABFD6
Decimal154191214
Binary100110101011111111010110
Octal232277326

Shades and tints

Shades of #9ABFD6

#9ABFD6
(154,191,214)
#8CAEC3
(140,174,195)
#7E9DB0
(126,157,176)
#708C9D
(112,140,157)
#627B8A
(98,123,138)
#546A77
(84,106,119)
#465964
(70,89,100)
#384851
(56,72,81)
#2A373E
(42,55,62)
#1C262B
(28,38,43)
#0E1518
(14,21,24)
#000000
(0,0,0)

Tints of #9ABFD6

#9ABFD6
(154,191,214)
#A3C4D9
(163,196,217)
#ACC9DC
(172,201,220)
#B5CEDF
(181,206,223)
#BED3E2
(190,211,226)
#C7D8E5
(199,216,229)
#D0DDE8
(208,221,232)
#D9E2EB
(217,226,235)
#E2E7EE
(226,231,238)
#EBECF1
(235,236,241)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABFD6 color. Also use rgb(154,191,214) instead hex code.

Text Font Color

.myTextColor { color: #9ABFD6; }

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

This text font color is #9ABFD6.


Background Color

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

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

This div background color is #9ABFD6.


Border color

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

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

This div border color is #9ABFD6.


Opacity

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

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

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

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

This text has shadow with #9ABFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABFD6 on black background.


Color preview on white background

This text has color #9ABFD6 on white background.



Black color preview on #9ABFD6 background

This text has black color on #9ABFD6 background.


White color preview on #9ABFD6 background

This text has white color on #9ABFD6 background.