COLOR #A5B5CD

HEX: #A5B5CD
RGB: (165,181,205)

Color info

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

RGB color model

#A5B5CD color RGB value is (165,181,205).

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

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 205 of 255 = 80%

165
181
205

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

Portions of RGB colors in percentages

R + G + B =
165 + 181 + 205 = 551 (100%)
R 165 of 551 ~ 29.95%
G 181 of 551 ~ 32.85%
B 205 of 551 ~ 37.21%

%29.95
%32.85
%37.21

CMYK color model

#A5B5CD color CMYK value is (20,12,0,20).

  • cyan value is 19.51%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,12,0,20)
C20M12Y0K20 
(20%,12%,0%,20%)
(0.20/0.12/0.00/0.20)	

CMYK percentages

%19.51
%11.71
%0
%19.61

Codes

Color #A5B5CD in popluar color models

A5B5CD
RGB165181205
HSL216°28.57%72.55%
HSB/HSV216°19.51%80.39%
CMYK19.51%11.71%0.00%
19.61%

Color #A5B5CD in popluar number systems.

HEXA5B5CD
Decimal165181205
Binary101001011011010111001101
Octal245265315

Shades and tints

Shades of #A5B5CD

#A5B5CD
(165,181,205)
#96A5BB
(150,165,187)
#8795A9
(135,149,169)
#788597
(120,133,151)
#697585
(105,117,133)
#5A6573
(90,101,115)
#4B5561
(75,85,97)
#3C454F
(60,69,79)
#2D353D
(45,53,61)
#1E252B
(30,37,43)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #A5B5CD

#A5B5CD
(165,181,205)
#ADBBD1
(173,187,209)
#B5C1D5
(181,193,213)
#BDC7D9
(189,199,217)
#C5CDDD
(197,205,221)
#CDD3E1
(205,211,225)
#D5D9E5
(213,217,229)
#DDDFE9
(221,223,233)
#E5E5ED
(229,229,237)
#EDEBF1
(237,235,241)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B5CD; }

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

This text font color is #A5B5CD.


Background Color

.myBgColor { background-color: #A5B5CD; }

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

This div background color is #A5B5CD.


Border color

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

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

This div border color is #A5B5CD.


Opacity

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

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

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

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

This text has shadow with #A5B5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B5CD on black background.


Color preview on white background

This text has color #A5B5CD on white background.



Black color preview on #A5B5CD background

This text has black color on #A5B5CD background.


White color preview on #A5B5CD background

This text has white color on #A5B5CD background.