COLOR #A8B2BE

HEX: #A8B2BE
RGB: (168,178,190)

Color info

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

RGB color model

#A8B2BE color RGB value is (168,178,190).

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

RGB channels and saturation

R 168 of 255 = 66%
G 178 of 255 = 70%
B 190 of 255 = 75%

168
178
190

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

Portions of RGB colors in percentages

R + G + B =
168 + 178 + 190 = 536 (100%)
R 168 of 536 ~ 31.34%
G 178 of 536 ~ 33.21%
B 190 of 536 ~ 35.45%

%31.34
%33.21
%35.45

CMYK color model

#A8B2BE color CMYK value is (12,6,0,25).

  • cyan value is 11.58%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,6,0,25)
C12M6Y0K25 
(12%,6%,0%,25%)
(0.12/0.06/0.00/0.25)	

CMYK percentages

%11.58
%6.32
%0
%25.49

Codes

Color #A8B2BE in popluar color models

A8B2BE
RGB168178190
HSL213°14.47%70.20%
HSB/HSV213°11.58%74.51%
CMYK11.58%6.32%0.00%
25.49%

Color #A8B2BE in popluar number systems.

HEXA8B2BE
Decimal168178190
Binary101010001011001010111110
Octal250262276

Shades and tints

Shades of #A8B2BE

#A8B2BE
(168,178,190)
#99A2AD
(153,162,173)
#8A929C
(138,146,156)
#7B828B
(123,130,139)
#6C727A
(108,114,122)
#5D6269
(93,98,105)
#4E5258
(78,82,88)
#3F4247
(63,66,71)
#303236
(48,50,54)
#212225
(33,34,37)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #A8B2BE

#A8B2BE
(168,178,190)
#AFB9C3
(175,185,195)
#B6C0C8
(182,192,200)
#BDC7CD
(189,199,205)
#C4CED2
(196,206,210)
#CBD5D7
(203,213,215)
#D2DCDC
(210,220,220)
#D9E3E1
(217,227,225)
#E0EAE6
(224,234,230)
#E7F1EB
(231,241,235)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B2BE; }

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

This text font color is #A8B2BE.


Background Color

.myBgColor { background-color: #A8B2BE; }

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

This div background color is #A8B2BE.


Border color

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

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

This div border color is #A8B2BE.


Opacity

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

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

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

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

This text has shadow with #A8B2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B2BE on black background.


Color preview on white background

This text has color #A8B2BE on white background.



Black color preview on #A8B2BE background

This text has black color on #A8B2BE background.


White color preview on #A8B2BE background

This text has white color on #A8B2BE background.