COLOR #9ABDB7

HEX: #9ABDB7
RGB: (154,189,183)

Color info

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

RGB color model

#9ABDB7 color RGB value is (154,189,183).

  • red value is 154;
  • green value is 189;
  • blue value is 183.
RGB:
(154,189,183)
(60%,74%,72%)

RGB channels and saturation

R 154 of 255 = 60%
G 189 of 255 = 74%
B 183 of 255 = 72%

154
189
183

R + G + B ~ 69%. #9ABDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 189 + 183 = 526 (100%)
R 154 of 526 ~ 29.28%
G 189 of 526 ~ 35.93%
B 183 of 526 ~ 34.79%

%29.28
%35.93
%34.79

CMYK color model

#9ABDB7 color CMYK value is (19,0,3,26).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 25.88%
CMYK:
(19,0,3,26)
C19M0Y3K26 
(19%,0%,3%,26%)
(0.19/0.00/0.03/0.26)	

CMYK percentages

%18.52
%0
%3.17
%25.88

Codes

Color #9ABDB7 in popluar color models

9ABDB7
RGB154189183
HSL170°20.96%67.25%
HSB/HSV170°18.52%74.12%
CMYK18.52%0.00%3.17%
25.88%

Color #9ABDB7 in popluar number systems.

HEX9ABDB7
Decimal154189183
Binary100110101011110110110111
Octal232275267

Shades and tints

Shades of #9ABDB7

#9ABDB7
(154,189,183)
#8CACA7
(140,172,167)
#7E9B97
(126,155,151)
#708A87
(112,138,135)
#627977
(98,121,119)
#546867
(84,104,103)
#465757
(70,87,87)
#384647
(56,70,71)
#2A3537
(42,53,55)
#1C2427
(28,36,39)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #9ABDB7

#9ABDB7
(154,189,183)
#A3C3BD
(163,195,189)
#ACC9C3
(172,201,195)
#B5CFC9
(181,207,201)
#BED5CF
(190,213,207)
#C7DBD5
(199,219,213)
#D0E1DB
(208,225,219)
#D9E7E1
(217,231,225)
#E2EDE7
(226,237,231)
#EBF3ED
(235,243,237)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABDB7 color. Also use rgb(154,189,183) instead hex code.

Text Font Color

.myTextColor { color: #9ABDB7; }

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

This text font color is #9ABDB7.


Background Color

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

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

This div background color is #9ABDB7.


Border color

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

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

This div border color is #9ABDB7.


Opacity

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

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

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

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

This text has shadow with #9ABDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABDB7 on black background.


Color preview on white background

This text has color #9ABDB7 on white background.



Black color preview on #9ABDB7 background

This text has black color on #9ABDB7 background.


White color preview on #9ABDB7 background

This text has white color on #9ABDB7 background.