COLOR #A3B8BB

HEX: #A3B8BB
RGB: (163,184,187)

Color info

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

RGB color model

#A3B8BB color RGB value is (163,184,187).

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

RGB channels and saturation

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

163
184
187

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

Portions of RGB colors in percentages

R + G + B =
163 + 184 + 187 = 534 (100%)
R 163 of 534 ~ 30.52%
G 184 of 534 ~ 34.46%
B 187 of 534 ~ 35.02%

%30.52
%34.46
%35.02

CMYK color model

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

  • cyan value is 12.83%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,2,0,27)
C13M2Y0K27 
(13%,2%,0%,27%)
(0.13/0.02/0.00/0.27)	

CMYK percentages

%12.83
%1.6
%0
%26.67

Codes

Color #A3B8BB in popluar color models

A3B8BB
RGB163184187
HSL188°15.00%68.63%
HSB/HSV188°12.83%73.33%
CMYK12.83%1.60%0.00%
26.67%

Color #A3B8BB in popluar number systems.

HEXA3B8BB
Decimal163184187
Binary101000111011100010111011
Octal243270273

Shades and tints

Shades of #A3B8BB

#A3B8BB
(163,184,187)
#95A8AA
(149,168,170)
#879899
(135,152,153)
#798888
(121,136,136)
#6B7877
(107,120,119)
#5D6866
(93,104,102)
#4F5855
(79,88,85)
#414844
(65,72,68)
#333833
(51,56,51)
#252822
(37,40,34)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #A3B8BB

#A3B8BB
(163,184,187)
#ABBEC1
(171,190,193)
#B3C4C7
(179,196,199)
#BBCACD
(187,202,205)
#C3D0D3
(195,208,211)
#CBD6D9
(203,214,217)
#D3DCDF
(211,220,223)
#DBE2E5
(219,226,229)
#E3E8EB
(227,232,235)
#EBEEF1
(235,238,241)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B8BB; }

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

This text font color is #A3B8BB.


Background Color

.myBgColor { background-color: #A3B8BB; }

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

This div background color is #A3B8BB.


Border color

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

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

This div border color is #A3B8BB.


Opacity

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

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

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

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

This text has shadow with #A3B8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B8BB on black background.


Color preview on white background

This text has color #A3B8BB on white background.



Black color preview on #A3B8BB background

This text has black color on #A3B8BB background.


White color preview on #A3B8BB background

This text has white color on #A3B8BB background.