COLOR #A3ACDB

HEX: #A3ACDB
RGB: (163,172,219)

Color info

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

RGB color model

#A3ACDB color RGB value is (163,172,219).

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

RGB channels and saturation

R 163 of 255 = 64%
G 172 of 255 = 67%
B 219 of 255 = 86%

163
172
219

R + G + B ~ 72%. #A3ACDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 172 + 219 = 554 (100%)
R 163 of 554 ~ 29.42%
G 172 of 554 ~ 31.05%
B 219 of 554 ~ 39.53%

%29.42
%31.05
%39.53

CMYK color model

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

  • cyan value is 25.57%
  • magenta value is 21.46%
  • 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
%21.46
%0
%14.12

Codes

Color #A3ACDB in popluar color models

A3ACDB
RGB163172219
HSL230°43.75%74.90%
HSB/HSV230°25.57%85.88%
CMYK25.57%21.46%0.00%
14.12%

Color #A3ACDB in popluar number systems.

HEXA3ACDB
Decimal163172219
Binary101000111010110011011011
Octal243254333

Shades and tints

Shades of #A3ACDB

#A3ACDB
(163,172,219)
#959DC8
(149,157,200)
#878EB5
(135,142,181)
#797FA2
(121,127,162)
#6B708F
(107,112,143)
#5D617C
(93,97,124)
#4F5269
(79,82,105)
#414356
(65,67,86)
#333443
(51,52,67)
#252530
(37,37,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #A3ACDB

#A3ACDB
(163,172,219)
#ABB3DE
(171,179,222)
#B3BAE1
(179,186,225)
#BBC1E4
(187,193,228)
#C3C8E7
(195,200,231)
#CBCFEA
(203,207,234)
#D3D6ED
(211,214,237)
#DBDDF0
(219,221,240)
#E3E4F3
(227,228,243)
#EBEBF6
(235,235,246)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ACDB; }

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

This text font color is #A3ACDB.


Background Color

.myBgColor { background-color: #A3ACDB; }

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

This div background color is #A3ACDB.


Border color

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

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

This div border color is #A3ACDB.


Opacity

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

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

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

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

This text has shadow with #A3ACDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ACDB on black background.


Color preview on white background

This text has color #A3ACDB on white background.



Black color preview on #A3ACDB background

This text has black color on #A3ACDB background.


White color preview on #A3ACDB background

This text has white color on #A3ACDB background.