COLOR #A8B9BE

HEX: #A8B9BE
RGB: (168,185,190)

Color info

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

RGB color model

#A8B9BE color RGB value is (168,185,190).

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

RGB channels and saturation

R 168 of 255 = 66%
G 185 of 255 = 73%
B 190 of 255 = 75%

168
185
190

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

Portions of RGB colors in percentages

R + G + B =
168 + 185 + 190 = 543 (100%)
R 168 of 543 ~ 30.94%
G 185 of 543 ~ 34.07%
B 190 of 543 ~ 34.99%

%30.94
%34.07
%34.99

CMYK color model

#A8B9BE color CMYK value is (12,3,0,25).

  • cyan value is 11.58%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,3,0,25)
C12M3Y0K25 
(12%,3%,0%,25%)
(0.12/0.03/0.00/0.25)	

CMYK percentages

%11.58
%2.63
%0
%25.49

Codes

Color #A8B9BE in popluar color models

A8B9BE
RGB168185190
HSL194°14.47%70.20%
HSB/HSV194°11.58%74.51%
CMYK11.58%2.63%0.00%
25.49%

Color #A8B9BE in popluar number systems.

HEXA8B9BE
Decimal168185190
Binary101010001011100110111110
Octal250271276

Shades and tints

Shades of #A8B9BE

#A8B9BE
(168,185,190)
#99A9AD
(153,169,173)
#8A999C
(138,153,156)
#7B898B
(123,137,139)
#6C797A
(108,121,122)
#5D6969
(93,105,105)
#4E5958
(78,89,88)
#3F4947
(63,73,71)
#303936
(48,57,54)
#212925
(33,41,37)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #A8B9BE

#A8B9BE
(168,185,190)
#AFBFC3
(175,191,195)
#B6C5C8
(182,197,200)
#BDCBCD
(189,203,205)
#C4D1D2
(196,209,210)
#CBD7D7
(203,215,215)
#D2DDDC
(210,221,220)
#D9E3E1
(217,227,225)
#E0E9E6
(224,233,230)
#E7EFEB
(231,239,235)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B9BE; }

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

This text font color is #A8B9BE.


Background Color

.myBgColor { background-color: #A8B9BE; }

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

This div background color is #A8B9BE.


Border color

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

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

This div border color is #A8B9BE.


Opacity

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

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

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

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

This text has shadow with #A8B9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B9BE on black background.


Color preview on white background

This text has color #A8B9BE on white background.



Black color preview on #A8B9BE background

This text has black color on #A8B9BE background.


White color preview on #A8B9BE background

This text has white color on #A8B9BE background.