COLOR #A8B9C8

HEX: #A8B9C8
RGB: (168,185,200)

Color info

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

RGB color model

#A8B9C8 color RGB value is (168,185,200).

  • red value is 168;
  • green value is 185;
  • blue value is 200.
RGB:
(168,185,200)
(66%,73%,78%)

RGB channels and saturation

R 168 of 255 = 66%
G 185 of 255 = 73%
B 200 of 255 = 78%

168
185
200

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

Portions of RGB colors in percentages

R + G + B =
168 + 185 + 200 = 553 (100%)
R 168 of 553 ~ 30.38%
G 185 of 553 ~ 33.45%
B 200 of 553 ~ 36.17%

%30.38
%33.45
%36.17

CMYK color model

#A8B9C8 color CMYK value is (16,8,0,22).

  • cyan value is 16.00%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(16,8,0,22)
C16M8Y0K22 
(16%,8%,0%,22%)
(0.16/0.08/0.00/0.22)	

CMYK percentages

%16
%7.5
%0
%21.57

Codes

Color #A8B9C8 in popluar color models

A8B9C8
RGB168185200
HSL208°22.54%72.16%
HSB/HSV208°16.00%78.43%
CMYK16.00%7.50%0.00%
21.57%

Color #A8B9C8 in popluar number systems.

HEXA8B9C8
Decimal168185200
Binary101010001011100111001000
Octal250271310

Shades and tints

Shades of #A8B9C8

#A8B9C8
(168,185,200)
#99A9B6
(153,169,182)
#8A99A4
(138,153,164)
#7B8992
(123,137,146)
#6C7980
(108,121,128)
#5D696E
(93,105,110)
#4E595C
(78,89,92)
#3F494A
(63,73,74)
#303938
(48,57,56)
#212926
(33,41,38)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #A8B9C8

#A8B9C8
(168,185,200)
#AFBFCD
(175,191,205)
#B6C5D2
(182,197,210)
#BDCBD7
(189,203,215)
#C4D1DC
(196,209,220)
#CBD7E1
(203,215,225)
#D2DDE6
(210,221,230)
#D9E3EB
(217,227,235)
#E0E9F0
(224,233,240)
#E7EFF5
(231,239,245)
#EEF5FA
(238,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B9C8 color. Also use rgb(168,185,200) instead hex code.

Text Font Color

.myTextColor { color: #A8B9C8; }

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

This text font color is #A8B9C8.


Background Color

.myBgColor { background-color: #A8B9C8; }

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

This div background color is #A8B9C8.


Border color

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

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

This div border color is #A8B9C8.


Opacity

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

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

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

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

This text has shadow with #A8B9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B9C8 on black background.


Color preview on white background

This text has color #A8B9C8 on white background.



Black color preview on #A8B9C8 background

This text has black color on #A8B9C8 background.


White color preview on #A8B9C8 background

This text has white color on #A8B9C8 background.