COLOR #ABB4BE

HEX: #ABB4BE
RGB: (171,180,190)

Color info

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

RGB color model

#ABB4BE color RGB value is (171,180,190).

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

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 190 of 255 = 75%

171
180
190

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

Portions of RGB colors in percentages

R + G + B =
171 + 180 + 190 = 541 (100%)
R 171 of 541 ~ 31.61%
G 180 of 541 ~ 33.27%
B 190 of 541 ~ 35.12%

%31.61
%33.27
%35.12

CMYK color model

#ABB4BE color CMYK value is (10,5,0,25).

  • cyan value is 10.00%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(10,5,0,25)
C10M5Y0K25 
(10%,5%,0%,25%)
(0.10/0.05/0.00/0.25)	

CMYK percentages

%10
%5.26
%0
%25.49

Codes

Color #ABB4BE in popluar color models

ABB4BE
RGB171180190
HSL212°12.75%70.78%
HSB/HSV212°10.00%74.51%
CMYK10.00%5.26%0.00%
25.49%

Color #ABB4BE in popluar number systems.

HEXABB4BE
Decimal171180190
Binary101010111011010010111110
Octal253264276

Shades and tints

Shades of #ABB4BE

#ABB4BE
(171,180,190)
#9CA4AD
(156,164,173)
#8D949C
(141,148,156)
#7E848B
(126,132,139)
#6F747A
(111,116,122)
#606469
(96,100,105)
#515458
(81,84,88)
#424447
(66,68,71)
#333436
(51,52,54)
#242425
(36,36,37)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #ABB4BE

#ABB4BE
(171,180,190)
#B2BAC3
(178,186,195)
#B9C0C8
(185,192,200)
#C0C6CD
(192,198,205)
#C7CCD2
(199,204,210)
#CED2D7
(206,210,215)
#D5D8DC
(213,216,220)
#DCDEE1
(220,222,225)
#E3E4E6
(227,228,230)
#EAEAEB
(234,234,235)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB4BE; }

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

This text font color is #ABB4BE.


Background Color

.myBgColor { background-color: #ABB4BE; }

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

This div background color is #ABB4BE.


Border color

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

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

This div border color is #ABB4BE.


Opacity

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

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

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

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

This text has shadow with #ABB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB4BE on black background.


Color preview on white background

This text has color #ABB4BE on white background.



Black color preview on #ABB4BE background

This text has black color on #ABB4BE background.


White color preview on #ABB4BE background

This text has white color on #ABB4BE background.