COLOR #A5BDCB

HEX: #A5BDCB
RGB: (165,189,203)

Color info

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

RGB color model

#A5BDCB color RGB value is (165,189,203).

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

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 203 of 255 = 80%

165
189
203

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

Portions of RGB colors in percentages

R + G + B =
165 + 189 + 203 = 557 (100%)
R 165 of 557 ~ 29.62%
G 189 of 557 ~ 33.93%
B 203 of 557 ~ 36.45%

%29.62
%33.93
%36.45

CMYK color model

#A5BDCB color CMYK value is (19,7,0,20).

  • cyan value is 18.72%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(19,7,0,20)
C19M7Y0K20 
(19%,7%,0%,20%)
(0.19/0.07/0.00/0.20)	

CMYK percentages

%18.72
%6.9
%0
%20.39

Codes

Color #A5BDCB in popluar color models

A5BDCB
RGB165189203
HSL202°26.76%72.16%
HSB/HSV202°18.72%79.61%
CMYK18.72%6.90%0.00%
20.39%

Color #A5BDCB in popluar number systems.

HEXA5BDCB
Decimal165189203
Binary101001011011110111001011
Octal245275313

Shades and tints

Shades of #A5BDCB

#A5BDCB
(165,189,203)
#96ACB9
(150,172,185)
#879BA7
(135,155,167)
#788A95
(120,138,149)
#697983
(105,121,131)
#5A6871
(90,104,113)
#4B575F
(75,87,95)
#3C464D
(60,70,77)
#2D353B
(45,53,59)
#1E2429
(30,36,41)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #A5BDCB

#A5BDCB
(165,189,203)
#ADC3CF
(173,195,207)
#B5C9D3
(181,201,211)
#BDCFD7
(189,207,215)
#C5D5DB
(197,213,219)
#CDDBDF
(205,219,223)
#D5E1E3
(213,225,227)
#DDE7E7
(221,231,231)
#E5EDEB
(229,237,235)
#EDF3EF
(237,243,239)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BDCB; }

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

This text font color is #A5BDCB.


Background Color

.myBgColor { background-color: #A5BDCB; }

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

This div background color is #A5BDCB.


Border color

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

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

This div border color is #A5BDCB.


Opacity

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

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

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

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

This text has shadow with #A5BDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BDCB on black background.


Color preview on white background

This text has color #A5BDCB on white background.



Black color preview on #A5BDCB background

This text has black color on #A5BDCB background.


White color preview on #A5BDCB background

This text has white color on #A5BDCB background.