COLOR #A3BABE

HEX: #A3BABE
RGB: (163,186,190)

Color info

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

RGB color model

#A3BABE color RGB value is (163,186,190).

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

RGB channels and saturation

R 163 of 255 = 64%
G 186 of 255 = 73%
B 190 of 255 = 75%

163
186
190

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

Portions of RGB colors in percentages

R + G + B =
163 + 186 + 190 = 539 (100%)
R 163 of 539 ~ 30.24%
G 186 of 539 ~ 34.51%
B 190 of 539 ~ 35.25%

%30.24
%34.51
%35.25

CMYK color model

#A3BABE color CMYK value is (14,2,0,25).

  • cyan value is 14.21%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,2,0,25)
C14M2Y0K25 
(14%,2%,0%,25%)
(0.14/0.02/0.00/0.25)	

CMYK percentages

%14.21
%2.11
%0
%25.49

Codes

Color #A3BABE in popluar color models

A3BABE
RGB163186190
HSL189°17.20%69.22%
HSB/HSV189°14.21%74.51%
CMYK14.21%2.11%0.00%
25.49%

Color #A3BABE in popluar number systems.

HEXA3BABE
Decimal163186190
Binary101000111011101010111110
Octal243272276

Shades and tints

Shades of #A3BABE

#A3BABE
(163,186,190)
#95AAAD
(149,170,173)
#879A9C
(135,154,156)
#798A8B
(121,138,139)
#6B7A7A
(107,122,122)
#5D6A69
(93,106,105)
#4F5A58
(79,90,88)
#414A47
(65,74,71)
#333A36
(51,58,54)
#252A25
(37,42,37)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #A3BABE

#A3BABE
(163,186,190)
#ABC0C3
(171,192,195)
#B3C6C8
(179,198,200)
#BBCCCD
(187,204,205)
#C3D2D2
(195,210,210)
#CBD8D7
(203,216,215)
#D3DEDC
(211,222,220)
#DBE4E1
(219,228,225)
#E3EAE6
(227,234,230)
#EBF0EB
(235,240,235)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BABE; }

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

This text font color is #A3BABE.


Background Color

.myBgColor { background-color: #A3BABE; }

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

This div background color is #A3BABE.


Border color

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

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

This div border color is #A3BABE.


Opacity

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

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

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

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

This text has shadow with #A3BABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BABE on black background.


Color preview on white background

This text has color #A3BABE on white background.



Black color preview on #A3BABE background

This text has black color on #A3BABE background.


White color preview on #A3BABE background

This text has white color on #A3BABE background.