COLOR #A3BBBB

HEX: #A3BBBB RGB: (163,187,187)

Color info

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

RGB color model

#A3BBBB color RGB value is (163,187,187).

RGB: (163,187,187) (64%, 73%, 73%)

RGB channels and saturation

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

163
187
187

R + G + B ~ 70%. #A3BBBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 187 + 187 = 537 (100%)
R 163 of 537 ~ 30.35%
G 187 of 537 ~ 34.82%
B 187 of 537 ~ 34.82'%

%30.35
%34.82
%34.82

CMYK color model

#A3BBBB color CMYK value is (13,0,0,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (13,0,0,27)
C13M0Y0K27 (13%, 0%, 0%, 27%)
(0.13 / 0.00 / 0.00 / 0.27)

CMYK percentages

%12.83
%0
%0
%26.67

Codes

Color #A3BBBB in popluar color models

A3 BB BB
RGB 163 187 187
HSL 180° 15.00% 68.63%
HSB/HSV 180° 12.83% 73.33%
CMYK 12.83% 0.00% 0.00%
26.67%

Color #A3BBBB in popluar number systems.

HEX A3 BB BB
Decimal 163 187 187
Binary 10100011 10111011 10111011
Octal 243 273 273

Shades and tints

Shades of #A3BBBB

#A3BBBB
(163,187,187)
#95AAAA
(149,170,170)
#879999
(135,153,153)
#798888
(121,136,136)
#6B7777
(107,119,119)
#5D6666
(93,102,102)
#4F5555
(79,85,85)
#414444
(65,68,68)
#333333
(51,51,51)
#252222
(37,34,34)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #A3BBBB

#A3BBBB
(163,187,187)
#ABC1C1
(171,193,193)
#B3C7C7
(179,199,199)
#BBCDCD
(187,205,205)
#C3D3D3
(195,211,211)
#CBD9D9
(203,217,217)
#D3DFDF
(211,223,223)
#DBE5E5
(219,229,229)
#E3EBEB
(227,235,235)
#EBF1F1
(235,241,241)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BBBB; }

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

This text font color is #A3BBBB.

Background Color

.myBgColor { background-color: #A3BBBB; }

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

This div background color is #A3BBBB.

Border color

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

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

This div border color is #A3BBBB.

Opacity

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

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

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

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

This text has shadow with #A3BBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BBBB.

Preview

Color preview on black background

This text has color #A3BBBB on black background.


Color preview on white background

This text has color #A3BBBB on white background.


Black color preview on #A3BBBB background

This text has black color on #A3BBBB background.


White color preview on #A3BBBB background

This text has white color on #A3BBBB background.


Related colors

Complementary color

Complementary color for #hex is #5C4444.


I love getcolorcode.com