COLOR #A5CBD0

HEX: #A5CBD0
RGB: (165,203,208)

Color info

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

RGB color model

#A5CBD0 color RGB value is (165,203,208).

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

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 208 of 255 = 82%

165
203
208

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

Portions of RGB colors in percentages

R + G + B =
165 + 203 + 208 = 576 (100%)
R 165 of 576 ~ 28.65%
G 203 of 576 ~ 35.24%
B 208 of 576 ~ 36.11%

%28.65
%35.24
%36.11

CMYK color model

#A5CBD0 color CMYK value is (21,2,0,18).

  • cyan value is 20.67%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(21,2,0,18)
C21M2Y0K18 
(21%,2%,0%,18%)
(0.21/0.02/0.00/0.18)	

CMYK percentages

%20.67
%2.4
%0
%18.43

Codes

Color #A5CBD0 in popluar color models

A5CBD0
RGB165203208
HSL187°31.39%73.14%
HSB/HSV187°20.67%81.57%
CMYK20.67%2.40%0.00%
18.43%

Color #A5CBD0 in popluar number systems.

HEXA5CBD0
Decimal165203208
Binary101001011100101111010000
Octal245313320

Shades and tints

Shades of #A5CBD0

#A5CBD0
(165,203,208)
#96B9BE
(150,185,190)
#87A7AC
(135,167,172)
#78959A
(120,149,154)
#698388
(105,131,136)
#5A7176
(90,113,118)
#4B5F64
(75,95,100)
#3C4D52
(60,77,82)
#2D3B40
(45,59,64)
#1E292E
(30,41,46)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #A5CBD0

#A5CBD0
(165,203,208)
#ADCFD4
(173,207,212)
#B5D3D8
(181,211,216)
#BDD7DC
(189,215,220)
#C5DBE0
(197,219,224)
#CDDFE4
(205,223,228)
#D5E3E8
(213,227,232)
#DDE7EC
(221,231,236)
#E5EBF0
(229,235,240)
#EDEFF4
(237,239,244)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBD0; }

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

This text font color is #A5CBD0.


Background Color

.myBgColor { background-color: #A5CBD0; }

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

This div background color is #A5CBD0.


Border color

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

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

This div border color is #A5CBD0.


Opacity

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

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

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

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

This text has shadow with #A5CBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CBD0 on black background.


Color preview on white background

This text has color #A5CBD0 on white background.



Black color preview on #A5CBD0 background

This text has black color on #A5CBD0 background.


White color preview on #A5CBD0 background

This text has white color on #A5CBD0 background.