COLOR #A5AFC8

HEX: #A5AFC8 RGB: (165,175,200)

Color info

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

RGB color model

#A5AFC8 color RGB value is (165,175,200).

RGB: (165,175,200) (65%, 69%, 78%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 200 of 255 = 78%

165
175
200

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

Portions of RGB colors in percentages

R + G + B = 165 + 175 + 200 = 540 (100%)
R 165 of 540 ~ 30.56%
G 175 of 540 ~ 32.41%
B 200 of 540 ~ 37.04'%

%30.56
%32.41
%37.04

CMYK color model

#A5AFC8 color CMYK value is (18,13,0,22).

  • cyan value is 17.50%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (18,13,0,22)
C18M13Y0K22 (18%, 13%, 0%, 22%)
(0.18 / 0.13 / 0.00 / 0.22)

CMYK percentages

%17.5
%12.5
%0
%21.57

Codes

Color #A5AFC8 in popluar color models

A5 AF C8
RGB 165 175 200
HSL 223° 24.14% 71.57%
HSB/HSV 223° 17.50% 78.43%
CMYK 17.50% 12.50% 0.00%
21.57%

Color #A5AFC8 in popluar number systems.

HEX A5 AF C8
Decimal 165 175 200
Binary 10100101 10101111 11001000
Octal 245 257 310

Shades and tints

Shades of #A5AFC8

#A5AFC8
(165,175,200)
#96A0B6
(150,160,182)
#8791A4
(135,145,164)
#788292
(120,130,146)
#697380
(105,115,128)
#5A646E
(90,100,110)
#4B555C
(75,85,92)
#3C464A
(60,70,74)
#2D3738
(45,55,56)
#1E2826
(30,40,38)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #A5AFC8

#A5AFC8
(165,175,200)
#ADB6CD
(173,182,205)
#B5BDD2
(181,189,210)
#BDC4D7
(189,196,215)
#C5CBDC
(197,203,220)
#CDD2E1
(205,210,225)
#D5D9E6
(213,217,230)
#DDE0EB
(221,224,235)
#E5E7F0
(229,231,240)
#EDEEF5
(237,238,245)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFC8; }

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

This text font color is #A5AFC8.

Background Color

.myBgColor { background-color: #A5AFC8; }

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

This div background color is #A5AFC8.

Border color

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

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

This div border color is #A5AFC8.

Opacity

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

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

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

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

This text has shadow with #A5AFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AFC8.

Preview

Color preview on black background

This text has color #A5AFC8 on black background.


Color preview on white background

This text has color #A5AFC8 on white background.


Black color preview on #A5AFC8 background

This text has black color on #A5AFC8 background.


White color preview on #A5AFC8 background

This text has white color on #A5AFC8 background.


Related colors

Complementary color

Complementary color for #hex is #5A5037.


I love getcolorcode.com

Triadic colors

1 #C8A5AF and #AFC8A5 with #A5AFC8 are triadic colors.

2 #C8AFA5 and #AFA5C8 with #A5AFC8 are triadic colors.