COLOR #A3AEDB

HEX: #A3AEDB
RGB: (163,174,219)

Color info

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

RGB color model

#A3AEDB color RGB value is (163,174,219).

  • red value is 163;
  • green value is 174;
  • blue value is 219.
RGB:
(163,174,219)
(64%,68%,86%)

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 219 of 255 = 86%

163
174
219

R + G + B ~ 73%. #A3AEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 219 = 556 (100%)
R 163 of 556 ~ 29.32%
G 174 of 556 ~ 31.29%
B 219 of 556 ~ 39.39%

%29.32
%31.29
%39.39

CMYK color model

#A3AEDB color CMYK value is (26,21,0,14).

  • cyan value is 25.57%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(26,21,0,14)
C26M21Y0K14 
(26%,21%,0%,14%)
(0.26/0.21/0.00/0.14)	

CMYK percentages

%25.57
%20.55
%0
%14.12

Codes

Color #A3AEDB in popluar color models

A3AEDB
RGB163174219
HSL228°43.75%74.90%
HSB/HSV228°25.57%85.88%
CMYK25.57%20.55%0.00%
14.12%

Color #A3AEDB in popluar number systems.

HEXA3AEDB
Decimal163174219
Binary101000111010111011011011
Octal243256333

Shades and tints

Shades of #A3AEDB

#A3AEDB
(163,174,219)
#959FC8
(149,159,200)
#8790B5
(135,144,181)
#7981A2
(121,129,162)
#6B728F
(107,114,143)
#5D637C
(93,99,124)
#4F5469
(79,84,105)
#414556
(65,69,86)
#333643
(51,54,67)
#252730
(37,39,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #A3AEDB

#A3AEDB
(163,174,219)
#ABB5DE
(171,181,222)
#B3BCE1
(179,188,225)
#BBC3E4
(187,195,228)
#C3CAE7
(195,202,231)
#CBD1EA
(203,209,234)
#D3D8ED
(211,216,237)
#DBDFF0
(219,223,240)
#E3E6F3
(227,230,243)
#EBEDF6
(235,237,246)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AEDB color. Also use rgb(163,174,219) instead hex code.

Text Font Color

.myTextColor { color: #A3AEDB; }

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

This text font color is #A3AEDB.


Background Color

.myBgColor { background-color: #A3AEDB; }

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

This div background color is #A3AEDB.


Border color

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

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

This div border color is #A3AEDB.


Opacity

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

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

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

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

This text has shadow with #A3AEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AEDB on black background.


Color preview on white background

This text has color #A3AEDB on white background.



Black color preview on #A3AEDB background

This text has black color on #A3AEDB background.


White color preview on #A3AEDB background

This text has white color on #A3AEDB background.