COLOR #A4BCCB

HEX: #A4BCCB
RGB: (164,188,203)

Color info

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

RGB color model

#A4BCCB color RGB value is (164,188,203).

  • red value is 164;
  • green value is 188;
  • blue value is 203.
RGB:
(164,188,203)
(64%,74%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 203 of 255 = 80%

164
188
203

R + G + B ~ 73%. #A4BCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 188 + 203 = 555 (100%)
R 164 of 555 ~ 29.55%
G 188 of 555 ~ 33.87%
B 203 of 555 ~ 36.58%

%29.55
%33.87
%36.58

CMYK color model

#A4BCCB color CMYK value is (19,7,0,20).

  • cyan value is 19.21%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(19,7,0,20)
C19M7Y0K20 
(19%,7%,0%,20%)
(0.19/0.07/0.00/0.20)	

CMYK percentages

%19.21
%7.39
%0
%20.39

Codes

Color #A4BCCB in popluar color models

A4BCCB
RGB164188203
HSL203°27.27%71.96%
HSB/HSV203°19.21%79.61%
CMYK19.21%7.39%0.00%
20.39%

Color #A4BCCB in popluar number systems.

HEXA4BCCB
Decimal164188203
Binary101001001011110011001011
Octal244274313

Shades and tints

Shades of #A4BCCB

#A4BCCB
(164,188,203)
#96ABB9
(150,171,185)
#889AA7
(136,154,167)
#7A8995
(122,137,149)
#6C7883
(108,120,131)
#5E6771
(94,103,113)
#50565F
(80,86,95)
#42454D
(66,69,77)
#34343B
(52,52,59)
#262329
(38,35,41)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #A4BCCB

#A4BCCB
(164,188,203)
#ACC2CF
(172,194,207)
#B4C8D3
(180,200,211)
#BCCED7
(188,206,215)
#C4D4DB
(196,212,219)
#CCDADF
(204,218,223)
#D4E0E3
(212,224,227)
#DCE6E7
(220,230,231)
#E4ECEB
(228,236,235)
#ECF2EF
(236,242,239)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BCCB; }

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

This text font color is #A4BCCB.


Background Color

.myBgColor { background-color: #A4BCCB; }

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

This div background color is #A4BCCB.


Border color

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

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

This div border color is #A4BCCB.


Opacity

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

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

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

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

This text has shadow with #A4BCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BCCB on black background.


Color preview on white background

This text has color #A4BCCB on white background.



Black color preview on #A4BCCB background

This text has black color on #A4BCCB background.


White color preview on #A4BCCB background

This text has white color on #A4BCCB background.