COLOR #A8BACC

HEX: #A8BACC
RGB: (168,186,204)

Color info

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

RGB color model

#A8BACC color RGB value is (168,186,204).

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

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 204 of 255 = 80%

168
186
204

R + G + B ~ 73%. #A8BACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 204 = 558 (100%)
R 168 of 558 ~ 30.11%
G 186 of 558 ~ 33.33%
B 204 of 558 ~ 36.56%

%30.11
%33.33
%36.56

CMYK color model

#A8BACC color CMYK value is (18,9,0,20).

  • cyan value is 17.65%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(18,9,0,20)
C18M9Y0K20 
(18%,9%,0%,20%)
(0.18/0.09/0.00/0.20)	

CMYK percentages

%17.65
%8.82
%0
%20

Codes

Color #A8BACC in popluar color models

A8BACC
RGB168186204
HSL210°26.09%72.94%
HSB/HSV210°17.65%80.00%
CMYK17.65%8.82%0.00%
20.00%

Color #A8BACC in popluar number systems.

HEXA8BACC
Decimal168186204
Binary101010001011101011001100
Octal250272314

Shades and tints

Shades of #A8BACC

#A8BACC
(168,186,204)
#99AABA
(153,170,186)
#8A9AA8
(138,154,168)
#7B8A96
(123,138,150)
#6C7A84
(108,122,132)
#5D6A72
(93,106,114)
#4E5A60
(78,90,96)
#3F4A4E
(63,74,78)
#303A3C
(48,58,60)
#212A2A
(33,42,42)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #A8BACC

#A8BACC
(168,186,204)
#AFC0D0
(175,192,208)
#B6C6D4
(182,198,212)
#BDCCD8
(189,204,216)
#C4D2DC
(196,210,220)
#CBD8E0
(203,216,224)
#D2DEE4
(210,222,228)
#D9E4E8
(217,228,232)
#E0EAEC
(224,234,236)
#E7F0F0
(231,240,240)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BACC; }

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

This text font color is #A8BACC.


Background Color

.myBgColor { background-color: #A8BACC; }

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

This div background color is #A8BACC.


Border color

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

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

This div border color is #A8BACC.


Opacity

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

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

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

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

This text has shadow with #A8BACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BACC on black background.


Color preview on white background

This text has color #A8BACC on white background.



Black color preview on #A8BACC background

This text has black color on #A8BACC background.


White color preview on #A8BACC background

This text has white color on #A8BACC background.