COLOR #A5B7CB

HEX: #A5B7CB
RGB: (165,183,203)

Color info

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

RGB color model

#A5B7CB color RGB value is (165,183,203).

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

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 203 of 255 = 80%

165
183
203

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

Portions of RGB colors in percentages

R + G + B =
165 + 183 + 203 = 551 (100%)
R 165 of 551 ~ 29.95%
G 183 of 551 ~ 33.21%
B 203 of 551 ~ 36.84%

%29.95
%33.21
%36.84

CMYK color model

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

  • cyan value is 18.72%
  • magenta value is 9.85%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(19,10,0,20)
C19M10Y0K20 
(19%,10%,0%,20%)
(0.19/0.10/0.00/0.20)	

CMYK percentages

%18.72
%9.85
%0
%20.39

Codes

Color #A5B7CB in popluar color models

A5B7CB
RGB165183203
HSL212°26.76%72.16%
HSB/HSV212°18.72%79.61%
CMYK18.72%9.85%0.00%
20.39%

Color #A5B7CB in popluar number systems.

HEXA5B7CB
Decimal165183203
Binary101001011011011111001011
Octal245267313

Shades and tints

Shades of #A5B7CB

#A5B7CB
(165,183,203)
#96A7B9
(150,167,185)
#8797A7
(135,151,167)
#788795
(120,135,149)
#697783
(105,119,131)
#5A6771
(90,103,113)
#4B575F
(75,87,95)
#3C474D
(60,71,77)
#2D373B
(45,55,59)
#1E2729
(30,39,41)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A5B7CB

#A5B7CB
(165,183,203)
#ADBDCF
(173,189,207)
#B5C3D3
(181,195,211)
#BDC9D7
(189,201,215)
#C5CFDB
(197,207,219)
#CDD5DF
(205,213,223)
#D5DBE3
(213,219,227)
#DDE1E7
(221,225,231)
#E5E7EB
(229,231,235)
#EDEDEF
(237,237,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B7CB; }

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

This text font color is #A5B7CB.


Background Color

.myBgColor { background-color: #A5B7CB; }

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

This div background color is #A5B7CB.


Border color

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

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

This div border color is #A5B7CB.


Opacity

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

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

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

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

This text has shadow with #A5B7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B7CB on black background.


Color preview on white background

This text has color #A5B7CB on white background.



Black color preview on #A5B7CB background

This text has black color on #A5B7CB background.


White color preview on #A5B7CB background

This text has white color on #A5B7CB background.