COLOR #A8BAC8

HEX: #A8BAC8
RGB: (168,186,200)

Color info

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

RGB color model

#A8BAC8 color RGB value is (168,186,200).

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

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 200 of 255 = 78%

168
186
200

R + G + B ~ 72%. #A8BAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 200 = 554 (100%)
R 168 of 554 ~ 30.32%
G 186 of 554 ~ 33.57%
B 200 of 554 ~ 36.1%

%30.32
%33.57
%36.1

CMYK color model

#A8BAC8 color CMYK value is (16,7,0,22).

  • cyan value is 16.00%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(16,7,0,22)
C16M7Y0K22 
(16%,7%,0%,22%)
(0.16/0.07/0.00/0.22)	

CMYK percentages

%16
%7
%0
%21.57

Codes

Color #A8BAC8 in popluar color models

A8BAC8
RGB168186200
HSL206°22.54%72.16%
HSB/HSV206°16.00%78.43%
CMYK16.00%7.00%0.00%
21.57%

Color #A8BAC8 in popluar number systems.

HEXA8BAC8
Decimal168186200
Binary101010001011101011001000
Octal250272310

Shades and tints

Shades of #A8BAC8

#A8BAC8
(168,186,200)
#99AAB6
(153,170,182)
#8A9AA4
(138,154,164)
#7B8A92
(123,138,146)
#6C7A80
(108,122,128)
#5D6A6E
(93,106,110)
#4E5A5C
(78,90,92)
#3F4A4A
(63,74,74)
#303A38
(48,58,56)
#212A26
(33,42,38)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #A8BAC8

#A8BAC8
(168,186,200)
#AFC0CD
(175,192,205)
#B6C6D2
(182,198,210)
#BDCCD7
(189,204,215)
#C4D2DC
(196,210,220)
#CBD8E1
(203,216,225)
#D2DEE6
(210,222,230)
#D9E4EB
(217,228,235)
#E0EAF0
(224,234,240)
#E7F0F5
(231,240,245)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BAC8; }

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

This text font color is #A8BAC8.


Background Color

.myBgColor { background-color: #A8BAC8; }

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

This div background color is #A8BAC8.


Border color

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

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

This div border color is #A8BAC8.


Opacity

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

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

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

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

This text has shadow with #A8BAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BAC8 on black background.


Color preview on white background

This text has color #A8BAC8 on white background.



Black color preview on #A8BAC8 background

This text has black color on #A8BAC8 background.


White color preview on #A8BAC8 background

This text has white color on #A8BAC8 background.