COLOR #ABBBB7

HEX: #ABBBB7 RGB: (171,187,183)

Color info

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

RGB color model

#ABBBB7 color RGB value is (171,187,183).

RGB: (171,187,183) (67%, 73%, 72%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 183 of 255 = 72%

171
187
183

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

Portions of RGB colors in percentages

R + G + B = 171 + 187 + 183 = 541 (100%)
R 171 of 541 ~ 31.61%
G 187 of 541 ~ 34.57%
B 183 of 541 ~ 33.83'%

%31.61
%34.57
%33.83

CMYK color model

#ABBBB7 color CMYK value is (9,0,2,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 26.67%

CMYK: (9,0,2,27)
C9M0Y2K27 (9%, 0%, 2%, 27%)
(0.09 / 0.00 / 0.02 / 0.27)

CMYK percentages

%8.56
%0
%2.14
%26.67

Codes

Color #ABBBB7 in popluar color models

AB BB B7
RGB 171 187 183
HSL 165° 10.53% 70.20%
HSB/HSV 165° 8.56% 73.33%
CMYK 8.56% 0.00% 2.14%
26.67%

Color #ABBBB7 in popluar number systems.

HEX AB BB B7
Decimal 171 187 183
Binary 10101011 10111011 10110111
Octal 253 273 267

Shades and tints

Shades of #ABBBB7

#ABBBB7
(171,187,183)
#9CAAA7
(156,170,167)
#8D9997
(141,153,151)
#7E8887
(126,136,135)
#6F7777
(111,119,119)
#606667
(96,102,103)
#515557
(81,85,87)
#424447
(66,68,71)
#333337
(51,51,55)
#242227
(36,34,39)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #ABBBB7

#ABBBB7
(171,187,183)
#B2C1BD
(178,193,189)
#B9C7C3
(185,199,195)
#C0CDC9
(192,205,201)
#C7D3CF
(199,211,207)
#CED9D5
(206,217,213)
#D5DFDB
(213,223,219)
#DCE5E1
(220,229,225)
#E3EBE7
(227,235,231)
#EAF1ED
(234,241,237)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBBB7 color. Also use rgb(171,187,183) instead hex code.

Text Font Color

.myTextColor { color: #ABBBB7; }

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

This text font color is #ABBBB7.

Background Color

.myBgColor { background-color: #ABBBB7; }

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

This div background color is #ABBBB7.

Border color

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

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

This div border color is #ABBBB7.

Opacity

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

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

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

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

This text has shadow with #ABBBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBBB7.

Preview

Color preview on black background

This text has color #ABBBB7 on black background.


Color preview on white background

This text has color #ABBBB7 on white background.


Black color preview on #ABBBB7 background

This text has black color on #ABBBB7 background.


White color preview on #ABBBB7 background

This text has white color on #ABBBB7 background.


Related colors

Complementary color

Complementary color for #hex is #544448.


I love getcolorcode.com

Triadic colors

1 #B7ABBB and #BBB7AB with #ABBBB7 are triadic colors.

2 #B7BBAB and #BBABB7 with #ABBBB7 are triadic colors.