COLOR #A5AFBC

HEX: #A5AFBC
RGB: (165,175,188)

Color info

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

RGB color model

#A5AFBC color RGB value is (165,175,188).

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

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 188 of 255 = 74%

165
175
188

R + G + B ~ 69%. #A5AFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 188 = 528 (100%)
R 165 of 528 ~ 31.25%
G 175 of 528 ~ 33.14%
B 188 of 528 ~ 35.61%

%31.25
%33.14
%35.61

CMYK color model

#A5AFBC color CMYK value is (12,7,0,26).

  • cyan value is 12.23%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,7,0,26)
C12M7Y0K26 
(12%,7%,0%,26%)
(0.12/0.07/0.00/0.26)	

CMYK percentages

%12.23
%6.91
%0
%26.27

Codes

Color #A5AFBC in popluar color models

A5AFBC
RGB165175188
HSL214°14.65%69.22%
HSB/HSV214°12.23%73.73%
CMYK12.23%6.91%0.00%
26.27%

Color #A5AFBC in popluar number systems.

HEXA5AFBC
Decimal165175188
Binary101001011010111110111100
Octal245257274

Shades and tints

Shades of #A5AFBC

#A5AFBC
(165,175,188)
#96A0AB
(150,160,171)
#87919A
(135,145,154)
#788289
(120,130,137)
#697378
(105,115,120)
#5A6467
(90,100,103)
#4B5556
(75,85,86)
#3C4645
(60,70,69)
#2D3734
(45,55,52)
#1E2823
(30,40,35)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #A5AFBC

#A5AFBC
(165,175,188)
#ADB6C2
(173,182,194)
#B5BDC8
(181,189,200)
#BDC4CE
(189,196,206)
#C5CBD4
(197,203,212)
#CDD2DA
(205,210,218)
#D5D9E0
(213,217,224)
#DDE0E6
(221,224,230)
#E5E7EC
(229,231,236)
#EDEEF2
(237,238,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFBC; }

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

This text font color is #A5AFBC.


Background Color

.myBgColor { background-color: #A5AFBC; }

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

This div background color is #A5AFBC.


Border color

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

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

This div border color is #A5AFBC.


Opacity

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

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

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

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

This text has shadow with #A5AFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AFBC on black background.


Color preview on white background

This text has color #A5AFBC on white background.



Black color preview on #A5AFBC background

This text has black color on #A5AFBC background.


White color preview on #A5AFBC background

This text has white color on #A5AFBC background.