COLOR #A5C9C0

HEX: #A5C9C0
RGB: (165,201,192)

Color info

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

RGB color model

#A5C9C0 color RGB value is (165,201,192).

  • red value is 165;
  • green value is 201;
  • blue value is 192.
RGB:
(165,201,192)
(65%,79%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 192 of 255 = 75%

165
201
192

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

Portions of RGB colors in percentages

R + G + B =
165 + 201 + 192 = 558 (100%)
R 165 of 558 ~ 29.57%
G 201 of 558 ~ 36.02%
B 192 of 558 ~ 34.41%

%29.57
%36.02
%34.41

CMYK color model

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

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

CMYK percentages

%17.91
%0
%4.48
%21.18

Codes

Color #A5C9C0 in popluar color models

A5C9C0
RGB165201192
HSL165°25.00%71.76%
HSB/HSV165°17.91%78.82%
CMYK17.91%0.00%4.48%
21.18%

Color #A5C9C0 in popluar number systems.

HEXA5C9C0
Decimal165201192
Binary101001011100100111000000
Octal245311300

Shades and tints

Shades of #A5C9C0

#A5C9C0
(165,201,192)
#96B7AF
(150,183,175)
#87A59E
(135,165,158)
#78938D
(120,147,141)
#69817C
(105,129,124)
#5A6F6B
(90,111,107)
#4B5D5A
(75,93,90)
#3C4B49
(60,75,73)
#2D3938
(45,57,56)
#1E2727
(30,39,39)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5C9C0

#A5C9C0
(165,201,192)
#ADCDC5
(173,205,197)
#B5D1CA
(181,209,202)
#BDD5CF
(189,213,207)
#C5D9D4
(197,217,212)
#CDDDD9
(205,221,217)
#D5E1DE
(213,225,222)
#DDE5E3
(221,229,227)
#E5E9E8
(229,233,232)
#EDEDED
(237,237,237)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C9C0 color. Also use rgb(165,201,192) instead hex code.

Text Font Color

.myTextColor { color: #A5C9C0; }

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

This text font color is #A5C9C0.


Background Color

.myBgColor { background-color: #A5C9C0; }

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

This div background color is #A5C9C0.


Border color

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

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

This div border color is #A5C9C0.


Opacity

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

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

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

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

This text has shadow with #A5C9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C9C0 on black background.


Color preview on white background

This text has color #A5C9C0 on white background.



Black color preview on #A5C9C0 background

This text has black color on #A5C9C0 background.


White color preview on #A5C9C0 background

This text has white color on #A5C9C0 background.