COLOR #A4BCBE

HEX: #A4BCBE RGB: (164,188,190)

Color info

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

RGB color model

#A4BCBE color RGB value is (164,188,190).

RGB: (164,188,190) (64%, 74%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 190 of 255 = 75%

164
188
190

R + G + B ~ 71%. #A4BCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 188 + 190 = 542 (100%)
R 164 of 542 ~ 30.26%
G 188 of 542 ~ 34.69%
B 190 of 542 ~ 35.06'%

%30.26
%34.69
%35.06

CMYK color model

#A4BCBE color CMYK value is (14,1,0,25).

  • cyan value is 13.68%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (14,1,0,25)
C14M1Y0K25 (14%, 1%, 0%, 25%)
(0.14 / 0.01 / 0.00 / 0.25)

CMYK percentages

%13.68
%1.05
%0
%25.49

Codes

Color #A4BCBE in popluar color models

A4 BC BE
RGB 164 188 190
HSL 185° 16.67% 69.41%
HSB/HSV 185° 13.68% 74.51%
CMYK 13.68% 1.05% 0.00%
25.49%

Color #A4BCBE in popluar number systems.

HEX A4 BC BE
Decimal 164 188 190
Binary 10100100 10111100 10111110
Octal 244 274 276

Shades and tints

Shades of #A4BCBE

#A4BCBE
(164,188,190)
#96ABAD
(150,171,173)
#889A9C
(136,154,156)
#7A898B
(122,137,139)
#6C787A
(108,120,122)
#5E6769
(94,103,105)
#505658
(80,86,88)
#424547
(66,69,71)
#343436
(52,52,54)
#262325
(38,35,37)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #A4BCBE

#A4BCBE
(164,188,190)
#ACC2C3
(172,194,195)
#B4C8C8
(180,200,200)
#BCCECD
(188,206,205)
#C4D4D2
(196,212,210)
#CCDAD7
(204,218,215)
#D4E0DC
(212,224,220)
#DCE6E1
(220,230,225)
#E4ECE6
(228,236,230)
#ECF2EB
(236,242,235)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BCBE; }

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

This text font color is #A4BCBE.

Background Color

.myBgColor { background-color: #A4BCBE; }

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

This div background color is #A4BCBE.

Border color

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

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

This div border color is #A4BCBE.

Opacity

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

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

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

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

This text has shadow with #A4BCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BCBE.

Preview

Color preview on black background

This text has color #A4BCBE on black background.


Color preview on white background

This text has color #A4BCBE on white background.


Black color preview on #A4BCBE background

This text has black color on #A4BCBE background.


White color preview on #A4BCBE background

This text has white color on #A4BCBE background.


Related colors

Complementary color

Complementary color for #hex is #5B4341.


I love getcolorcode.com

Triadic colors

1 #BEA4BC and #BCBEA4 with #A4BCBE are triadic colors.

2 #BEBCA4 and #BCA4BE with #A4BCBE are triadic colors.