COLOR #A3BBBC

HEX: #A3BBBC RGB: (163,187,188)

Color info

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

RGB color model

#A3BBBC color RGB value is (163,187,188).

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

RGB channels and saturation

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

163
187
188

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

Portions of RGB colors in percentages

R + G + B = 163 + 187 + 188 = 538 (100%)
R 163 of 538 ~ 30.3%
G 187 of 538 ~ 34.76%
B 188 of 538 ~ 34.94'%

%30.3
%34.76
%34.94

CMYK color model

#A3BBBC color CMYK value is (13,1,0,26).

  • cyan value is 13.30%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (13,1,0,26)
C13M1Y0K26 (13%, 1%, 0%, 26%)
(0.13 / 0.01 / 0.00 / 0.26)

CMYK percentages

%13.3
%0.53
%0
%26.27

Codes

Color #A3BBBC in popluar color models

A3 BB BC
RGB 163 187 188
HSL 182° 15.72% 68.82%
HSB/HSV 182° 13.30% 73.73%
CMYK 13.30% 0.53% 0.00%
26.27%

Color #A3BBBC in popluar number systems.

HEX A3 BB BC
Decimal 163 187 188
Binary 10100011 10111011 10111100
Octal 243 273 274

Shades and tints

Shades of #A3BBBC

#A3BBBC
(163,187,188)
#95AAAB
(149,170,171)
#87999A
(135,153,154)
#798889
(121,136,137)
#6B7778
(107,119,120)
#5D6667
(93,102,103)
#4F5556
(79,85,86)
#414445
(65,68,69)
#333334
(51,51,52)
#252223
(37,34,35)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #A3BBBC

#A3BBBC
(163,187,188)
#ABC1C2
(171,193,194)
#B3C7C8
(179,199,200)
#BBCDCE
(187,205,206)
#C3D3D4
(195,211,212)
#CBD9DA
(203,217,218)
#D3DFE0
(211,223,224)
#DBE5E6
(219,229,230)
#E3EBEC
(227,235,236)
#EBF1F2
(235,241,242)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BBBC; }

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

This text font color is #A3BBBC.

Background Color

.myBgColor { background-color: #A3BBBC; }

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

This div background color is #A3BBBC.

Border color

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

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

This div border color is #A3BBBC.

Opacity

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

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

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

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

This text has shadow with #A3BBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BBBC.

Preview

Color preview on black background

This text has color #A3BBBC on black background.


Color preview on white background

This text has color #A3BBBC on white background.


Black color preview on #A3BBBC background

This text has black color on #A3BBBC background.


White color preview on #A3BBBC background

This text has white color on #A3BBBC background.


Related colors

Complementary color

Complementary color for #hex is #5C4443.


I love getcolorcode.com

Triadic colors

1 #BCA3BB and #BBBCA3 with #A3BBBC are triadic colors.

2 #BCBBA3 and #BBA3BC with #A3BBBC are triadic colors.