COLOR #A5ACE9

HEX: #A5ACE9
RGB: (165,172,233)

Color info

#A5ACE9 contains mainly blue color. Web safe color of #A5ACE9 is #9999FF (or #99F).

RGB color model

#A5ACE9 color RGB value is (165,172,233).

  • red value is 165;
  • green value is 172;
  • blue value is 233.
RGB:
(165,172,233)
(65%,67%,91%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 233 of 255 = 91%

165
172
233

R + G + B ~ 74%. #A5ACE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 233 = 570 (100%)
R 165 of 570 ~ 28.95%
G 172 of 570 ~ 30.18%
B 233 of 570 ~ 40.88%

%28.95
%30.18
%40.88

CMYK color model

#A5ACE9 color CMYK value is (29,26,0,9).

  • cyan value is 29.18%
  • magenta value is 26.18%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,26,0,9)
C29M26Y0K9 
(29%,26%,0%,9%)
(0.29/0.26/0.00/0.09)	

CMYK percentages

%29.18
%26.18
%0
%8.63

Codes

Color #A5ACE9 in popluar color models

A5ACE9
RGB165172233
HSL234°60.71%78.04%
HSB/HSV234°29.18%91.37%
CMYK29.18%26.18%0.00%
8.63%

Color #A5ACE9 in popluar number systems.

HEXA5ACE9
Decimal165172233
Binary101001011010110011101001
Octal245254351

Shades and tints

Shades of #A5ACE9

#A5ACE9
(165,172,233)
#969DD4
(150,157,212)
#878EBF
(135,142,191)
#787FAA
(120,127,170)
#697095
(105,112,149)
#5A6180
(90,97,128)
#4B526B
(75,82,107)
#3C4356
(60,67,86)
#2D3441
(45,52,65)
#1E252C
(30,37,44)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #A5ACE9

#A5ACE9
(165,172,233)
#ADB3EB
(173,179,235)
#B5BAED
(181,186,237)
#BDC1EF
(189,193,239)
#C5C8F1
(197,200,241)
#CDCFF3
(205,207,243)
#D5D6F5
(213,214,245)
#DDDDF7
(221,221,247)
#E5E4F9
(229,228,249)
#EDEBFB
(237,235,251)
#F5F2FD
(245,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ACE9 color. Also use rgb(165,172,233) instead hex code.

Text Font Color

.myTextColor { color: #A5ACE9; }

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

This text font color is #A5ACE9.


Background Color

.myBgColor { background-color: #A5ACE9; }

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

This div background color is #A5ACE9.


Border color

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

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

This div border color is #A5ACE9.


Opacity

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

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

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

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

This text has shadow with #A5ACE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ACE9 on black background.


Color preview on white background

This text has color #A5ACE9 on white background.



Black color preview on #A5ACE9 background

This text has black color on #A5ACE9 background.


White color preview on #A5ACE9 background

This text has white color on #A5ACE9 background.