COLOR #A3B2BB

HEX: #A3B2BB RGB: (163,178,187)

Color info

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

RGB color model

#A3B2BB color RGB value is (163,178,187).

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

RGB channels and saturation

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

163
178
187

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

Portions of RGB colors in percentages

R + G + B = 163 + 178 + 187 = 528 (100%)
R 163 of 528 ~ 30.87%
G 178 of 528 ~ 33.71%
B 187 of 528 ~ 35.42'%

%30.87
%33.71
%35.42

CMYK color model

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

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

CMYK: (13,5,0,27)
C13M5Y0K27 (13%, 5%, 0%, 27%)
(0.13 / 0.05 / 0.00 / 0.27)

CMYK percentages

%12.83
%4.81
%0
%26.67

Codes

Color #A3B2BB in popluar color models

A3 B2 BB
RGB 163 178 187
HSL 203° 15.00% 68.63%
HSB/HSV 203° 12.83% 73.33%
CMYK 12.83% 4.81% 0.00%
26.67%

Color #A3B2BB in popluar number systems.

HEX A3 B2 BB
Decimal 163 178 187
Binary 10100011 10110010 10111011
Octal 243 262 273

Shades and tints

Shades of #A3B2BB

#A3B2BB
(163,178,187)
#95A2AA
(149,162,170)
#879299
(135,146,153)
#798288
(121,130,136)
#6B7277
(107,114,119)
#5D6266
(93,98,102)
#4F5255
(79,82,85)
#414244
(65,66,68)
#333233
(51,50,51)
#252222
(37,34,34)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #A3B2BB

#A3B2BB
(163,178,187)
#ABB9C1
(171,185,193)
#B3C0C7
(179,192,199)
#BBC7CD
(187,199,205)
#C3CED3
(195,206,211)
#CBD5D9
(203,213,217)
#D3DCDF
(211,220,223)
#DBE3E5
(219,227,229)
#E3EAEB
(227,234,235)
#EBF1F1
(235,241,241)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B2BB; }

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

This text font color is #A3B2BB.

Background Color

.myBgColor { background-color: #A3B2BB; }

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

This div background color is #A3B2BB.

Border color

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

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

This div border color is #A3B2BB.

Opacity

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

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

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

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

This text has shadow with #A3B2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B2BB.

Preview

Color preview on black background

This text has color #A3B2BB on black background.


Color preview on white background

This text has color #A3B2BB on white background.


Black color preview on #A3B2BB background

This text has black color on #A3B2BB background.


White color preview on #A3B2BB background

This text has white color on #A3B2BB background.


Related colors

Complementary color

Complementary color for #hex is #5C4D44.


I love getcolorcode.com

Triadic colors

1 #BBA3B2 and #B2BBA3 with #A3B2BB are triadic colors.

2 #BBB2A3 and #B2A3BB with #A3B2BB are triadic colors.