COLOR #A8BABE

HEX: #A8BABE
RGB: (168,186,190)

Color info

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

RGB color model

#A8BABE color RGB value is (168,186,190).

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

RGB channels and saturation

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

168
186
190

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

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 190 = 544 (100%)
R 168 of 544 ~ 30.88%
G 186 of 544 ~ 34.19%
B 190 of 544 ~ 34.93%

%30.88
%34.19
%34.93

CMYK color model

#A8BABE color CMYK value is (12,2,0,25).

  • cyan value is 11.58%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,2,0,25)
C12M2Y0K25 
(12%,2%,0%,25%)
(0.12/0.02/0.00/0.25)	

CMYK percentages

%11.58
%2.11
%0
%25.49

Codes

Color #A8BABE in popluar color models

A8BABE
RGB168186190
HSL191°14.47%70.20%
HSB/HSV191°11.58%74.51%
CMYK11.58%2.11%0.00%
25.49%

Color #A8BABE in popluar number systems.

HEXA8BABE
Decimal168186190
Binary101010001011101010111110
Octal250272276

Shades and tints

Shades of #A8BABE

#A8BABE
(168,186,190)
#99AAAD
(153,170,173)
#8A9A9C
(138,154,156)
#7B8A8B
(123,138,139)
#6C7A7A
(108,122,122)
#5D6A69
(93,106,105)
#4E5A58
(78,90,88)
#3F4A47
(63,74,71)
#303A36
(48,58,54)
#212A25
(33,42,37)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #A8BABE

#A8BABE
(168,186,190)
#AFC0C3
(175,192,195)
#B6C6C8
(182,198,200)
#BDCCCD
(189,204,205)
#C4D2D2
(196,210,210)
#CBD8D7
(203,216,215)
#D2DEDC
(210,222,220)
#D9E4E1
(217,228,225)
#E0EAE6
(224,234,230)
#E7F0EB
(231,240,235)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BABE; }

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

This text font color is #A8BABE.


Background Color

.myBgColor { background-color: #A8BABE; }

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

This div background color is #A8BABE.


Border color

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

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

This div border color is #A8BABE.


Opacity

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

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

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

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

This text has shadow with #A8BABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BABE on black background.


Color preview on white background

This text has color #A8BABE on white background.



Black color preview on #A8BABE background

This text has black color on #A8BABE background.


White color preview on #A8BABE background

This text has white color on #A8BABE background.