COLOR #9ABBB5

HEX: #9ABBB5 RGB: (154,187,181)

Color info

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

RGB color model

#9ABBB5 color RGB value is (154,187,181).

RGB: (154,187,181) (60%, 73%, 71%)

RGB channels and saturation

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

154
187
181

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

Portions of RGB colors in percentages

R + G + B = 154 + 187 + 181 = 522 (100%)
R 154 of 522 ~ 29.5%
G 187 of 522 ~ 35.82%
B 181 of 522 ~ 34.67'%

%29.5
%35.82
%34.67

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 3.21%
  • 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
%3.21
%26.67

Codes

Color #9ABBB5 in popluar color models

9A BB B5
RGB 154 187 181
HSL 169° 19.53% 66.86%
HSB/HSV 169° 17.65% 73.33%
CMYK 17.65% 0.00% 3.21%
26.67%

Color #9ABBB5 in popluar number systems.

HEX 9A BB B5
Decimal 154 187 181
Binary 10011010 10111011 10110101
Octal 232 273 265

Shades and tints

Shades of #9ABBB5

#9ABBB5
(154,187,181)
#8CAAA5
(140,170,165)
#7E9995
(126,153,149)
#708885
(112,136,133)
#627775
(98,119,117)
#546665
(84,102,101)
#465555
(70,85,85)
#384445
(56,68,69)
#2A3335
(42,51,53)
#1C2225
(28,34,37)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #9ABBB5

#9ABBB5
(154,187,181)
#A3C1BB
(163,193,187)
#ACC7C1
(172,199,193)
#B5CDC7
(181,205,199)
#BED3CD
(190,211,205)
#C7D9D3
(199,217,211)
#D0DFD9
(208,223,217)
#D9E5DF
(217,229,223)
#E2EBE5
(226,235,229)
#EBF1EB
(235,241,235)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABBB5; }

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

This text font color is #9ABBB5.

Background Color

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

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

This div background color is #9ABBB5.

Border color

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

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

This div border color is #9ABBB5.

Opacity

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

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

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

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

This text has shadow with #9ABBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABBB5.

Preview

Color preview on black background

This text has color #9ABBB5 on black background.


Color preview on white background

This text has color #9ABBB5 on white background.


Black color preview on #9ABBB5 background

This text has black color on #9ABBB5 background.


White color preview on #9ABBB5 background

This text has white color on #9ABBB5 background.


Related colors

Complementary color

Complementary color for #hex is #65444A.


I love getcolorcode.com

Triadic colors

1 #B59ABB and #BBB59A with #9ABBB5 are triadic colors.

2 #B5BB9A and #BB9AB5 with #9ABBB5 are triadic colors.