COLOR #A4BBCD

HEX: #A4BBCD
RGB: (164,187,205)

Color info

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

RGB color model

#A4BBCD color RGB value is (164,187,205).

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

RGB channels and saturation

R 164 of 255 = 64%
G 187 of 255 = 73%
B 205 of 255 = 80%

164
187
205

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

Portions of RGB colors in percentages

R + G + B =
164 + 187 + 205 = 556 (100%)
R 164 of 556 ~ 29.5%
G 187 of 556 ~ 33.63%
B 205 of 556 ~ 36.87%

%29.5
%33.63
%36.87

CMYK color model

#A4BBCD color CMYK value is (20,9,0,20).

  • cyan value is 20.00%
  • magenta value is 8.78%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,9,0,20)
C20M9Y0K20 
(20%,9%,0%,20%)
(0.20/0.09/0.00/0.20)	

CMYK percentages

%20
%8.78
%0
%19.61

Codes

Color #A4BBCD in popluar color models

A4BBCD
RGB164187205
HSL206°29.08%72.35%
HSB/HSV206°20.00%80.39%
CMYK20.00%8.78%0.00%
19.61%

Color #A4BBCD in popluar number systems.

HEXA4BBCD
Decimal164187205
Binary101001001011101111001101
Octal244273315

Shades and tints

Shades of #A4BBCD

#A4BBCD
(164,187,205)
#96AABB
(150,170,187)
#8899A9
(136,153,169)
#7A8897
(122,136,151)
#6C7785
(108,119,133)
#5E6673
(94,102,115)
#505561
(80,85,97)
#42444F
(66,68,79)
#34333D
(52,51,61)
#26222B
(38,34,43)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #A4BBCD

#A4BBCD
(164,187,205)
#ACC1D1
(172,193,209)
#B4C7D5
(180,199,213)
#BCCDD9
(188,205,217)
#C4D3DD
(196,211,221)
#CCD9E1
(204,217,225)
#D4DFE5
(212,223,229)
#DCE5E9
(220,229,233)
#E4EBED
(228,235,237)
#ECF1F1
(236,241,241)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BBCD; }

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

This text font color is #A4BBCD.


Background Color

.myBgColor { background-color: #A4BBCD; }

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

This div background color is #A4BBCD.


Border color

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

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

This div border color is #A4BBCD.


Opacity

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

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

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

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

This text has shadow with #A4BBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BBCD on black background.


Color preview on white background

This text has color #A4BBCD on white background.



Black color preview on #A4BBCD background

This text has black color on #A4BBCD background.


White color preview on #A4BBCD background

This text has white color on #A4BBCD background.