COLOR #A4BBC7

HEX: #A4BBC7
RGB: (164,187,199)

Color info

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

RGB color model

#A4BBC7 color RGB value is (164,187,199).

  • red value is 164;
  • green value is 187;
  • blue value is 199.
RGB:
(164,187,199)
(64%,73%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 187 of 255 = 73%
B 199 of 255 = 78%

164
187
199

R + G + B ~ 72%. #A4BBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 187 + 199 = 550 (100%)
R 164 of 550 ~ 29.82%
G 187 of 550 ~ 34%
B 199 of 550 ~ 36.18%

%29.82
%34
%36.18

CMYK color model

#A4BBC7 color CMYK value is (18,6,0,22).

  • cyan value is 17.59%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(18,6,0,22)
C18M6Y0K22 
(18%,6%,0%,22%)
(0.18/0.06/0.00/0.22)	

CMYK percentages

%17.59
%6.03
%0
%21.96

Codes

Color #A4BBC7 in popluar color models

A4BBC7
RGB164187199
HSL201°23.81%71.18%
HSB/HSV201°17.59%78.04%
CMYK17.59%6.03%0.00%
21.96%

Color #A4BBC7 in popluar number systems.

HEXA4BBC7
Decimal164187199
Binary101001001011101111000111
Octal244273307

Shades and tints

Shades of #A4BBC7

#A4BBC7
(164,187,199)
#96AAB5
(150,170,181)
#8899A3
(136,153,163)
#7A8891
(122,136,145)
#6C777F
(108,119,127)
#5E666D
(94,102,109)
#50555B
(80,85,91)
#424449
(66,68,73)
#343337
(52,51,55)
#262225
(38,34,37)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A4BBC7

#A4BBC7
(164,187,199)
#ACC1CC
(172,193,204)
#B4C7D1
(180,199,209)
#BCCDD6
(188,205,214)
#C4D3DB
(196,211,219)
#CCD9E0
(204,217,224)
#D4DFE5
(212,223,229)
#DCE5EA
(220,229,234)
#E4EBEF
(228,235,239)
#ECF1F4
(236,241,244)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BBC7; }

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

This text font color is #A4BBC7.


Background Color

.myBgColor { background-color: #A4BBC7; }

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

This div background color is #A4BBC7.


Border color

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

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

This div border color is #A4BBC7.


Opacity

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

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

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

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

This text has shadow with #A4BBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BBC7 on black background.


Color preview on white background

This text has color #A4BBC7 on white background.



Black color preview on #A4BBC7 background

This text has black color on #A4BBC7 background.


White color preview on #A4BBC7 background

This text has white color on #A4BBC7 background.