COLOR #A8B0CD

HEX: #A8B0CD
RGB: (168,176,205)

Color info

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

RGB color model

#A8B0CD color RGB value is (168,176,205).

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

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 205 of 255 = 80%

168
176
205

R + G + B ~ 72%. #A8B0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 205 = 549 (100%)
R 168 of 549 ~ 30.6%
G 176 of 549 ~ 32.06%
B 205 of 549 ~ 37.34%

%30.6
%32.06
%37.34

CMYK color model

#A8B0CD color CMYK value is (18,14,0,20).

  • cyan value is 18.05%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,14,0,20)
C18M14Y0K20 
(18%,14%,0%,20%)
(0.18/0.14/0.00/0.20)	

CMYK percentages

%18.05
%14.15
%0
%19.61

Codes

Color #A8B0CD in popluar color models

A8B0CD
RGB168176205
HSL227°27.01%73.14%
HSB/HSV227°18.05%80.39%
CMYK18.05%14.15%0.00%
19.61%

Color #A8B0CD in popluar number systems.

HEXA8B0CD
Decimal168176205
Binary101010001011000011001101
Octal250260315

Shades and tints

Shades of #A8B0CD

#A8B0CD
(168,176,205)
#99A0BB
(153,160,187)
#8A90A9
(138,144,169)
#7B8097
(123,128,151)
#6C7085
(108,112,133)
#5D6073
(93,96,115)
#4E5061
(78,80,97)
#3F404F
(63,64,79)
#30303D
(48,48,61)
#21202B
(33,32,43)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #A8B0CD

#A8B0CD
(168,176,205)
#AFB7D1
(175,183,209)
#B6BED5
(182,190,213)
#BDC5D9
(189,197,217)
#C4CCDD
(196,204,221)
#CBD3E1
(203,211,225)
#D2DAE5
(210,218,229)
#D9E1E9
(217,225,233)
#E0E8ED
(224,232,237)
#E7EFF1
(231,239,241)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B0CD; }

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

This text font color is #A8B0CD.


Background Color

.myBgColor { background-color: #A8B0CD; }

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

This div background color is #A8B0CD.


Border color

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

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

This div border color is #A8B0CD.


Opacity

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

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

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

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

This text has shadow with #A8B0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B0CD on black background.


Color preview on white background

This text has color #A8B0CD on white background.



Black color preview on #A8B0CD background

This text has black color on #A8B0CD background.


White color preview on #A8B0CD background

This text has white color on #A8B0CD background.