COLOR #A5AFCF

HEX: #A5AFCF
RGB: (165,175,207)

Color info

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

RGB color model

#A5AFCF color RGB value is (165,175,207).

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

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 207 of 255 = 81%

165
175
207

R + G + B ~ 72%. #A5AFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 207 = 547 (100%)
R 165 of 547 ~ 30.16%
G 175 of 547 ~ 31.99%
B 207 of 547 ~ 37.84%

%30.16
%31.99
%37.84

CMYK color model

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

  • cyan value is 20.29%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(20,15,0,19)
C20M15Y0K19 
(20%,15%,0%,19%)
(0.20/0.15/0.00/0.19)	

CMYK percentages

%20.29
%15.46
%0
%18.82

Codes

Color #A5AFCF in popluar color models

A5AFCF
RGB165175207
HSL226°30.43%72.94%
HSB/HSV226°20.29%81.18%
CMYK20.29%15.46%0.00%
18.82%

Color #A5AFCF in popluar number systems.

HEXA5AFCF
Decimal165175207
Binary101001011010111111001111
Octal245257317

Shades and tints

Shades of #A5AFCF

#A5AFCF
(165,175,207)
#96A0BD
(150,160,189)
#8791AB
(135,145,171)
#788299
(120,130,153)
#697387
(105,115,135)
#5A6475
(90,100,117)
#4B5563
(75,85,99)
#3C4651
(60,70,81)
#2D373F
(45,55,63)
#1E282D
(30,40,45)
#0F191B
(15,25,27)
#000000
(0,0,0)

Tints of #A5AFCF

#A5AFCF
(165,175,207)
#ADB6D3
(173,182,211)
#B5BDD7
(181,189,215)
#BDC4DB
(189,196,219)
#C5CBDF
(197,203,223)
#CDD2E3
(205,210,227)
#D5D9E7
(213,217,231)
#DDE0EB
(221,224,235)
#E5E7EF
(229,231,239)
#EDEEF3
(237,238,243)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFCF; }

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

This text font color is #A5AFCF.


Background Color

.myBgColor { background-color: #A5AFCF; }

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

This div background color is #A5AFCF.


Border color

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

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

This div border color is #A5AFCF.


Opacity

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

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

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

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

This text has shadow with #A5AFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AFCF on black background.


Color preview on white background

This text has color #A5AFCF on white background.



Black color preview on #A5AFCF background

This text has black color on #A5AFCF background.


White color preview on #A5AFCF background

This text has white color on #A5AFCF background.