COLOR #A4BBBE

HEX: #A4BBBE RGB: (164,187,190)

Color info

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

RGB color model

#A4BBBE color RGB value is (164,187,190).

RGB: (164,187,190) (64%, 73%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 187 of 255 = 73%
B 190 of 255 = 75%

164
187
190

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

Portions of RGB colors in percentages

R + G + B = 164 + 187 + 190 = 541 (100%)
R 164 of 541 ~ 30.31%
G 187 of 541 ~ 34.57%
B 190 of 541 ~ 35.12'%

%30.31
%34.57
%35.12

CMYK color model

#A4BBBE color CMYK value is (14,2,0,25).

  • cyan value is 13.68%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (14,2,0,25) C14M2Y0K25 (14%,2%,0%,25%) (0.14/0.02/0.00/0.25) 

CMYK percentages

%13.68
%1.58
%0
%25.49

Codes

Color #A4BBBE in popluar color models

A4 BB BE
RGB 164 187 190
HSL 187° 16.67% 69.41%
HSB/HSV 187° 13.68% 74.51%
CMYK 13.68% 1.58% 0.00%
25.49%

Color #A4BBBE in popluar number systems.

HEX A4 BB BE
Decimal 164 187 190
Binary 10100100 10111011 10111110
Octal 244 273 276

Shades and tints

Shades of #A4BBBE

#A4BBBE
(164,187,190)
#96AAAD
(150,170,173)
#88999C
(136,153,156)
#7A888B
(122,136,139)
#6C777A
(108,119,122)
#5E6669
(94,102,105)
#505558
(80,85,88)
#424447
(66,68,71)
#343336
(52,51,54)
#262225
(38,34,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #A4BBBE

#A4BBBE
(164,187,190)
#ACC1C3
(172,193,195)
#B4C7C8
(180,199,200)
#BCCDCD
(188,205,205)
#C4D3D2
(196,211,210)
#CCD9D7
(204,217,215)
#D4DFDC
(212,223,220)
#DCE5E1
(220,229,225)
#E4EBE6
(228,235,230)
#ECF1EB
(236,241,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BBBE; }

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

This text font color is #A4BBBE.

Background Color

.myBgColor { background-color: #A4BBBE; }

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

This div background color is #A4BBBE.

Border color

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

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

This div border color is #A4BBBE.

Opacity

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

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

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

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

This text has shadow with #A4BBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BBBE.

Preview

Color preview on black background

This text has color #A4BBBE on black background.


Color preview on white background

This text has color #A4BBBE on white background.


Black color preview on #A4BBBE background

This text has black color on #A4BBBE background.


White color preview on #A4BBBE background

This text has white color on #A4BBBE background.


Related colors

Complementary color

Complementary color for #hex is #5B4441.


I love getcolorcode.com

Triadic colors

1 #BEA4BB and #BBBEA4 with #A4BBBE are triadic colors.

2 #BEBBA4 and #BBA4BE with #A4BBBE are triadic colors.