COLOR #A4BCBB

HEX: #A4BCBB RGB: (164,188,187)

Color info

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

RGB color model

#A4BCBB color RGB value is (164,188,187).

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

RGB channels and saturation

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

164
188
187

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

Portions of RGB colors in percentages

R + G + B = 164 + 188 + 187 = 539 (100%)
R 164 of 539 ~ 30.43%
G 188 of 539 ~ 34.88%
B 187 of 539 ~ 34.69'%

%30.43
%34.88
%34.69

CMYK color model

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

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

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

CMYK percentages

%12.77
%0
%0.53
%26.27

Codes

Color #A4BCBB in popluar color models

A4 BC BB
RGB 164 188 187
HSL 178° 15.19% 69.02%
HSB/HSV 178° 12.77% 73.73%
CMYK 12.77% 0.00% 0.53%
26.27%

Color #A4BCBB in popluar number systems.

HEX A4 BC BB
Decimal 164 188 187
Binary 10100100 10111100 10111011
Octal 244 274 273

Shades and tints

Shades of #A4BCBB

#A4BCBB
(164,188,187)
#96ABAA
(150,171,170)
#889A99
(136,154,153)
#7A8988
(122,137,136)
#6C7877
(108,120,119)
#5E6766
(94,103,102)
#505655
(80,86,85)
#424544
(66,69,68)
#343433
(52,52,51)
#262322
(38,35,34)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #A4BCBB

#A4BCBB
(164,188,187)
#ACC2C1
(172,194,193)
#B4C8C7
(180,200,199)
#BCCECD
(188,206,205)
#C4D4D3
(196,212,211)
#CCDAD9
(204,218,217)
#D4E0DF
(212,224,223)
#DCE6E5
(220,230,229)
#E4ECEB
(228,236,235)
#ECF2F1
(236,242,241)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BCBB; }

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

This text font color is #A4BCBB.

Background Color

.myBgColor { background-color: #A4BCBB; }

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

This div background color is #A4BCBB.

Border color

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

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

This div border color is #A4BCBB.

Opacity

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

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

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

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

This text has shadow with #A4BCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BCBB.

Preview

Color preview on black background

This text has color #A4BCBB on black background.


Color preview on white background

This text has color #A4BCBB on white background.


Black color preview on #A4BCBB background

This text has black color on #A4BCBB background.


White color preview on #A4BCBB background

This text has white color on #A4BCBB background.


Related colors

Complementary color

Complementary color for #hex is #5B4344.


I love getcolorcode.com

Triadic colors

1 #BBA4BC and #BCBBA4 with #A4BCBB are triadic colors.

2 #BBBCA4 and #BCA4BB with #A4BCBB are triadic colors.