COLOR #ABB1BE

HEX: #ABB1BE
RGB: (171,177,190)

Color info

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

RGB color model

#ABB1BE color RGB value is (171,177,190).

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

RGB channels and saturation

R 171 of 255 = 67%
G 177 of 255 = 69%
B 190 of 255 = 75%

171
177
190

R + G + B ~ 70%. #ABB1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 177 + 190 = 538 (100%)
R 171 of 538 ~ 31.78%
G 177 of 538 ~ 32.9%
B 190 of 538 ~ 35.32%

%31.78
%32.9
%35.32

CMYK color model

#ABB1BE color CMYK value is (10,7,0,25).

  • cyan value is 10.00%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(10,7,0,25)
C10M7Y0K25 
(10%,7%,0%,25%)
(0.10/0.07/0.00/0.25)	

CMYK percentages

%10
%6.84
%0
%25.49

Codes

Color #ABB1BE in popluar color models

ABB1BE
RGB171177190
HSL221°12.75%70.78%
HSB/HSV221°10.00%74.51%
CMYK10.00%6.84%0.00%
25.49%

Color #ABB1BE in popluar number systems.

HEXABB1BE
Decimal171177190
Binary101010111011000110111110
Octal253261276

Shades and tints

Shades of #ABB1BE

#ABB1BE
(171,177,190)
#9CA1AD
(156,161,173)
#8D919C
(141,145,156)
#7E818B
(126,129,139)
#6F717A
(111,113,122)
#606169
(96,97,105)
#515158
(81,81,88)
#424147
(66,65,71)
#333136
(51,49,54)
#242125
(36,33,37)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #ABB1BE

#ABB1BE
(171,177,190)
#B2B8C3
(178,184,195)
#B9BFC8
(185,191,200)
#C0C6CD
(192,198,205)
#C7CDD2
(199,205,210)
#CED4D7
(206,212,215)
#D5DBDC
(213,219,220)
#DCE2E1
(220,226,225)
#E3E9E6
(227,233,230)
#EAF0EB
(234,240,235)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB1BE; }

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

This text font color is #ABB1BE.


Background Color

.myBgColor { background-color: #ABB1BE; }

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

This div background color is #ABB1BE.


Border color

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

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

This div border color is #ABB1BE.


Opacity

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

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

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

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

This text has shadow with #ABB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB1BE on black background.


Color preview on white background

This text has color #ABB1BE on white background.



Black color preview on #ABB1BE background

This text has black color on #ABB1BE background.


White color preview on #ABB1BE background

This text has white color on #ABB1BE background.