COLOR #ABB7BE

HEX: #ABB7BE
RGB: (171,183,190)

Color info

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

RGB color model

#ABB7BE color RGB value is (171,183,190).

  • red value is 171;
  • green value is 183;
  • blue value is 190.
RGB:
(171,183,190)
(67%,72%,75%)

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 190 of 255 = 75%

171
183
190

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

Portions of RGB colors in percentages

R + G + B =
171 + 183 + 190 = 544 (100%)
R 171 of 544 ~ 31.43%
G 183 of 544 ~ 33.64%
B 190 of 544 ~ 34.93%

%31.43
%33.64
%34.93

CMYK color model

#ABB7BE color CMYK value is (10,4,0,25).

  • cyan value is 10.00%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(10,4,0,25)
C10M4Y0K25 
(10%,4%,0%,25%)
(0.10/0.04/0.00/0.25)	

CMYK percentages

%10
%3.68
%0
%25.49

Codes

Color #ABB7BE in popluar color models

ABB7BE
RGB171183190
HSL202°12.75%70.78%
HSB/HSV202°10.00%74.51%
CMYK10.00%3.68%0.00%
25.49%

Color #ABB7BE in popluar number systems.

HEXABB7BE
Decimal171183190
Binary101010111011011110111110
Octal253267276

Shades and tints

Shades of #ABB7BE

#ABB7BE
(171,183,190)
#9CA7AD
(156,167,173)
#8D979C
(141,151,156)
#7E878B
(126,135,139)
#6F777A
(111,119,122)
#606769
(96,103,105)
#515758
(81,87,88)
#424747
(66,71,71)
#333736
(51,55,54)
#242725
(36,39,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABB7BE

#ABB7BE
(171,183,190)
#B2BDC3
(178,189,195)
#B9C3C8
(185,195,200)
#C0C9CD
(192,201,205)
#C7CFD2
(199,207,210)
#CED5D7
(206,213,215)
#D5DBDC
(213,219,220)
#DCE1E1
(220,225,225)
#E3E7E6
(227,231,230)
#EAEDEB
(234,237,235)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB7BE; }

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

This text font color is #ABB7BE.


Background Color

.myBgColor { background-color: #ABB7BE; }

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

This div background color is #ABB7BE.


Border color

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

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

This div border color is #ABB7BE.


Opacity

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

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

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

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

This text has shadow with #ABB7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB7BE on black background.


Color preview on white background

This text has color #ABB7BE on white background.



Black color preview on #ABB7BE background

This text has black color on #ABB7BE background.


White color preview on #ABB7BE background

This text has white color on #ABB7BE background.