COLOR #A5AEBD

HEX: #A5AEBD
RGB: (165,174,189)

Color info

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

RGB color model

#A5AEBD color RGB value is (165,174,189).

  • red value is 165;
  • green value is 174;
  • blue value is 189.
RGB:
(165,174,189)
(65%,68%,74%)

RGB channels and saturation

R 165 of 255 = 65%
G 174 of 255 = 68%
B 189 of 255 = 74%

165
174
189

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

Portions of RGB colors in percentages

R + G + B =
165 + 174 + 189 = 528 (100%)
R 165 of 528 ~ 31.25%
G 174 of 528 ~ 32.95%
B 189 of 528 ~ 35.8%

%31.25
%32.95
%35.8

CMYK color model

#A5AEBD color CMYK value is (13,8,0,26).

  • cyan value is 12.70%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,8,0,26)
C13M8Y0K26 
(13%,8%,0%,26%)
(0.13/0.08/0.00/0.26)	

CMYK percentages

%12.7
%7.94
%0
%25.88

Codes

Color #A5AEBD in popluar color models

A5AEBD
RGB165174189
HSL218°15.38%69.41%
HSB/HSV218°12.70%74.12%
CMYK12.70%7.94%0.00%
25.88%

Color #A5AEBD in popluar number systems.

HEXA5AEBD
Decimal165174189
Binary101001011010111010111101
Octal245256275

Shades and tints

Shades of #A5AEBD

#A5AEBD
(165,174,189)
#969FAC
(150,159,172)
#87909B
(135,144,155)
#78818A
(120,129,138)
#697279
(105,114,121)
#5A6368
(90,99,104)
#4B5457
(75,84,87)
#3C4546
(60,69,70)
#2D3635
(45,54,53)
#1E2724
(30,39,36)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #A5AEBD

#A5AEBD
(165,174,189)
#ADB5C3
(173,181,195)
#B5BCC9
(181,188,201)
#BDC3CF
(189,195,207)
#C5CAD5
(197,202,213)
#CDD1DB
(205,209,219)
#D5D8E1
(213,216,225)
#DDDFE7
(221,223,231)
#E5E6ED
(229,230,237)
#EDEDF3
(237,237,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AEBD color. Also use rgb(165,174,189) instead hex code.

Text Font Color

.myTextColor { color: #A5AEBD; }

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

This text font color is #A5AEBD.


Background Color

.myBgColor { background-color: #A5AEBD; }

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

This div background color is #A5AEBD.


Border color

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

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

This div border color is #A5AEBD.


Opacity

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

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

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

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

This text has shadow with #A5AEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AEBD on black background.


Color preview on white background

This text has color #A5AEBD on white background.



Black color preview on #A5AEBD background

This text has black color on #A5AEBD background.


White color preview on #A5AEBD background

This text has white color on #A5AEBD background.