COLOR #A5CBDB

HEX: #A5CBDB
RGB: (165,203,219)

Color info

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

RGB color model

#A5CBDB color RGB value is (165,203,219).

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

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 219 of 255 = 86%

165
203
219

R + G + B ~ 77%. #A5CBDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 203 + 219 = 587 (100%)
R 165 of 587 ~ 28.11%
G 203 of 587 ~ 34.58%
B 219 of 587 ~ 37.31%

%28.11
%34.58
%37.31

CMYK color model

#A5CBDB color CMYK value is (25,7,0,14).

  • cyan value is 24.66%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(25,7,0,14)
C25M7Y0K14 
(25%,7%,0%,14%)
(0.25/0.07/0.00/0.14)	

CMYK percentages

%24.66
%7.31
%0
%14.12

Codes

Color #A5CBDB in popluar color models

A5CBDB
RGB165203219
HSL198°42.86%75.29%
HSB/HSV198°24.66%85.88%
CMYK24.66%7.31%0.00%
14.12%

Color #A5CBDB in popluar number systems.

HEXA5CBDB
Decimal165203219
Binary101001011100101111011011
Octal245313333

Shades and tints

Shades of #A5CBDB

#A5CBDB
(165,203,219)
#96B9C8
(150,185,200)
#87A7B5
(135,167,181)
#7895A2
(120,149,162)
#69838F
(105,131,143)
#5A717C
(90,113,124)
#4B5F69
(75,95,105)
#3C4D56
(60,77,86)
#2D3B43
(45,59,67)
#1E2930
(30,41,48)
#0F171D
(15,23,29)
#000000
(0,0,0)

Tints of #A5CBDB

#A5CBDB
(165,203,219)
#ADCFDE
(173,207,222)
#B5D3E1
(181,211,225)
#BDD7E4
(189,215,228)
#C5DBE7
(197,219,231)
#CDDFEA
(205,223,234)
#D5E3ED
(213,227,237)
#DDE7F0
(221,231,240)
#E5EBF3
(229,235,243)
#EDEFF6
(237,239,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBDB; }

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

This text font color is #A5CBDB.


Background Color

.myBgColor { background-color: #A5CBDB; }

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

This div background color is #A5CBDB.


Border color

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

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

This div border color is #A5CBDB.


Opacity

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

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

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

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

This text has shadow with #A5CBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CBDB on black background.


Color preview on white background

This text has color #A5CBDB on white background.



Black color preview on #A5CBDB background

This text has black color on #A5CBDB background.


White color preview on #A5CBDB background

This text has white color on #A5CBDB background.