COLOR #A5A5CB

HEX: #A5A5CB
RGB: (165,165,203)

Color info

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

RGB color model

#A5A5CB color RGB value is (165,165,203).

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

RGB channels and saturation

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

165
165
203

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

Portions of RGB colors in percentages

R + G + B =
165 + 165 + 203 = 533 (100%)
R 165 of 533 ~ 30.96%
G 165 of 533 ~ 30.96%
B 203 of 533 ~ 38.09%

%30.96
%30.96
%38.09

CMYK color model

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

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

CMYK percentages

%18.72
%18.72
%0
%20.39

Codes

Color #A5A5CB in popluar color models

A5A5CB
RGB165165203
HSL240°26.76%72.16%
HSB/HSV240°18.72%79.61%
CMYK18.72%18.72%0.00%
20.39%

Color #A5A5CB in popluar number systems.

HEXA5A5CB
Decimal165165203
Binary101001011010010111001011
Octal245245313

Shades and tints

Shades of #A5A5CB

#A5A5CB
(165,165,203)
#9696B9
(150,150,185)
#8787A7
(135,135,167)
#787895
(120,120,149)
#696983
(105,105,131)
#5A5A71
(90,90,113)
#4B4B5F
(75,75,95)
#3C3C4D
(60,60,77)
#2D2D3B
(45,45,59)
#1E1E29
(30,30,41)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #A5A5CB

#A5A5CB
(165,165,203)
#ADADCF
(173,173,207)
#B5B5D3
(181,181,211)
#BDBDD7
(189,189,215)
#C5C5DB
(197,197,219)
#CDCDDF
(205,205,223)
#D5D5E3
(213,213,227)
#DDDDE7
(221,221,231)
#E5E5EB
(229,229,235)
#EDEDEF
(237,237,239)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A5CB; }

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

This text font color is #A5A5CB.


Background Color

.myBgColor { background-color: #A5A5CB; }

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

This div background color is #A5A5CB.


Border color

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

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

This div border color is #A5A5CB.


Opacity

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

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

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

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

This text has shadow with #A5A5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A5CB on black background.


Color preview on white background

This text has color #A5A5CB on white background.



Black color preview on #A5A5CB background

This text has black color on #A5A5CB background.


White color preview on #A5A5CB background

This text has white color on #A5A5CB background.