COLOR #A3BBB2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

163
187
178

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

Portions of RGB colors in percentages

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

%30.87
%35.42
%33.71

CMYK color model

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

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 4.81%
  • key color value is 26.67%
CMYK:
(13,0,5,27)
C13M0Y5K27 
(13%,0%,5%,27%)
(0.13/0.00/0.05/0.27)	

CMYK percentages

%12.83
%0
%4.81
%26.67

Codes

Color #A3BBB2 in popluar color models

A3BBB2
RGB163187178
HSL158°15.00%68.63%
HSB/HSV158°12.83%73.33%
CMYK12.83%0.00%4.81%
26.67%

Color #A3BBB2 in popluar number systems.

HEXA3BBB2
Decimal163187178
Binary101000111011101110110010
Octal243273262

Shades and tints

Shades of #A3BBB2

#A3BBB2
(163,187,178)
#95AAA2
(149,170,162)
#879992
(135,153,146)
#798882
(121,136,130)
#6B7772
(107,119,114)
#5D6662
(93,102,98)
#4F5552
(79,85,82)
#414442
(65,68,66)
#333332
(51,51,50)
#252222
(37,34,34)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #A3BBB2

#A3BBB2
(163,187,178)
#ABC1B9
(171,193,185)
#B3C7C0
(179,199,192)
#BBCDC7
(187,205,199)
#C3D3CE
(195,211,206)
#CBD9D5
(203,217,213)
#D3DFDC
(211,223,220)
#DBE5E3
(219,229,227)
#E3EBEA
(227,235,234)
#EBF1F1
(235,241,241)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BBB2; }

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

This text font color is #A3BBB2.


Background Color

.myBgColor { background-color: #A3BBB2; }

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

This div background color is #A3BBB2.


Border color

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

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

This div border color is #A3BBB2.


Opacity

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

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

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

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

This text has shadow with #A3BBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BBB2 on black background.


Color preview on white background

This text has color #A3BBB2 on white background.



Black color preview on #A3BBB2 background

This text has black color on #A3BBB2 background.


White color preview on #A3BBB2 background

This text has white color on #A3BBB2 background.