COLOR #AABCB7

HEX: #AABCB7 RGB: (170,188,183)

Color info

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

RGB color model

#AABCB7 color RGB value is (170,188,183).

RGB: (170,188,183) (67%, 74%, 72%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 183 of 255 = 72%

170
188
183

R + G + B ~ 71%. #AABCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 188 + 183 = 541 (100%)
R 170 of 541 ~ 31.42%
G 188 of 541 ~ 34.75%
B 183 of 541 ~ 33.83'%

%31.42
%34.75
%33.83

CMYK color model

#AABCB7 color CMYK value is (10,0,3,26).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK: (10,0,3,26) C10M0Y3K26 (10%,0%,3%,26%) (0.10/0.00/0.03/0.26) 

CMYK percentages

%9.57
%0
%2.66
%26.27

Codes

Color #AABCB7 in popluar color models

AA BC B7
RGB 170 188 183
HSL 163° 11.84% 70.20%
HSB/HSV 163° 9.57% 73.73%
CMYK 9.57% 0.00% 2.66%
26.27%

Color #AABCB7 in popluar number systems.

HEX AA BC B7
Decimal 170 188 183
Binary 10101010 10111100 10110111
Octal 252 274 267

Shades and tints

Shades of #AABCB7

#AABCB7
(170,188,183)
#9BABA7
(155,171,167)
#8C9A97
(140,154,151)
#7D8987
(125,137,135)
#6E7877
(110,120,119)
#5F6767
(95,103,103)
#505657
(80,86,87)
#414547
(65,69,71)
#323437
(50,52,55)
#232327
(35,35,39)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #AABCB7

#AABCB7
(170,188,183)
#B1C2BD
(177,194,189)
#B8C8C3
(184,200,195)
#BFCEC9
(191,206,201)
#C6D4CF
(198,212,207)
#CDDAD5
(205,218,213)
#D4E0DB
(212,224,219)
#DBE6E1
(219,230,225)
#E2ECE7
(226,236,231)
#E9F2ED
(233,242,237)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABCB7 color. Also use rgb(170,188,183) instead hex code.

Text Font Color

.myTextColor { color: #AABCB7; }

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

This text font color is #AABCB7.

Background Color

.myBgColor { background-color: #AABCB7; }

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

This div background color is #AABCB7.

Border color

.myBorderColor { border: 1px solid #AABCB7; }

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

This div border color is #AABCB7.

Opacity

.myOpacity80 { color: #AABCB7; opacity: 0.8; }

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

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

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

This text has shadow with #AABCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABCB7.

Preview

Color preview on black background

This text has color #AABCB7 on black background.


Color preview on white background

This text has color #AABCB7 on white background.


Black color preview on #AABCB7 background

This text has black color on #AABCB7 background.


White color preview on #AABCB7 background

This text has white color on #AABCB7 background.


Related colors

Complementary color

Complementary color for #hex is #554348.


I love getcolorcode.com

Triadic colors

1 #B7AABC and #BCB7AA with #AABCB7 are triadic colors.

2 #B7BCAA and #BCAAB7 with #AABCB7 are triadic colors.