COLOR #A4B8CB

HEX: #A4B8CB
RGB: (164,184,203)

Color info

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

RGB color model

#A4B8CB color RGB value is (164,184,203).

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

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 203 of 255 = 80%

164
184
203

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

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 203 = 551 (100%)
R 164 of 551 ~ 29.76%
G 184 of 551 ~ 33.39%
B 203 of 551 ~ 36.84%

%29.76
%33.39
%36.84

CMYK color model

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

  • cyan value is 19.21%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(19,9,0,20)
C19M9Y0K20 
(19%,9%,0%,20%)
(0.19/0.09/0.00/0.20)	

CMYK percentages

%19.21
%9.36
%0
%20.39

Codes

Color #A4B8CB in popluar color models

A4B8CB
RGB164184203
HSL209°27.27%71.96%
HSB/HSV209°19.21%79.61%
CMYK19.21%9.36%0.00%
20.39%

Color #A4B8CB in popluar number systems.

HEXA4B8CB
Decimal164184203
Binary101001001011100011001011
Octal244270313

Shades and tints

Shades of #A4B8CB

#A4B8CB
(164,184,203)
#96A8B9
(150,168,185)
#8898A7
(136,152,167)
#7A8895
(122,136,149)
#6C7883
(108,120,131)
#5E6871
(94,104,113)
#50585F
(80,88,95)
#42484D
(66,72,77)
#34383B
(52,56,59)
#262829
(38,40,41)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #A4B8CB

#A4B8CB
(164,184,203)
#ACBECF
(172,190,207)
#B4C4D3
(180,196,211)
#BCCAD7
(188,202,215)
#C4D0DB
(196,208,219)
#CCD6DF
(204,214,223)
#D4DCE3
(212,220,227)
#DCE2E7
(220,226,231)
#E4E8EB
(228,232,235)
#ECEEEF
(236,238,239)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B8CB; }

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

This text font color is #A4B8CB.


Background Color

.myBgColor { background-color: #A4B8CB; }

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

This div background color is #A4B8CB.


Border color

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

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

This div border color is #A4B8CB.


Opacity

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

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

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

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

This text has shadow with #A4B8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B8CB on black background.


Color preview on white background

This text has color #A4B8CB on white background.



Black color preview on #A4B8CB background

This text has black color on #A4B8CB background.


White color preview on #A4B8CB background

This text has white color on #A4B8CB background.