COLOR #A5CBD5

HEX: #A5CBD5
RGB: (165,203,213)

Color info

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

RGB color model

#A5CBD5 color RGB value is (165,203,213).

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

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 213 of 255 = 84%

165
203
213

R + G + B ~ 76%. #A5CBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 203 + 213 = 581 (100%)
R 165 of 581 ~ 28.4%
G 203 of 581 ~ 34.94%
B 213 of 581 ~ 36.66%

%28.4
%34.94
%36.66

CMYK color model

#A5CBD5 color CMYK value is (23,5,0,16).

  • cyan value is 22.54%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(23,5,0,16)
C23M5Y0K16 
(23%,5%,0%,16%)
(0.23/0.05/0.00/0.16)	

CMYK percentages

%22.54
%4.69
%0
%16.47

Codes

Color #A5CBD5 in popluar color models

A5CBD5
RGB165203213
HSL193°36.36%74.12%
HSB/HSV193°22.54%83.53%
CMYK22.54%4.69%0.00%
16.47%

Color #A5CBD5 in popluar number systems.

HEXA5CBD5
Decimal165203213
Binary101001011100101111010101
Octal245313325

Shades and tints

Shades of #A5CBD5

#A5CBD5
(165,203,213)
#96B9C2
(150,185,194)
#87A7AF
(135,167,175)
#78959C
(120,149,156)
#698389
(105,131,137)
#5A7176
(90,113,118)
#4B5F63
(75,95,99)
#3C4D50
(60,77,80)
#2D3B3D
(45,59,61)
#1E292A
(30,41,42)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A5CBD5

#A5CBD5
(165,203,213)
#ADCFD8
(173,207,216)
#B5D3DB
(181,211,219)
#BDD7DE
(189,215,222)
#C5DBE1
(197,219,225)
#CDDFE4
(205,223,228)
#D5E3E7
(213,227,231)
#DDE7EA
(221,231,234)
#E5EBED
(229,235,237)
#EDEFF0
(237,239,240)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBD5; }

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

This text font color is #A5CBD5.


Background Color

.myBgColor { background-color: #A5CBD5; }

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

This div background color is #A5CBD5.


Border color

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

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

This div border color is #A5CBD5.


Opacity

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

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

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

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

This text has shadow with #A5CBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CBD5 on black background.


Color preview on white background

This text has color #A5CBD5 on white background.



Black color preview on #A5CBD5 background

This text has black color on #A5CBD5 background.


White color preview on #A5CBD5 background

This text has white color on #A5CBD5 background.