COLOR #A8B9B5

HEX: #A8B9B5
RGB: (168,185,181)

Color info

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

RGB color model

#A8B9B5 color RGB value is (168,185,181).

  • red value is 168;
  • green value is 185;
  • blue value is 181.
RGB:
(168,185,181)
(66%,73%,71%)

RGB channels and saturation

R 168 of 255 = 66%
G 185 of 255 = 73%
B 181 of 255 = 71%

168
185
181

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

Portions of RGB colors in percentages

R + G + B =
168 + 185 + 181 = 534 (100%)
R 168 of 534 ~ 31.46%
G 185 of 534 ~ 34.64%
B 181 of 534 ~ 33.9%

%31.46
%34.64
%33.9

CMYK color model

#A8B9B5 color CMYK value is (9,0,2,27).

  • cyan value is 9.19%
  • magenta value is 0.00%
  • yellow value is 2.16%
  • key color value is 27.45%
CMYK:
(9,0,2,27)
C9M0Y2K27 
(9%,0%,2%,27%)
(0.09/0.00/0.02/0.27)	

CMYK percentages

%9.19
%0
%2.16
%27.45

Codes

Color #A8B9B5 in popluar color models

A8B9B5
RGB168185181
HSL166°10.83%69.22%
HSB/HSV166°9.19%72.55%
CMYK9.19%0.00%2.16%
27.45%

Color #A8B9B5 in popluar number systems.

HEXA8B9B5
Decimal168185181
Binary101010001011100110110101
Octal250271265

Shades and tints

Shades of #A8B9B5

#A8B9B5
(168,185,181)
#99A9A5
(153,169,165)
#8A9995
(138,153,149)
#7B8985
(123,137,133)
#6C7975
(108,121,117)
#5D6965
(93,105,101)
#4E5955
(78,89,85)
#3F4945
(63,73,69)
#303935
(48,57,53)
#212925
(33,41,37)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #A8B9B5

#A8B9B5
(168,185,181)
#AFBFBB
(175,191,187)
#B6C5C1
(182,197,193)
#BDCBC7
(189,203,199)
#C4D1CD
(196,209,205)
#CBD7D3
(203,215,211)
#D2DDD9
(210,221,217)
#D9E3DF
(217,227,223)
#E0E9E5
(224,233,229)
#E7EFEB
(231,239,235)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B9B5 color. Also use rgb(168,185,181) instead hex code.

Text Font Color

.myTextColor { color: #A8B9B5; }

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

This text font color is #A8B9B5.


Background Color

.myBgColor { background-color: #A8B9B5; }

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

This div background color is #A8B9B5.


Border color

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

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

This div border color is #A8B9B5.


Opacity

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

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

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

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

This text has shadow with #A8B9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B9B5 on black background.


Color preview on white background

This text has color #A8B9B5 on white background.



Black color preview on #A8B9B5 background

This text has black color on #A8B9B5 background.


White color preview on #A8B9B5 background

This text has white color on #A8B9B5 background.