COLOR #A5CAC5

HEX: #A5CAC5
RGB: (165,202,197)

Color info

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

RGB color model

#A5CAC5 color RGB value is (165,202,197).

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

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 197 of 255 = 77%

165
202
197

R + G + B ~ 74%. #A5CAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 202 + 197 = 564 (100%)
R 165 of 564 ~ 29.26%
G 202 of 564 ~ 35.82%
B 197 of 564 ~ 34.93%

%29.26
%35.82
%34.93

CMYK color model

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

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 20.78%
CMYK:
(18,0,2,21)
C18M0Y2K21 
(18%,0%,2%,21%)
(0.18/0.00/0.02/0.21)	

CMYK percentages

%18.32
%0
%2.48
%20.78

Codes

Color #A5CAC5 in popluar color models

A5CAC5
RGB165202197
HSL172°25.87%71.96%
HSB/HSV172°18.32%79.22%
CMYK18.32%0.00%2.48%
20.78%

Color #A5CAC5 in popluar number systems.

HEXA5CAC5
Decimal165202197
Binary101001011100101011000101
Octal245312305

Shades and tints

Shades of #A5CAC5

#A5CAC5
(165,202,197)
#96B8B4
(150,184,180)
#87A6A3
(135,166,163)
#789492
(120,148,146)
#698281
(105,130,129)
#5A7070
(90,112,112)
#4B5E5F
(75,94,95)
#3C4C4E
(60,76,78)
#2D3A3D
(45,58,61)
#1E282C
(30,40,44)
#0F161B
(15,22,27)
#000000
(0,0,0)

Tints of #A5CAC5

#A5CAC5
(165,202,197)
#ADCECA
(173,206,202)
#B5D2CF
(181,210,207)
#BDD6D4
(189,214,212)
#C5DAD9
(197,218,217)
#CDDEDE
(205,222,222)
#D5E2E3
(213,226,227)
#DDE6E8
(221,230,232)
#E5EAED
(229,234,237)
#EDEEF2
(237,238,242)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CAC5; }

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

This text font color is #A5CAC5.


Background Color

.myBgColor { background-color: #A5CAC5; }

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

This div background color is #A5CAC5.


Border color

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

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

This div border color is #A5CAC5.


Opacity

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

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

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

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

This text has shadow with #A5CAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CAC5 on black background.


Color preview on white background

This text has color #A5CAC5 on white background.



Black color preview on #A5CAC5 background

This text has black color on #A5CAC5 background.


White color preview on #A5CAC5 background

This text has white color on #A5CAC5 background.