COLOR #A5AFC0

HEX: #A5AFC0
RGB: (165,175,192)

Color info

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

RGB color model

#A5AFC0 color RGB value is (165,175,192).

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

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 192 of 255 = 75%

165
175
192

R + G + B ~ 70%. #A5AFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 192 = 532 (100%)
R 165 of 532 ~ 31.02%
G 175 of 532 ~ 32.89%
B 192 of 532 ~ 36.09%

%31.02
%32.89
%36.09

CMYK color model

#A5AFC0 color CMYK value is (14,9,0,25).

  • cyan value is 14.06%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(14,9,0,25)
C14M9Y0K25 
(14%,9%,0%,25%)
(0.14/0.09/0.00/0.25)	

CMYK percentages

%14.06
%8.85
%0
%24.71

Codes

Color #A5AFC0 in popluar color models

A5AFC0
RGB165175192
HSL218°17.65%70.00%
HSB/HSV218°14.06%75.29%
CMYK14.06%8.85%0.00%
24.71%

Color #A5AFC0 in popluar number systems.

HEXA5AFC0
Decimal165175192
Binary101001011010111111000000
Octal245257300

Shades and tints

Shades of #A5AFC0

#A5AFC0
(165,175,192)
#96A0AF
(150,160,175)
#87919E
(135,145,158)
#78828D
(120,130,141)
#69737C
(105,115,124)
#5A646B
(90,100,107)
#4B555A
(75,85,90)
#3C4649
(60,70,73)
#2D3738
(45,55,56)
#1E2827
(30,40,39)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #A5AFC0

#A5AFC0
(165,175,192)
#ADB6C5
(173,182,197)
#B5BDCA
(181,189,202)
#BDC4CF
(189,196,207)
#C5CBD4
(197,203,212)
#CDD2D9
(205,210,217)
#D5D9DE
(213,217,222)
#DDE0E3
(221,224,227)
#E5E7E8
(229,231,232)
#EDEEED
(237,238,237)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFC0; }

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

This text font color is #A5AFC0.


Background Color

.myBgColor { background-color: #A5AFC0; }

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

This div background color is #A5AFC0.


Border color

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

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

This div border color is #A5AFC0.


Opacity

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

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

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

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

This text has shadow with #A5AFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AFC0 on black background.


Color preview on white background

This text has color #A5AFC0 on white background.



Black color preview on #A5AFC0 background

This text has black color on #A5AFC0 background.


White color preview on #A5AFC0 background

This text has white color on #A5AFC0 background.