COLOR #A3ACBE

HEX: #A3ACBE
RGB: (163,172,190)

Color info

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

RGB color model

#A3ACBE color RGB value is (163,172,190).

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

RGB channels and saturation

R 163 of 255 = 64%
G 172 of 255 = 67%
B 190 of 255 = 75%

163
172
190

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

Portions of RGB colors in percentages

R + G + B =
163 + 172 + 190 = 525 (100%)
R 163 of 525 ~ 31.05%
G 172 of 525 ~ 32.76%
B 190 of 525 ~ 36.19%

%31.05
%32.76
%36.19

CMYK color model

#A3ACBE color CMYK value is (14,9,0,25).

  • cyan value is 14.21%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,9,0,25)
C14M9Y0K25 
(14%,9%,0%,25%)
(0.14/0.09/0.00/0.25)	

CMYK percentages

%14.21
%9.47
%0
%25.49

Codes

Color #A3ACBE in popluar color models

A3ACBE
RGB163172190
HSL220°17.20%69.22%
HSB/HSV220°14.21%74.51%
CMYK14.21%9.47%0.00%
25.49%

Color #A3ACBE in popluar number systems.

HEXA3ACBE
Decimal163172190
Binary101000111010110010111110
Octal243254276

Shades and tints

Shades of #A3ACBE

#A3ACBE
(163,172,190)
#959DAD
(149,157,173)
#878E9C
(135,142,156)
#797F8B
(121,127,139)
#6B707A
(107,112,122)
#5D6169
(93,97,105)
#4F5258
(79,82,88)
#414347
(65,67,71)
#333436
(51,52,54)
#252525
(37,37,37)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #A3ACBE

#A3ACBE
(163,172,190)
#ABB3C3
(171,179,195)
#B3BAC8
(179,186,200)
#BBC1CD
(187,193,205)
#C3C8D2
(195,200,210)
#CBCFD7
(203,207,215)
#D3D6DC
(211,214,220)
#DBDDE1
(219,221,225)
#E3E4E6
(227,228,230)
#EBEBEB
(235,235,235)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ACBE; }

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

This text font color is #A3ACBE.


Background Color

.myBgColor { background-color: #A3ACBE; }

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

This div background color is #A3ACBE.


Border color

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

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

This div border color is #A3ACBE.


Opacity

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

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

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

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

This text has shadow with #A3ACBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ACBE on black background.


Color preview on white background

This text has color #A3ACBE on white background.



Black color preview on #A3ACBE background

This text has black color on #A3ACBE background.


White color preview on #A3ACBE background

This text has white color on #A3ACBE background.