COLOR #A5AFCD

HEX: #A5AFCD
RGB: (165,175,205)

Color info

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

RGB color model

#A5AFCD color RGB value is (165,175,205).

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

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 205 of 255 = 80%

165
175
205

R + G + B ~ 71%. #A5AFCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 205 = 545 (100%)
R 165 of 545 ~ 30.28%
G 175 of 545 ~ 32.11%
B 205 of 545 ~ 37.61%

%30.28
%32.11
%37.61

CMYK color model

#A5AFCD color CMYK value is (20,15,0,20).

  • cyan value is 19.51%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,15,0,20)
C20M15Y0K20 
(20%,15%,0%,20%)
(0.20/0.15/0.00/0.20)	

CMYK percentages

%19.51
%14.63
%0
%19.61

Codes

Color #A5AFCD in popluar color models

A5AFCD
RGB165175205
HSL225°28.57%72.55%
HSB/HSV225°19.51%80.39%
CMYK19.51%14.63%0.00%
19.61%

Color #A5AFCD in popluar number systems.

HEXA5AFCD
Decimal165175205
Binary101001011010111111001101
Octal245257315

Shades and tints

Shades of #A5AFCD

#A5AFCD
(165,175,205)
#96A0BB
(150,160,187)
#8791A9
(135,145,169)
#788297
(120,130,151)
#697385
(105,115,133)
#5A6473
(90,100,115)
#4B5561
(75,85,97)
#3C464F
(60,70,79)
#2D373D
(45,55,61)
#1E282B
(30,40,43)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #A5AFCD

#A5AFCD
(165,175,205)
#ADB6D1
(173,182,209)
#B5BDD5
(181,189,213)
#BDC4D9
(189,196,217)
#C5CBDD
(197,203,221)
#CDD2E1
(205,210,225)
#D5D9E5
(213,217,229)
#DDE0E9
(221,224,233)
#E5E7ED
(229,231,237)
#EDEEF1
(237,238,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFCD; }

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

This text font color is #A5AFCD.


Background Color

.myBgColor { background-color: #A5AFCD; }

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

This div background color is #A5AFCD.


Border color

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

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

This div border color is #A5AFCD.


Opacity

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

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

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

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

This text has shadow with #A5AFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AFCD on black background.


Color preview on white background

This text has color #A5AFCD on white background.



Black color preview on #A5AFCD background

This text has black color on #A5AFCD background.


White color preview on #A5AFCD background

This text has white color on #A5AFCD background.