COLOR #A8A5CB

HEX: #A8A5CB
RGB: (168,165,203)

Color info

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

RGB color model

#A8A5CB color RGB value is (168,165,203).

  • red value is 168;
  • green value is 165;
  • blue value is 203.
RGB:
(168,165,203)
(66%,65%,80%)

RGB channels and saturation

R 168 of 255 = 66%
G 165 of 255 = 65%
B 203 of 255 = 80%

168
165
203

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

Portions of RGB colors in percentages

R + G + B =
168 + 165 + 203 = 536 (100%)
R 168 of 536 ~ 31.34%
G 165 of 536 ~ 30.78%
B 203 of 536 ~ 37.87%

%31.34
%30.78
%37.87

CMYK color model

#A8A5CB color CMYK value is (17,19,0,20).

  • cyan value is 17.24%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,19,0,20)
C17M19Y0K20 
(17%,19%,0%,20%)
(0.17/0.19/0.00/0.20)	

CMYK percentages

%17.24
%18.72
%0
%20.39

Codes

Color #A8A5CB in popluar color models

A8A5CB
RGB168165203
HSL245°26.76%72.16%
HSB/HSV245°18.72%79.61%
CMYK17.24%18.72%0.00%
20.39%

Color #A8A5CB in popluar number systems.

HEXA8A5CB
Decimal168165203
Binary101010001010010111001011
Octal250245313

Shades and tints

Shades of #A8A5CB

#A8A5CB
(168,165,203)
#9996B9
(153,150,185)
#8A87A7
(138,135,167)
#7B7895
(123,120,149)
#6C6983
(108,105,131)
#5D5A71
(93,90,113)
#4E4B5F
(78,75,95)
#3F3C4D
(63,60,77)
#302D3B
(48,45,59)
#211E29
(33,30,41)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #A8A5CB

#A8A5CB
(168,165,203)
#AFADCF
(175,173,207)
#B6B5D3
(182,181,211)
#BDBDD7
(189,189,215)
#C4C5DB
(196,197,219)
#CBCDDF
(203,205,223)
#D2D5E3
(210,213,227)
#D9DDE7
(217,221,231)
#E0E5EB
(224,229,235)
#E7EDEF
(231,237,239)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A5CB color. Also use rgb(168,165,203) instead hex code.

Text Font Color

.myTextColor { color: #A8A5CB; }

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

This text font color is #A8A5CB.


Background Color

.myBgColor { background-color: #A8A5CB; }

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

This div background color is #A8A5CB.


Border color

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

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

This div border color is #A8A5CB.


Opacity

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

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

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

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

This text has shadow with #A8A5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A5CB on black background.


Color preview on white background

This text has color #A8A5CB on white background.



Black color preview on #A8A5CB background

This text has black color on #A8A5CB background.


White color preview on #A8A5CB background

This text has white color on #A8A5CB background.