COLOR #9ABFA8

HEX: #9ABFA8
RGB: (154,191,168)

Color info

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

RGB color model

#9ABFA8 color RGB value is (154,191,168).

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

RGB channels and saturation

R 154 of 255 = 60%
G 191 of 255 = 75%
B 168 of 255 = 66%

154
191
168

R + G + B ~ 67%. #9ABFA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 191 + 168 = 513 (100%)
R 154 of 513 ~ 30.02%
G 191 of 513 ~ 37.23%
B 168 of 513 ~ 32.75%

%30.02
%37.23
%32.75

CMYK color model

#9ABFA8 color CMYK value is (19,0,12,25).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 25.10%
CMYK:
(19,0,12,25)
C19M0Y12K25 
(19%,0%,12%,25%)
(0.19/0.00/0.12/0.25)	

CMYK percentages

%19.37
%0
%12.04
%25.1

Codes

Color #9ABFA8 in popluar color models

9ABFA8
RGB154191168
HSL143°22.42%67.65%
HSB/HSV143°19.37%74.90%
CMYK19.37%0.00%12.04%
25.10%

Color #9ABFA8 in popluar number systems.

HEX9ABFA8
Decimal154191168
Binary100110101011111110101000
Octal232277250

Shades and tints

Shades of #9ABFA8

#9ABFA8
(154,191,168)
#8CAE99
(140,174,153)
#7E9D8A
(126,157,138)
#708C7B
(112,140,123)
#627B6C
(98,123,108)
#546A5D
(84,106,93)
#46594E
(70,89,78)
#38483F
(56,72,63)
#2A3730
(42,55,48)
#1C2621
(28,38,33)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #9ABFA8

#9ABFA8
(154,191,168)
#A3C4AF
(163,196,175)
#ACC9B6
(172,201,182)
#B5CEBD
(181,206,189)
#BED3C4
(190,211,196)
#C7D8CB
(199,216,203)
#D0DDD2
(208,221,210)
#D9E2D9
(217,226,217)
#E2E7E0
(226,231,224)
#EBECE7
(235,236,231)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABFA8; }

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

This text font color is #9ABFA8.


Background Color

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

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

This div background color is #9ABFA8.


Border color

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

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

This div border color is #9ABFA8.


Opacity

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

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

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

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

This text has shadow with #9ABFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABFA8 on black background.


Color preview on white background

This text has color #9ABFA8 on white background.



Black color preview on #9ABFA8 background

This text has black color on #9ABFA8 background.


White color preview on #9ABFA8 background

This text has white color on #9ABFA8 background.