COLOR #A3BBB0

HEX: #A3BBB0
RGB: (163,187,176)

Color info

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

RGB color model

#A3BBB0 color RGB value is (163,187,176).

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

RGB channels and saturation

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

163
187
176

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

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 176 = 526 (100%)
R 163 of 526 ~ 30.99%
G 187 of 526 ~ 35.55%
B 176 of 526 ~ 33.46%

%30.99
%35.55
%33.46

CMYK color model

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

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(13,0,6,27)
C13M0Y6K27 
(13%,0%,6%,27%)
(0.13/0.00/0.06/0.27)	

CMYK percentages

%12.83
%0
%5.88
%26.67

Codes

Color #A3BBB0 in popluar color models

A3BBB0
RGB163187176
HSL153°15.00%68.63%
HSB/HSV153°12.83%73.33%
CMYK12.83%0.00%5.88%
26.67%

Color #A3BBB0 in popluar number systems.

HEXA3BBB0
Decimal163187176
Binary101000111011101110110000
Octal243273260

Shades and tints

Shades of #A3BBB0

#A3BBB0
(163,187,176)
#95AAA0
(149,170,160)
#879990
(135,153,144)
#798880
(121,136,128)
#6B7770
(107,119,112)
#5D6660
(93,102,96)
#4F5550
(79,85,80)
#414440
(65,68,64)
#333330
(51,51,48)
#252220
(37,34,32)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A3BBB0

#A3BBB0
(163,187,176)
#ABC1B7
(171,193,183)
#B3C7BE
(179,199,190)
#BBCDC5
(187,205,197)
#C3D3CC
(195,211,204)
#CBD9D3
(203,217,211)
#D3DFDA
(211,223,218)
#DBE5E1
(219,229,225)
#E3EBE8
(227,235,232)
#EBF1EF
(235,241,239)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BBB0; }

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

This text font color is #A3BBB0.


Background Color

.myBgColor { background-color: #A3BBB0; }

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

This div background color is #A3BBB0.


Border color

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

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

This div border color is #A3BBB0.


Opacity

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

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

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

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

This text has shadow with #A3BBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BBB0 on black background.


Color preview on white background

This text has color #A3BBB0 on white background.



Black color preview on #A3BBB0 background

This text has black color on #A3BBB0 background.


White color preview on #A3BBB0 background

This text has white color on #A3BBB0 background.