COLOR #A8B2C0

HEX: #A8B2C0
RGB: (168,178,192)

Color info

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

RGB color model

#A8B2C0 color RGB value is (168,178,192).

  • red value is 168;
  • green value is 178;
  • blue value is 192.
RGB:
(168,178,192)
(66%,70%,75%)

RGB channels and saturation

R 168 of 255 = 66%
G 178 of 255 = 70%
B 192 of 255 = 75%

168
178
192

R + G + B ~ 70%. #A8B2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 178 + 192 = 538 (100%)
R 168 of 538 ~ 31.23%
G 178 of 538 ~ 33.09%
B 192 of 538 ~ 35.69%

%31.23
%33.09
%35.69

CMYK color model

#A8B2C0 color CMYK value is (13,7,0,25).

  • cyan value is 12.50%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(13,7,0,25)
C13M7Y0K25 
(13%,7%,0%,25%)
(0.13/0.07/0.00/0.25)	

CMYK percentages

%12.5
%7.29
%0
%24.71

Codes

Color #A8B2C0 in popluar color models

A8B2C0
RGB168178192
HSL215°16.00%70.59%
HSB/HSV215°12.50%75.29%
CMYK12.50%7.29%0.00%
24.71%

Color #A8B2C0 in popluar number systems.

HEXA8B2C0
Decimal168178192
Binary101010001011001011000000
Octal250262300

Shades and tints

Shades of #A8B2C0

#A8B2C0
(168,178,192)
#99A2AF
(153,162,175)
#8A929E
(138,146,158)
#7B828D
(123,130,141)
#6C727C
(108,114,124)
#5D626B
(93,98,107)
#4E525A
(78,82,90)
#3F4249
(63,66,73)
#303238
(48,50,56)
#212227
(33,34,39)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #A8B2C0

#A8B2C0
(168,178,192)
#AFB9C5
(175,185,197)
#B6C0CA
(182,192,202)
#BDC7CF
(189,199,207)
#C4CED4
(196,206,212)
#CBD5D9
(203,213,217)
#D2DCDE
(210,220,222)
#D9E3E3
(217,227,227)
#E0EAE8
(224,234,232)
#E7F1ED
(231,241,237)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B2C0 color. Also use rgb(168,178,192) instead hex code.

Text Font Color

.myTextColor { color: #A8B2C0; }

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

This text font color is #A8B2C0.


Background Color

.myBgColor { background-color: #A8B2C0; }

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

This div background color is #A8B2C0.


Border color

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

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

This div border color is #A8B2C0.


Opacity

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

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

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

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

This text has shadow with #A8B2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B2C0 on black background.


Color preview on white background

This text has color #A8B2C0 on white background.



Black color preview on #A8B2C0 background

This text has black color on #A8B2C0 background.


White color preview on #A8B2C0 background

This text has white color on #A8B2C0 background.