COLOR #A5B6D1

HEX: #A5B6D1 RGB: (165,182,209)

Color info

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

RGB color model

#A5B6D1 color RGB value is (165,182,209).

RGB: (165,182,209) (65%, 71%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 209 of 255 = 82%

165
182
209

R + G + B ~ 73%. #A5B6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 182 + 209 = 556 (100%)
R 165 of 556 ~ 29.68%
G 182 of 556 ~ 32.73%
B 209 of 556 ~ 37.59'%

%29.68
%32.73
%37.59

CMYK color model

#A5B6D1 color CMYK value is (21,13,0,18).

  • cyan value is 21.05%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (21,13,0,18)
C21M13Y0K18 (21%, 13%, 0%, 18%)
(0.21 / 0.13 / 0.00 / 0.18)

CMYK percentages

%21.05
%12.92
%0
%18.04

Codes

Color #A5B6D1 in popluar color models

A5 B6 D1
RGB 165 182 209
HSL 217° 32.35% 73.33%
HSB/HSV 217° 21.05% 81.96%
CMYK 21.05% 12.92% 0.00%
18.04%

Color #A5B6D1 in popluar number systems.

HEX A5 B6 D1
Decimal 165 182 209
Binary 10100101 10110110 11010001
Octal 245 266 321

Shades and tints

Shades of #A5B6D1

#A5B6D1
(165,182,209)
#96A6BE
(150,166,190)
#8796AB
(135,150,171)
#788698
(120,134,152)
#697685
(105,118,133)
#5A6672
(90,102,114)
#4B565F
(75,86,95)
#3C464C
(60,70,76)
#2D3639
(45,54,57)
#1E2626
(30,38,38)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A5B6D1

#A5B6D1
(165,182,209)
#ADBCD5
(173,188,213)
#B5C2D9
(181,194,217)
#BDC8DD
(189,200,221)
#C5CEE1
(197,206,225)
#CDD4E5
(205,212,229)
#D5DAE9
(213,218,233)
#DDE0ED
(221,224,237)
#E5E6F1
(229,230,241)
#EDECF5
(237,236,245)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B6D1; }

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

This text font color is #A5B6D1.

Background Color

.myBgColor { background-color: #A5B6D1; }

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

This div background color is #A5B6D1.

Border color

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

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

This div border color is #A5B6D1.

Opacity

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

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

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

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

This text has shadow with #A5B6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B6D1.

Preview

Color preview on black background

This text has color #A5B6D1 on black background.


Color preview on white background

This text has color #A5B6D1 on white background.


Black color preview on #A5B6D1 background

This text has black color on #A5B6D1 background.


White color preview on #A5B6D1 background

This text has white color on #A5B6D1 background.


Related colors

Complementary color

Complementary color for #hex is #5A492E.


I love getcolorcode.com

Triadic colors

1 #D1A5B6 and #B6D1A5 with #A5B6D1 are triadic colors.

2 #D1B6A5 and #B6A5D1 with #A5B6D1 are triadic colors.