COLOR #A8BBCD

HEX: #A8BBCD
RGB: (168,187,205)

Color info

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

RGB color model

#A8BBCD color RGB value is (168,187,205).

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

RGB channels and saturation

R 168 of 255 = 66%
G 187 of 255 = 73%
B 205 of 255 = 80%

168
187
205

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

Portions of RGB colors in percentages

R + G + B =
168 + 187 + 205 = 560 (100%)
R 168 of 560 ~ 30%
G 187 of 560 ~ 33.39%
B 205 of 560 ~ 36.61%

%30
%33.39
%36.61

CMYK color model

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

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

CMYK percentages

%18.05
%8.78
%0
%19.61

Codes

Color #A8BBCD in popluar color models

A8BBCD
RGB168187205
HSL209°27.01%73.14%
HSB/HSV209°18.05%80.39%
CMYK18.05%8.78%0.00%
19.61%

Color #A8BBCD in popluar number systems.

HEXA8BBCD
Decimal168187205
Binary101010001011101111001101
Octal250273315

Shades and tints

Shades of #A8BBCD

#A8BBCD
(168,187,205)
#99AABB
(153,170,187)
#8A99A9
(138,153,169)
#7B8897
(123,136,151)
#6C7785
(108,119,133)
#5D6673
(93,102,115)
#4E5561
(78,85,97)
#3F444F
(63,68,79)
#30333D
(48,51,61)
#21222B
(33,34,43)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #A8BBCD

#A8BBCD
(168,187,205)
#AFC1D1
(175,193,209)
#B6C7D5
(182,199,213)
#BDCDD9
(189,205,217)
#C4D3DD
(196,211,221)
#CBD9E1
(203,217,225)
#D2DFE5
(210,223,229)
#D9E5E9
(217,229,233)
#E0EBED
(224,235,237)
#E7F1F1
(231,241,241)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BBCD color. Also use rgb(168,187,205) instead hex code.

Text Font Color

.myTextColor { color: #A8BBCD; }

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

This text font color is #A8BBCD.


Background Color

.myBgColor { background-color: #A8BBCD; }

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

This div background color is #A8BBCD.


Border color

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

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

This div border color is #A8BBCD.


Opacity

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

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

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

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

This text has shadow with #A8BBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BBCD on black background.


Color preview on white background

This text has color #A8BBCD on white background.



Black color preview on #A8BBCD background

This text has black color on #A8BBCD background.


White color preview on #A8BBCD background

This text has white color on #A8BBCD background.