COLOR #9ABBB6

HEX: #9ABBB6
RGB: (154,187,182)

Color info

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

RGB color model

#9ABBB6 color RGB value is (154,187,182).

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

RGB channels and saturation

R 154 of 255 = 60%
G 187 of 255 = 73%
B 182 of 255 = 71%

154
187
182

R + G + B ~ 68%. #9ABBB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 187 + 182 = 523 (100%)
R 154 of 523 ~ 29.45%
G 187 of 523 ~ 35.76%
B 182 of 523 ~ 34.8%

%29.45
%35.76
%34.8

CMYK color model

#9ABBB6 color CMYK value is (18,0,3,27).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK:
(18,0,3,27)
C18M0Y3K27 
(18%,0%,3%,27%)
(0.18/0.00/0.03/0.27)	

CMYK percentages

%17.65
%0
%2.67
%26.67

Codes

Color #9ABBB6 in popluar color models

9ABBB6
RGB154187182
HSL171°19.53%66.86%
HSB/HSV171°17.65%73.33%
CMYK17.65%0.00%2.67%
26.67%

Color #9ABBB6 in popluar number systems.

HEX9ABBB6
Decimal154187182
Binary100110101011101110110110
Octal232273266

Shades and tints

Shades of #9ABBB6

#9ABBB6
(154,187,182)
#8CAAA6
(140,170,166)
#7E9996
(126,153,150)
#708886
(112,136,134)
#627776
(98,119,118)
#546666
(84,102,102)
#465556
(70,85,86)
#384446
(56,68,70)
#2A3336
(42,51,54)
#1C2226
(28,34,38)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #9ABBB6

#9ABBB6
(154,187,182)
#A3C1BC
(163,193,188)
#ACC7C2
(172,199,194)
#B5CDC8
(181,205,200)
#BED3CE
(190,211,206)
#C7D9D4
(199,217,212)
#D0DFDA
(208,223,218)
#D9E5E0
(217,229,224)
#E2EBE6
(226,235,230)
#EBF1EC
(235,241,236)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABBB6; }

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

This text font color is #9ABBB6.


Background Color

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

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

This div background color is #9ABBB6.


Border color

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

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

This div border color is #9ABBB6.


Opacity

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

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

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

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

This text has shadow with #9ABBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABBB6 on black background.


Color preview on white background

This text has color #9ABBB6 on white background.



Black color preview on #9ABBB6 background

This text has black color on #9ABBB6 background.


White color preview on #9ABBB6 background

This text has white color on #9ABBB6 background.