COLOR #ABB8BE

HEX: #ABB8BE
RGB: (171,184,190)

Color info

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

RGB color model

#ABB8BE color RGB value is (171,184,190).

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

RGB channels and saturation

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

171
184
190

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

Portions of RGB colors in percentages

R + G + B =
171 + 184 + 190 = 545 (100%)
R 171 of 545 ~ 31.38%
G 184 of 545 ~ 33.76%
B 190 of 545 ~ 34.86%

%31.38
%33.76
%34.86

CMYK color model

#ABB8BE color CMYK value is (10,3,0,25).

  • cyan value is 10.00%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(10,3,0,25)
C10M3Y0K25 
(10%,3%,0%,25%)
(0.10/0.03/0.00/0.25)	

CMYK percentages

%10
%3.16
%0
%25.49

Codes

Color #ABB8BE in popluar color models

ABB8BE
RGB171184190
HSL199°12.75%70.78%
HSB/HSV199°10.00%74.51%
CMYK10.00%3.16%0.00%
25.49%

Color #ABB8BE in popluar number systems.

HEXABB8BE
Decimal171184190
Binary101010111011100010111110
Octal253270276

Shades and tints

Shades of #ABB8BE

#ABB8BE
(171,184,190)
#9CA8AD
(156,168,173)
#8D989C
(141,152,156)
#7E888B
(126,136,139)
#6F787A
(111,120,122)
#606869
(96,104,105)
#515858
(81,88,88)
#424847
(66,72,71)
#333836
(51,56,54)
#242825
(36,40,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #ABB8BE

#ABB8BE
(171,184,190)
#B2BEC3
(178,190,195)
#B9C4C8
(185,196,200)
#C0CACD
(192,202,205)
#C7D0D2
(199,208,210)
#CED6D7
(206,214,215)
#D5DCDC
(213,220,220)
#DCE2E1
(220,226,225)
#E3E8E6
(227,232,230)
#EAEEEB
(234,238,235)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB8BE; }

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

This text font color is #ABB8BE.


Background Color

.myBgColor { background-color: #ABB8BE; }

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

This div background color is #ABB8BE.


Border color

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

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

This div border color is #ABB8BE.


Opacity

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

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

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

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

This text has shadow with #ABB8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB8BE on black background.


Color preview on white background

This text has color #ABB8BE on white background.



Black color preview on #ABB8BE background

This text has black color on #ABB8BE background.


White color preview on #ABB8BE background

This text has white color on #ABB8BE background.