COLOR #A5B6CD

HEX: #A5B6CD RGB: (165,182,205)

Color info

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

RGB color model

#A5B6CD color RGB value is (165,182,205).

RGB: (165,182,205) (65%, 71%, 80%)

RGB channels and saturation

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

165
182
205

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

Portions of RGB colors in percentages

R + G + B = 165 + 182 + 205 = 552 (100%)
R 165 of 552 ~ 29.89%
G 182 of 552 ~ 32.97%
B 205 of 552 ~ 37.14'%

%29.89
%32.97
%37.14

CMYK color model

#A5B6CD color CMYK value is (20,11,0,20).

  • cyan value is 19.51%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (20,11,0,20)
C20M11Y0K20 (20%, 11%, 0%, 20%)
(0.20 / 0.11 / 0.00 / 0.20)

CMYK percentages

%19.51
%11.22
%0
%19.61

Codes

Color #A5B6CD in popluar color models

A5 B6 CD
RGB 165 182 205
HSL 215° 28.57% 72.55%
HSB/HSV 215° 19.51% 80.39%
CMYK 19.51% 11.22% 0.00%
19.61%

Color #A5B6CD in popluar number systems.

HEX A5 B6 CD
Decimal 165 182 205
Binary 10100101 10110110 11001101
Octal 245 266 315

Shades and tints

Shades of #A5B6CD

#A5B6CD
(165,182,205)
#96A6BB
(150,166,187)
#8796A9
(135,150,169)
#788697
(120,134,151)
#697685
(105,118,133)
#5A6673
(90,102,115)
#4B5661
(75,86,97)
#3C464F
(60,70,79)
#2D363D
(45,54,61)
#1E262B
(30,38,43)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #A5B6CD

#A5B6CD
(165,182,205)
#ADBCD1
(173,188,209)
#B5C2D5
(181,194,213)
#BDC8D9
(189,200,217)
#C5CEDD
(197,206,221)
#CDD4E1
(205,212,225)
#D5DAE5
(213,218,229)
#DDE0E9
(221,224,233)
#E5E6ED
(229,230,237)
#EDECF1
(237,236,241)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B6CD; }

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

This text font color is #A5B6CD.

Background Color

.myBgColor { background-color: #A5B6CD; }

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

This div background color is #A5B6CD.

Border color

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

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

This div border color is #A5B6CD.

Opacity

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

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

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

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

This text has shadow with #A5B6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B6CD.

Preview

Color preview on black background

This text has color #A5B6CD on black background.


Color preview on white background

This text has color #A5B6CD on white background.


Black color preview on #A5B6CD background

This text has black color on #A5B6CD background.


White color preview on #A5B6CD background

This text has white color on #A5B6CD background.


Related colors

Complementary color

Complementary color for #hex is #5A4932.


I love getcolorcode.com

Triadic colors

1 #CDA5B6 and #B6CDA5 with #A5B6CD are triadic colors.

2 #CDB6A5 and #B6A5CD with #A5B6CD are triadic colors.