COLOR #A8B4BE

HEX: #A8B4BE
RGB: (168,180,190)

Color info

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

RGB color model

#A8B4BE color RGB value is (168,180,190).

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

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 190 of 255 = 75%

168
180
190

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

Portions of RGB colors in percentages

R + G + B =
168 + 180 + 190 = 538 (100%)
R 168 of 538 ~ 31.23%
G 180 of 538 ~ 33.46%
B 190 of 538 ~ 35.32%

%31.23
%33.46
%35.32

CMYK color model

#A8B4BE color CMYK value is (12,5,0,25).

  • cyan value is 11.58%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,5,0,25)
C12M5Y0K25 
(12%,5%,0%,25%)
(0.12/0.05/0.00/0.25)	

CMYK percentages

%11.58
%5.26
%0
%25.49

Codes

Color #A8B4BE in popluar color models

A8B4BE
RGB168180190
HSL207°14.47%70.20%
HSB/HSV207°11.58%74.51%
CMYK11.58%5.26%0.00%
25.49%

Color #A8B4BE in popluar number systems.

HEXA8B4BE
Decimal168180190
Binary101010001011010010111110
Octal250264276

Shades and tints

Shades of #A8B4BE

#A8B4BE
(168,180,190)
#99A4AD
(153,164,173)
#8A949C
(138,148,156)
#7B848B
(123,132,139)
#6C747A
(108,116,122)
#5D6469
(93,100,105)
#4E5458
(78,84,88)
#3F4447
(63,68,71)
#303436
(48,52,54)
#212425
(33,36,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8B4BE

#A8B4BE
(168,180,190)
#AFBAC3
(175,186,195)
#B6C0C8
(182,192,200)
#BDC6CD
(189,198,205)
#C4CCD2
(196,204,210)
#CBD2D7
(203,210,215)
#D2D8DC
(210,216,220)
#D9DEE1
(217,222,225)
#E0E4E6
(224,228,230)
#E7EAEB
(231,234,235)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B4BE; }

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

This text font color is #A8B4BE.


Background Color

.myBgColor { background-color: #A8B4BE; }

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

This div background color is #A8B4BE.


Border color

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

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

This div border color is #A8B4BE.


Opacity

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

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

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

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

This text has shadow with #A8B4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B4BE on black background.


Color preview on white background

This text has color #A8B4BE on white background.



Black color preview on #A8B4BE background

This text has black color on #A8B4BE background.


White color preview on #A8B4BE background

This text has white color on #A8B4BE background.