COLOR #A5B6CF

HEX: #A5B6CF
RGB: (165,182,207)

Color info

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

RGB color model

#A5B6CF color RGB value is (165,182,207).

  • red value is 165;
  • green value is 182;
  • blue value is 207.
RGB: (165,182,207) (65%,71%,81%)

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 207 of 255 = 81%

165
182
207

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

Portions of RGB colors in percentages

R + G + B =
165 + 182 + 207 = 554 (100%)
R 165 of 554 ~ 29.78%
G 182 of 554 ~ 32.85%
B 207 of 554 ~ 37.36%

%29.78
%32.85
%37.36

CMYK color model

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

  • cyan value is 20.29%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (20,12,0,19) C20M12Y0K19 (20%,12%,0%,19%) (0.20/0.12/0.00/0.19)

CMYK percentages

%20.29
%12.08
%0
%18.82

Codes

Color #A5B6CF in popluar color models

A5B6CF
RGB165182207
HSL216°30.43%72.94%
HSB/HSV216°20.29%81.18%
CMYK20.29%12.08%0.00%
18.82%

Color #A5B6CF in popluar number systems.

HEXA5B6CF
Decimal165182207
Binary101001011011011011001111
Octal245266317

Shades and tints

Shades of #A5B6CF

#A5B6CF
(165,182,207)
#96A6BD
(150,166,189)
#8796AB
(135,150,171)
#788699
(120,134,153)
#697687
(105,118,135)
#5A6675
(90,102,117)
#4B5663
(75,86,99)
#3C4651
(60,70,81)
#2D363F
(45,54,63)
#1E262D
(30,38,45)
#0F161B
(15,22,27)
#000000
(0,0,0)

Tints of #A5B6CF

#A5B6CF
(165,182,207)
#ADBCD3
(173,188,211)
#B5C2D7
(181,194,215)
#BDC8DB
(189,200,219)
#C5CEDF
(197,206,223)
#CDD4E3
(205,212,227)
#D5DAE7
(213,218,231)
#DDE0EB
(221,224,235)
#E5E6EF
(229,230,239)
#EDECF3
(237,236,243)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B6CF; }

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

This text font color is #A5B6CF.


Background Color

.myBgColor { background-color: #A5B6CF; }

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

This div background color is #A5B6CF.


Border color

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

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

This div border color is #A5B6CF.


Opacity

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

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

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

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

This text has shadow with #A5B6CF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5B6CF on black background.


Color preview on white background

This text has color #A5B6CF on white background.



Black color preview on #A5B6CF background

This text has black color on #A5B6CF background.


White color preview on #A5B6CF background

This text has white color on #A5B6CF background.