COLOR #A3BBBF

HEX: #A3BBBF
RGB: (163,187,191)

Color info

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

RGB color model

#A3BBBF color RGB value is (163,187,191).

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

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 191 of 255 = 75%

163
187
191

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

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 191 = 541 (100%)
R 163 of 541 ~ 30.13%
G 187 of 541 ~ 34.57%
B 191 of 541 ~ 35.3%

%30.13
%34.57
%35.3

CMYK color model

#A3BBBF color CMYK value is (15,2,0,25).

  • cyan value is 14.66%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(15,2,0,25)
C15M2Y0K25 
(15%,2%,0%,25%)
(0.15/0.02/0.00/0.25)	

CMYK percentages

%14.66
%2.09
%0
%25.1

Codes

Color #A3BBBF in popluar color models

A3BBBF
RGB163187191
HSL189°17.95%69.41%
HSB/HSV189°14.66%74.90%
CMYK14.66%2.09%0.00%
25.10%

Color #A3BBBF in popluar number systems.

HEXA3BBBF
Decimal163187191
Binary101000111011101110111111
Octal243273277

Shades and tints

Shades of #A3BBBF

#A3BBBF
(163,187,191)
#95AAAE
(149,170,174)
#87999D
(135,153,157)
#79888C
(121,136,140)
#6B777B
(107,119,123)
#5D666A
(93,102,106)
#4F5559
(79,85,89)
#414448
(65,68,72)
#333337
(51,51,55)
#252226
(37,34,38)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #A3BBBF

#A3BBBF
(163,187,191)
#ABC1C4
(171,193,196)
#B3C7C9
(179,199,201)
#BBCDCE
(187,205,206)
#C3D3D3
(195,211,211)
#CBD9D8
(203,217,216)
#D3DFDD
(211,223,221)
#DBE5E2
(219,229,226)
#E3EBE7
(227,235,231)
#EBF1EC
(235,241,236)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BBBF color. Also use rgb(163,187,191) instead hex code.

Text Font Color

.myTextColor { color: #A3BBBF; }

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

This text font color is #A3BBBF.


Background Color

.myBgColor { background-color: #A3BBBF; }

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

This div background color is #A3BBBF.


Border color

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

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

This div border color is #A3BBBF.


Opacity

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

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

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

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

This text has shadow with #A3BBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BBBF on black background.


Color preview on white background

This text has color #A3BBBF on white background.



Black color preview on #A3BBBF background

This text has black color on #A3BBBF background.


White color preview on #A3BBBF background

This text has white color on #A3BBBF background.