COLOR #A8B1BE

HEX: #A8B1BE
RGB: (168,177,190)

Color info

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

RGB color model

#A8B1BE color RGB value is (168,177,190).

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

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 190 of 255 = 75%

168
177
190

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

Portions of RGB colors in percentages

R + G + B =
168 + 177 + 190 = 535 (100%)
R 168 of 535 ~ 31.4%
G 177 of 535 ~ 33.08%
B 190 of 535 ~ 35.51%

%31.4
%33.08
%35.51

CMYK color model

#A8B1BE color CMYK value is (12,7,0,25).

  • cyan value is 11.58%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,7,0,25)
C12M7Y0K25 
(12%,7%,0%,25%)
(0.12/0.07/0.00/0.25)	

CMYK percentages

%11.58
%6.84
%0
%25.49

Codes

Color #A8B1BE in popluar color models

A8B1BE
RGB168177190
HSL215°14.47%70.20%
HSB/HSV215°11.58%74.51%
CMYK11.58%6.84%0.00%
25.49%

Color #A8B1BE in popluar number systems.

HEXA8B1BE
Decimal168177190
Binary101010001011000110111110
Octal250261276

Shades and tints

Shades of #A8B1BE

#A8B1BE
(168,177,190)
#99A1AD
(153,161,173)
#8A919C
(138,145,156)
#7B818B
(123,129,139)
#6C717A
(108,113,122)
#5D6169
(93,97,105)
#4E5158
(78,81,88)
#3F4147
(63,65,71)
#303136
(48,49,54)
#212125
(33,33,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #A8B1BE

#A8B1BE
(168,177,190)
#AFB8C3
(175,184,195)
#B6BFC8
(182,191,200)
#BDC6CD
(189,198,205)
#C4CDD2
(196,205,210)
#CBD4D7
(203,212,215)
#D2DBDC
(210,219,220)
#D9E2E1
(217,226,225)
#E0E9E6
(224,233,230)
#E7F0EB
(231,240,235)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B1BE; }

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

This text font color is #A8B1BE.


Background Color

.myBgColor { background-color: #A8B1BE; }

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

This div background color is #A8B1BE.


Border color

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

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

This div border color is #A8B1BE.


Opacity

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

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

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

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

This text has shadow with #A8B1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B1BE on black background.


Color preview on white background

This text has color #A8B1BE on white background.



Black color preview on #A8B1BE background

This text has black color on #A8B1BE background.


White color preview on #A8B1BE background

This text has white color on #A8B1BE background.