COLOR #A8BCD1

HEX: #A8BCD1
RGB: (168,188,209)

Color info

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

RGB color model

#A8BCD1 color RGB value is (168,188,209).

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

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 209 of 255 = 82%

168
188
209

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

Portions of RGB colors in percentages

R + G + B =
168 + 188 + 209 = 565 (100%)
R 168 of 565 ~ 29.73%
G 188 of 565 ~ 33.27%
B 209 of 565 ~ 36.99%

%29.73
%33.27
%36.99

CMYK color model

#A8BCD1 color CMYK value is (20,10,0,18).

  • cyan value is 19.62%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,10,0,18)
C20M10Y0K18 
(20%,10%,0%,18%)
(0.20/0.10/0.00/0.18)	

CMYK percentages

%19.62
%10.05
%0
%18.04

Codes

Color #A8BCD1 in popluar color models

A8BCD1
RGB168188209
HSL211°30.83%73.92%
HSB/HSV211°19.62%81.96%
CMYK19.62%10.05%0.00%
18.04%

Color #A8BCD1 in popluar number systems.

HEXA8BCD1
Decimal168188209
Binary101010001011110011010001
Octal250274321

Shades and tints

Shades of #A8BCD1

#A8BCD1
(168,188,209)
#99ABBE
(153,171,190)
#8A9AAB
(138,154,171)
#7B8998
(123,137,152)
#6C7885
(108,120,133)
#5D6772
(93,103,114)
#4E565F
(78,86,95)
#3F454C
(63,69,76)
#303439
(48,52,57)
#212326
(33,35,38)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #A8BCD1

#A8BCD1
(168,188,209)
#AFC2D5
(175,194,213)
#B6C8D9
(182,200,217)
#BDCEDD
(189,206,221)
#C4D4E1
(196,212,225)
#CBDAE5
(203,218,229)
#D2E0E9
(210,224,233)
#D9E6ED
(217,230,237)
#E0ECF1
(224,236,241)
#E7F2F5
(231,242,245)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BCD1; }

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

This text font color is #A8BCD1.


Background Color

.myBgColor { background-color: #A8BCD1; }

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

This div background color is #A8BCD1.


Border color

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

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

This div border color is #A8BCD1.


Opacity

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

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

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

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

This text has shadow with #A8BCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BCD1 on black background.


Color preview on white background

This text has color #A8BCD1 on white background.



Black color preview on #A8BCD1 background

This text has black color on #A8BCD1 background.


White color preview on #A8BCD1 background

This text has white color on #A8BCD1 background.