COLOR #9ABEB6

HEX: #9ABEB6
RGB: (154,190,182)

Color info

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

RGB color model

#9ABEB6 color RGB value is (154,190,182).

  • red value is 154;
  • green value is 190;
  • blue value is 182.
RGB:
(154,190,182)
(60%,75%,71%)

RGB channels and saturation

R 154 of 255 = 60%
G 190 of 255 = 75%
B 182 of 255 = 71%

154
190
182

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

Portions of RGB colors in percentages

R + G + B =
154 + 190 + 182 = 526 (100%)
R 154 of 526 ~ 29.28%
G 190 of 526 ~ 36.12%
B 182 of 526 ~ 34.6%

%29.28
%36.12
%34.6

CMYK color model

#9ABEB6 color CMYK value is (19,0,4,25).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 25.49%
CMYK:
(19,0,4,25)
C19M0Y4K25 
(19%,0%,4%,25%)
(0.19/0.00/0.04/0.25)	

CMYK percentages

%18.95
%0
%4.21
%25.49

Codes

Color #9ABEB6 in popluar color models

9ABEB6
RGB154190182
HSL167°21.69%67.45%
HSB/HSV167°18.95%74.51%
CMYK18.95%0.00%4.21%
25.49%

Color #9ABEB6 in popluar number systems.

HEX9ABEB6
Decimal154190182
Binary100110101011111010110110
Octal232276266

Shades and tints

Shades of #9ABEB6

#9ABEB6
(154,190,182)
#8CADA6
(140,173,166)
#7E9C96
(126,156,150)
#708B86
(112,139,134)
#627A76
(98,122,118)
#546966
(84,105,102)
#465856
(70,88,86)
#384746
(56,71,70)
#2A3636
(42,54,54)
#1C2526
(28,37,38)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #9ABEB6

#9ABEB6
(154,190,182)
#A3C3BC
(163,195,188)
#ACC8C2
(172,200,194)
#B5CDC8
(181,205,200)
#BED2CE
(190,210,206)
#C7D7D4
(199,215,212)
#D0DCDA
(208,220,218)
#D9E1E0
(217,225,224)
#E2E6E6
(226,230,230)
#EBEBEC
(235,235,236)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABEB6 color. Also use rgb(154,190,182) instead hex code.

Text Font Color

.myTextColor { color: #9ABEB6; }

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

This text font color is #9ABEB6.


Background Color

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

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

This div background color is #9ABEB6.


Border color

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

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

This div border color is #9ABEB6.


Opacity

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

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

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

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

This text has shadow with #9ABEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABEB6 on black background.


Color preview on white background

This text has color #9ABEB6 on white background.



Black color preview on #9ABEB6 background

This text has black color on #9ABEB6 background.


White color preview on #9ABEB6 background

This text has white color on #9ABEB6 background.