COLOR #A5AFD8

HEX: #A5AFD8
RGB: (165,175,216)

Color info

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

RGB color model

#A5AFD8 color RGB value is (165,175,216).

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

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 216 of 255 = 85%

165
175
216

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

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 216 = 556 (100%)
R 165 of 556 ~ 29.68%
G 175 of 556 ~ 31.47%
B 216 of 556 ~ 38.85%

%29.68
%31.47
%38.85

CMYK color model

#A5AFD8 color CMYK value is (24,19,0,15).

  • cyan value is 23.61%
  • magenta value is 18.98%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(24,19,0,15)
C24M19Y0K15 
(24%,19%,0%,15%)
(0.24/0.19/0.00/0.15)	

CMYK percentages

%23.61
%18.98
%0
%15.29

Codes

Color #A5AFD8 in popluar color models

A5AFD8
RGB165175216
HSL228°39.53%74.71%
HSB/HSV228°23.61%84.71%
CMYK23.61%18.98%0.00%
15.29%

Color #A5AFD8 in popluar number systems.

HEXA5AFD8
Decimal165175216
Binary101001011010111111011000
Octal245257330

Shades and tints

Shades of #A5AFD8

#A5AFD8
(165,175,216)
#96A0C5
(150,160,197)
#8791B2
(135,145,178)
#78829F
(120,130,159)
#69738C
(105,115,140)
#5A6479
(90,100,121)
#4B5566
(75,85,102)
#3C4653
(60,70,83)
#2D3740
(45,55,64)
#1E282D
(30,40,45)
#0F191A
(15,25,26)
#000000
(0,0,0)

Tints of #A5AFD8

#A5AFD8
(165,175,216)
#ADB6DB
(173,182,219)
#B5BDDE
(181,189,222)
#BDC4E1
(189,196,225)
#C5CBE4
(197,203,228)
#CDD2E7
(205,210,231)
#D5D9EA
(213,217,234)
#DDE0ED
(221,224,237)
#E5E7F0
(229,231,240)
#EDEEF3
(237,238,243)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFD8; }

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

This text font color is #A5AFD8.


Background Color

.myBgColor { background-color: #A5AFD8; }

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

This div background color is #A5AFD8.


Border color

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

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

This div border color is #A5AFD8.


Opacity

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

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

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

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

This text has shadow with #A5AFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AFD8 on black background.


Color preview on white background

This text has color #A5AFD8 on white background.



Black color preview on #A5AFD8 background

This text has black color on #A5AFD8 background.


White color preview on #A5AFD8 background

This text has white color on #A5AFD8 background.