COLOR #A8B0BE

HEX: #A8B0BE
RGB: (168,176,190)

Color info

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

RGB color model

#A8B0BE color RGB value is (168,176,190).

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

RGB channels and saturation

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

168
176
190

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

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 190 = 534 (100%)
R 168 of 534 ~ 31.46%
G 176 of 534 ~ 32.96%
B 190 of 534 ~ 35.58%

%31.46
%32.96
%35.58

CMYK color model

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

  • cyan value is 11.58%
  • magenta value is 7.37%
  • 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
%7.37
%0
%25.49

Codes

Color #A8B0BE in popluar color models

A8B0BE
RGB168176190
HSL218°14.47%70.20%
HSB/HSV218°11.58%74.51%
CMYK11.58%7.37%0.00%
25.49%

Color #A8B0BE in popluar number systems.

HEXA8B0BE
Decimal168176190
Binary101010001011000010111110
Octal250260276

Shades and tints

Shades of #A8B0BE

#A8B0BE
(168,176,190)
#99A0AD
(153,160,173)
#8A909C
(138,144,156)
#7B808B
(123,128,139)
#6C707A
(108,112,122)
#5D6069
(93,96,105)
#4E5058
(78,80,88)
#3F4047
(63,64,71)
#303036
(48,48,54)
#212025
(33,32,37)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #A8B0BE

#A8B0BE
(168,176,190)
#AFB7C3
(175,183,195)
#B6BEC8
(182,190,200)
#BDC5CD
(189,197,205)
#C4CCD2
(196,204,210)
#CBD3D7
(203,211,215)
#D2DADC
(210,218,220)
#D9E1E1
(217,225,225)
#E0E8E6
(224,232,230)
#E7EFEB
(231,239,235)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B0BE; }

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

This text font color is #A8B0BE.


Background Color

.myBgColor { background-color: #A8B0BE; }

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

This div background color is #A8B0BE.


Border color

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

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

This div border color is #A8B0BE.


Opacity

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

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

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

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

This text has shadow with #A8B0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B0BE on black background.


Color preview on white background

This text has color #A8B0BE on white background.



Black color preview on #A8B0BE background

This text has black color on #A8B0BE background.


White color preview on #A8B0BE background

This text has white color on #A8B0BE background.