COLOR #A5AECF

HEX: #A5AECF
RGB: (165,174,207)

Color info

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

RGB color model

#A5AECF color RGB value is (165,174,207).

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

RGB channels and saturation

R 165 of 255 = 65%
G 174 of 255 = 68%
B 207 of 255 = 81%

165
174
207

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

Portions of RGB colors in percentages

R + G + B =
165 + 174 + 207 = 546 (100%)
R 165 of 546 ~ 30.22%
G 174 of 546 ~ 31.87%
B 207 of 546 ~ 37.91%

%30.22
%31.87
%37.91

CMYK color model

#A5AECF color CMYK value is (20,16,0,19).

  • cyan value is 20.29%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(20,16,0,19)
C20M16Y0K19 
(20%,16%,0%,19%)
(0.20/0.16/0.00/0.19)	

CMYK percentages

%20.29
%15.94
%0
%18.82

Codes

Color #A5AECF in popluar color models

A5AECF
RGB165174207
HSL227°30.43%72.94%
HSB/HSV227°20.29%81.18%
CMYK20.29%15.94%0.00%
18.82%

Color #A5AECF in popluar number systems.

HEXA5AECF
Decimal165174207
Binary101001011010111011001111
Octal245256317

Shades and tints

Shades of #A5AECF

#A5AECF
(165,174,207)
#969FBD
(150,159,189)
#8790AB
(135,144,171)
#788199
(120,129,153)
#697287
(105,114,135)
#5A6375
(90,99,117)
#4B5463
(75,84,99)
#3C4551
(60,69,81)
#2D363F
(45,54,63)
#1E272D
(30,39,45)
#0F181B
(15,24,27)
#000000
(0,0,0)

Tints of #A5AECF

#A5AECF
(165,174,207)
#ADB5D3
(173,181,211)
#B5BCD7
(181,188,215)
#BDC3DB
(189,195,219)
#C5CADF
(197,202,223)
#CDD1E3
(205,209,227)
#D5D8E7
(213,216,231)
#DDDFEB
(221,223,235)
#E5E6EF
(229,230,239)
#EDEDF3
(237,237,243)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AECF; }

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

This text font color is #A5AECF.


Background Color

.myBgColor { background-color: #A5AECF; }

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

This div background color is #A5AECF.


Border color

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

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

This div border color is #A5AECF.


Opacity

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

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

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

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

This text has shadow with #A5AECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AECF on black background.


Color preview on white background

This text has color #A5AECF on white background.



Black color preview on #A5AECF background

This text has black color on #A5AECF background.


White color preview on #A5AECF background

This text has white color on #A5AECF background.