COLOR #A5A4CB

HEX: #A5A4CB
RGB: (165,164,203)

Color info

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

RGB color model

#A5A4CB color RGB value is (165,164,203).

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

RGB channels and saturation

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

165
164
203

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

Portions of RGB colors in percentages

R + G + B =
165 + 164 + 203 = 532 (100%)
R 165 of 532 ~ 31.02%
G 164 of 532 ~ 30.83%
B 203 of 532 ~ 38.16%

%31.02
%30.83
%38.16

CMYK color model

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

  • cyan value is 18.72%
  • magenta value is 19.21%
  • 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
%19.21
%0
%20.39

Codes

Color #A5A4CB in popluar color models

A5A4CB
RGB165164203
HSL242°27.27%71.96%
HSB/HSV242°19.21%79.61%
CMYK18.72%19.21%0.00%
20.39%

Color #A5A4CB in popluar number systems.

HEXA5A4CB
Decimal165164203
Binary101001011010010011001011
Octal245244313

Shades and tints

Shades of #A5A4CB

#A5A4CB
(165,164,203)
#9696B9
(150,150,185)
#8788A7
(135,136,167)
#787A95
(120,122,149)
#696C83
(105,108,131)
#5A5E71
(90,94,113)
#4B505F
(75,80,95)
#3C424D
(60,66,77)
#2D343B
(45,52,59)
#1E2629
(30,38,41)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #A5A4CB

#A5A4CB
(165,164,203)
#ADACCF
(173,172,207)
#B5B4D3
(181,180,211)
#BDBCD7
(189,188,215)
#C5C4DB
(197,196,219)
#CDCCDF
(205,204,223)
#D5D4E3
(213,212,227)
#DDDCE7
(221,220,231)
#E5E4EB
(229,228,235)
#EDECEF
(237,236,239)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A4CB; }

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

This text font color is #A5A4CB.


Background Color

.myBgColor { background-color: #A5A4CB; }

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

This div background color is #A5A4CB.


Border color

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

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

This div border color is #A5A4CB.


Opacity

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

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

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

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

This text has shadow with #A5A4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A4CB on black background.


Color preview on white background

This text has color #A5A4CB on white background.



Black color preview on #A5A4CB background

This text has black color on #A5A4CB background.


White color preview on #A5A4CB background

This text has white color on #A5A4CB background.