COLOR #A5BDC1

HEX: #A5BDC1
RGB: (165,189,193)

Color info

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

RGB color model

#A5BDC1 color RGB value is (165,189,193).

  • red value is 165;
  • green value is 189;
  • blue value is 193.
RGB:
(165,189,193)
(65%,74%,76%)

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 193 of 255 = 76%

165
189
193

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

Portions of RGB colors in percentages

R + G + B =
165 + 189 + 193 = 547 (100%)
R 165 of 547 ~ 30.16%
G 189 of 547 ~ 34.55%
B 193 of 547 ~ 35.28%

%30.16
%34.55
%35.28

CMYK color model

#A5BDC1 color CMYK value is (15,2,0,24).

  • cyan value is 14.51%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(15,2,0,24)
C15M2Y0K24 
(15%,2%,0%,24%)
(0.15/0.02/0.00/0.24)	

CMYK percentages

%14.51
%2.07
%0
%24.31

Codes

Color #A5BDC1 in popluar color models

A5BDC1
RGB165189193
HSL189°18.42%70.20%
HSB/HSV189°14.51%75.69%
CMYK14.51%2.07%0.00%
24.31%

Color #A5BDC1 in popluar number systems.

HEXA5BDC1
Decimal165189193
Binary101001011011110111000001
Octal245275301

Shades and tints

Shades of #A5BDC1

#A5BDC1
(165,189,193)
#96ACB0
(150,172,176)
#879B9F
(135,155,159)
#788A8E
(120,138,142)
#69797D
(105,121,125)
#5A686C
(90,104,108)
#4B575B
(75,87,91)
#3C464A
(60,70,74)
#2D3539
(45,53,57)
#1E2428
(30,36,40)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #A5BDC1

#A5BDC1
(165,189,193)
#ADC3C6
(173,195,198)
#B5C9CB
(181,201,203)
#BDCFD0
(189,207,208)
#C5D5D5
(197,213,213)
#CDDBDA
(205,219,218)
#D5E1DF
(213,225,223)
#DDE7E4
(221,231,228)
#E5EDE9
(229,237,233)
#EDF3EE
(237,243,238)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BDC1 color. Also use rgb(165,189,193) instead hex code.

Text Font Color

.myTextColor { color: #A5BDC1; }

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

This text font color is #A5BDC1.


Background Color

.myBgColor { background-color: #A5BDC1; }

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

This div background color is #A5BDC1.


Border color

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

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

This div border color is #A5BDC1.


Opacity

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

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

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

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

This text has shadow with #A5BDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BDC1 on black background.


Color preview on white background

This text has color #A5BDC1 on white background.



Black color preview on #A5BDC1 background

This text has black color on #A5BDC1 background.


White color preview on #A5BDC1 background

This text has white color on #A5BDC1 background.