COLOR #A8BCD7

HEX: #A8BCD7
RGB: (168,188,215)

Color info

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

RGB color model

#A8BCD7 color RGB value is (168,188,215).

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

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 215 of 255 = 84%

168
188
215

R + G + B ~ 75%. #A8BCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 188 + 215 = 571 (100%)
R 168 of 571 ~ 29.42%
G 188 of 571 ~ 32.92%
B 215 of 571 ~ 37.65%

%29.42
%32.92
%37.65

CMYK color model

#A8BCD7 color CMYK value is (22,13,0,16).

  • cyan value is 21.86%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(22,13,0,16)
C22M13Y0K16 
(22%,13%,0%,16%)
(0.22/0.13/0.00/0.16)	

CMYK percentages

%21.86
%12.56
%0
%15.69

Codes

Color #A8BCD7 in popluar color models

A8BCD7
RGB168188215
HSL214°37.01%75.10%
HSB/HSV214°21.86%84.31%
CMYK21.86%12.56%0.00%
15.69%

Color #A8BCD7 in popluar number systems.

HEXA8BCD7
Decimal168188215
Binary101010001011110011010111
Octal250274327

Shades and tints

Shades of #A8BCD7

#A8BCD7
(168,188,215)
#99ABC4
(153,171,196)
#8A9AB1
(138,154,177)
#7B899E
(123,137,158)
#6C788B
(108,120,139)
#5D6778
(93,103,120)
#4E5665
(78,86,101)
#3F4552
(63,69,82)
#30343F
(48,52,63)
#21232C
(33,35,44)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #A8BCD7

#A8BCD7
(168,188,215)
#AFC2DA
(175,194,218)
#B6C8DD
(182,200,221)
#BDCEE0
(189,206,224)
#C4D4E3
(196,212,227)
#CBDAE6
(203,218,230)
#D2E0E9
(210,224,233)
#D9E6EC
(217,230,236)
#E0ECEF
(224,236,239)
#E7F2F2
(231,242,242)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BCD7; }

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

This text font color is #A8BCD7.


Background Color

.myBgColor { background-color: #A8BCD7; }

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

This div background color is #A8BCD7.


Border color

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

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

This div border color is #A8BCD7.


Opacity

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

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

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

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

This text has shadow with #A8BCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BCD7 on black background.


Color preview on white background

This text has color #A8BCD7 on white background.



Black color preview on #A8BCD7 background

This text has black color on #A8BCD7 background.


White color preview on #A8BCD7 background

This text has white color on #A8BCD7 background.