COLOR #A5CAC1

HEX: #A5CAC1
RGB: (165,202,193)

Color info

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

RGB color model

#A5CAC1 color RGB value is (165,202,193).

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

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 193 of 255 = 76%

165
202
193

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

Portions of RGB colors in percentages

R + G + B =
165 + 202 + 193 = 560 (100%)
R 165 of 560 ~ 29.46%
G 202 of 560 ~ 36.07%
B 193 of 560 ~ 34.46%

%29.46
%36.07
%34.46

CMYK color model

#A5CAC1 color CMYK value is (18,0,4,21).

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 20.78%
CMYK:
(18,0,4,21)
C18M0Y4K21 
(18%,0%,4%,21%)
(0.18/0.00/0.04/0.21)	

CMYK percentages

%18.32
%0
%4.46
%20.78

Codes

Color #A5CAC1 in popluar color models

A5CAC1
RGB165202193
HSL165°25.87%71.96%
HSB/HSV165°18.32%79.22%
CMYK18.32%0.00%4.46%
20.78%

Color #A5CAC1 in popluar number systems.

HEXA5CAC1
Decimal165202193
Binary101001011100101011000001
Octal245312301

Shades and tints

Shades of #A5CAC1

#A5CAC1
(165,202,193)
#96B8B0
(150,184,176)
#87A69F
(135,166,159)
#78948E
(120,148,142)
#69827D
(105,130,125)
#5A706C
(90,112,108)
#4B5E5B
(75,94,91)
#3C4C4A
(60,76,74)
#2D3A39
(45,58,57)
#1E2828
(30,40,40)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #A5CAC1

#A5CAC1
(165,202,193)
#ADCEC6
(173,206,198)
#B5D2CB
(181,210,203)
#BDD6D0
(189,214,208)
#C5DAD5
(197,218,213)
#CDDEDA
(205,222,218)
#D5E2DF
(213,226,223)
#DDE6E4
(221,230,228)
#E5EAE9
(229,234,233)
#EDEEEE
(237,238,238)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CAC1; }

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

This text font color is #A5CAC1.


Background Color

.myBgColor { background-color: #A5CAC1; }

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

This div background color is #A5CAC1.


Border color

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

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

This div border color is #A5CAC1.


Opacity

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

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

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

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

This text has shadow with #A5CAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CAC1 on black background.


Color preview on white background

This text has color #A5CAC1 on white background.



Black color preview on #A5CAC1 background

This text has black color on #A5CAC1 background.


White color preview on #A5CAC1 background

This text has white color on #A5CAC1 background.