COLOR #A5CACD

HEX: #A5CACD
RGB: (165,202,205)

Color info

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

RGB color model

#A5CACD color RGB value is (165,202,205).

  • red value is 165;
  • green value is 202;
  • blue value is 205.
RGB:
(165,202,205)
(65%,79%,80%)

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 205 of 255 = 80%

165
202
205

R + G + B ~ 75%. #A5CACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 202 + 205 = 572 (100%)
R 165 of 572 ~ 28.85%
G 202 of 572 ~ 35.31%
B 205 of 572 ~ 35.84%

%28.85
%35.31
%35.84

CMYK color model

#A5CACD color CMYK value is (20,1,0,20).

  • cyan value is 19.51%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,1,0,20)
C20M1Y0K20 
(20%,1%,0%,20%)
(0.20/0.01/0.00/0.20)	

CMYK percentages

%19.51
%1.46
%0
%19.61

Codes

Color #A5CACD in popluar color models

A5CACD
RGB165202205
HSL185°28.57%72.55%
HSB/HSV185°19.51%80.39%
CMYK19.51%1.46%0.00%
19.61%

Color #A5CACD in popluar number systems.

HEXA5CACD
Decimal165202205
Binary101001011100101011001101
Octal245312315

Shades and tints

Shades of #A5CACD

#A5CACD
(165,202,205)
#96B8BB
(150,184,187)
#87A6A9
(135,166,169)
#789497
(120,148,151)
#698285
(105,130,133)
#5A7073
(90,112,115)
#4B5E61
(75,94,97)
#3C4C4F
(60,76,79)
#2D3A3D
(45,58,61)
#1E282B
(30,40,43)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #A5CACD

#A5CACD
(165,202,205)
#ADCED1
(173,206,209)
#B5D2D5
(181,210,213)
#BDD6D9
(189,214,217)
#C5DADD
(197,218,221)
#CDDEE1
(205,222,225)
#D5E2E5
(213,226,229)
#DDE6E9
(221,230,233)
#E5EAED
(229,234,237)
#EDEEF1
(237,238,241)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CACD color. Also use rgb(165,202,205) instead hex code.

Text Font Color

.myTextColor { color: #A5CACD; }

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

This text font color is #A5CACD.


Background Color

.myBgColor { background-color: #A5CACD; }

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

This div background color is #A5CACD.


Border color

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

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

This div border color is #A5CACD.


Opacity

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

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

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

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

This text has shadow with #A5CACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CACD on black background.


Color preview on white background

This text has color #A5CACD on white background.



Black color preview on #A5CACD background

This text has black color on #A5CACD background.


White color preview on #A5CACD background

This text has white color on #A5CACD background.