COLOR #A8BAD1

HEX: #A8BAD1
RGB: (168,186,209)

Color info

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

RGB color model

#A8BAD1 color RGB value is (168,186,209).

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

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 209 of 255 = 82%

168
186
209

R + G + B ~ 74%. #A8BAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 209 = 563 (100%)
R 168 of 563 ~ 29.84%
G 186 of 563 ~ 33.04%
B 209 of 563 ~ 37.12%

%29.84
%33.04
%37.12

CMYK color model

#A8BAD1 color CMYK value is (20,11,0,18).

  • cyan value is 19.62%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,11,0,18)
C20M11Y0K18 
(20%,11%,0%,18%)
(0.20/0.11/0.00/0.18)	

CMYK percentages

%19.62
%11
%0
%18.04

Codes

Color #A8BAD1 in popluar color models

A8BAD1
RGB168186209
HSL214°30.83%73.92%
HSB/HSV214°19.62%81.96%
CMYK19.62%11.00%0.00%
18.04%

Color #A8BAD1 in popluar number systems.

HEXA8BAD1
Decimal168186209
Binary101010001011101011010001
Octal250272321

Shades and tints

Shades of #A8BAD1

#A8BAD1
(168,186,209)
#99AABE
(153,170,190)
#8A9AAB
(138,154,171)
#7B8A98
(123,138,152)
#6C7A85
(108,122,133)
#5D6A72
(93,106,114)
#4E5A5F
(78,90,95)
#3F4A4C
(63,74,76)
#303A39
(48,58,57)
#212A26
(33,42,38)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #A8BAD1

#A8BAD1
(168,186,209)
#AFC0D5
(175,192,213)
#B6C6D9
(182,198,217)
#BDCCDD
(189,204,221)
#C4D2E1
(196,210,225)
#CBD8E5
(203,216,229)
#D2DEE9
(210,222,233)
#D9E4ED
(217,228,237)
#E0EAF1
(224,234,241)
#E7F0F5
(231,240,245)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BAD1; }

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

This text font color is #A8BAD1.


Background Color

.myBgColor { background-color: #A8BAD1; }

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

This div background color is #A8BAD1.


Border color

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

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

This div border color is #A8BAD1.


Opacity

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

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

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

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

This text has shadow with #A8BAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BAD1 on black background.


Color preview on white background

This text has color #A8BAD1 on white background.



Black color preview on #A8BAD1 background

This text has black color on #A8BAD1 background.


White color preview on #A8BAD1 background

This text has white color on #A8BAD1 background.