COLOR #A8BABF

HEX: #A8BABF
RGB: (168,186,191)

Color info

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

RGB color model

#A8BABF color RGB value is (168,186,191).

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

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 191 of 255 = 75%

168
186
191

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

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 191 = 545 (100%)
R 168 of 545 ~ 30.83%
G 186 of 545 ~ 34.13%
B 191 of 545 ~ 35.05%

%30.83
%34.13
%35.05

CMYK color model

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

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

CMYK percentages

%12.04
%2.62
%0
%25.1

Codes

Color #A8BABF in popluar color models

A8BABF
RGB168186191
HSL193°15.23%70.39%
HSB/HSV193°12.04%74.90%
CMYK12.04%2.62%0.00%
25.10%

Color #A8BABF in popluar number systems.

HEXA8BABF
Decimal168186191
Binary101010001011101010111111
Octal250272277

Shades and tints

Shades of #A8BABF

#A8BABF
(168,186,191)
#99AAAE
(153,170,174)
#8A9A9D
(138,154,157)
#7B8A8C
(123,138,140)
#6C7A7B
(108,122,123)
#5D6A6A
(93,106,106)
#4E5A59
(78,90,89)
#3F4A48
(63,74,72)
#303A37
(48,58,55)
#212A26
(33,42,38)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #A8BABF

#A8BABF
(168,186,191)
#AFC0C4
(175,192,196)
#B6C6C9
(182,198,201)
#BDCCCE
(189,204,206)
#C4D2D3
(196,210,211)
#CBD8D8
(203,216,216)
#D2DEDD
(210,222,221)
#D9E4E2
(217,228,226)
#E0EAE7
(224,234,231)
#E7F0EC
(231,240,236)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BABF color. Also use rgb(168,186,191) instead hex code.

Text Font Color

.myTextColor { color: #A8BABF; }

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

This text font color is #A8BABF.


Background Color

.myBgColor { background-color: #A8BABF; }

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

This div background color is #A8BABF.


Border color

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

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

This div border color is #A8BABF.


Opacity

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

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

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

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

This text has shadow with #A8BABF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8BABF on black background.


Color preview on white background

This text has color #A8BABF on white background.



Black color preview on #A8BABF background

This text has black color on #A8BABF background.


White color preview on #A8BABF background

This text has white color on #A8BABF background.