COLOR #A5B8CE

HEX: #A5B8CE
RGB: (165,184,206)

Color info

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

RGB color model

#A5B8CE color RGB value is (165,184,206).

  • red value is 165;
  • green value is 184;
  • blue value is 206.
RGB:
(165,184,206)
(65%,72%,81%)

RGB channels and saturation

R 165 of 255 = 65%
G 184 of 255 = 72%
B 206 of 255 = 81%

165
184
206

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

Portions of RGB colors in percentages

R + G + B =
165 + 184 + 206 = 555 (100%)
R 165 of 555 ~ 29.73%
G 184 of 555 ~ 33.15%
B 206 of 555 ~ 37.12%

%29.73
%33.15
%37.12

CMYK color model

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

  • cyan value is 19.90%
  • magenta value is 10.68%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(20,11,0,19)
C20M11Y0K19 
(20%,11%,0%,19%)
(0.20/0.11/0.00/0.19)	

CMYK percentages

%19.9
%10.68
%0
%19.22

Codes

Color #A5B8CE in popluar color models

A5B8CE
RGB165184206
HSL212°29.50%72.75%
HSB/HSV212°19.90%80.78%
CMYK19.90%10.68%0.00%
19.22%

Color #A5B8CE in popluar number systems.

HEXA5B8CE
Decimal165184206
Binary101001011011100011001110
Octal245270316

Shades and tints

Shades of #A5B8CE

#A5B8CE
(165,184,206)
#96A8BC
(150,168,188)
#8798AA
(135,152,170)
#788898
(120,136,152)
#697886
(105,120,134)
#5A6874
(90,104,116)
#4B5862
(75,88,98)
#3C4850
(60,72,80)
#2D383E
(45,56,62)
#1E282C
(30,40,44)
#0F181A
(15,24,26)
#000000
(0,0,0)

Tints of #A5B8CE

#A5B8CE
(165,184,206)
#ADBED2
(173,190,210)
#B5C4D6
(181,196,214)
#BDCADA
(189,202,218)
#C5D0DE
(197,208,222)
#CDD6E2
(205,214,226)
#D5DCE6
(213,220,230)
#DDE2EA
(221,226,234)
#E5E8EE
(229,232,238)
#EDEEF2
(237,238,242)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B8CE color. Also use rgb(165,184,206) instead hex code.

Text Font Color

.myTextColor { color: #A5B8CE; }

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

This text font color is #A5B8CE.


Background Color

.myBgColor { background-color: #A5B8CE; }

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

This div background color is #A5B8CE.


Border color

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

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

This div border color is #A5B8CE.


Opacity

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

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

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

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

This text has shadow with #A5B8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B8CE on black background.


Color preview on white background

This text has color #A5B8CE on white background.



Black color preview on #A5B8CE background

This text has black color on #A5B8CE background.


White color preview on #A5B8CE background

This text has white color on #A5B8CE background.