COLOR #A4B3CD

HEX: #A4B3CD
RGB: (164,179,205)

Color info

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

RGB color model

#A4B3CD color RGB value is (164,179,205).

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

RGB channels and saturation

R 164 of 255 = 64%
G 179 of 255 = 70%
B 205 of 255 = 80%

164
179
205

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

Portions of RGB colors in percentages

R + G + B =
164 + 179 + 205 = 548 (100%)
R 164 of 548 ~ 29.93%
G 179 of 548 ~ 32.66%
B 205 of 548 ~ 37.41%

%29.93
%32.66
%37.41

CMYK color model

#A4B3CD color CMYK value is (20,13,0,20).

  • cyan value is 20.00%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,13,0,20)
C20M13Y0K20 
(20%,13%,0%,20%)
(0.20/0.13/0.00/0.20)	

CMYK percentages

%20
%12.68
%0
%19.61

Codes

Color #A4B3CD in popluar color models

A4B3CD
RGB164179205
HSL218°29.08%72.35%
HSB/HSV218°20.00%80.39%
CMYK20.00%12.68%0.00%
19.61%

Color #A4B3CD in popluar number systems.

HEXA4B3CD
Decimal164179205
Binary101001001011001111001101
Octal244263315

Shades and tints

Shades of #A4B3CD

#A4B3CD
(164,179,205)
#96A3BB
(150,163,187)
#8893A9
(136,147,169)
#7A8397
(122,131,151)
#6C7385
(108,115,133)
#5E6373
(94,99,115)
#505361
(80,83,97)
#42434F
(66,67,79)
#34333D
(52,51,61)
#26232B
(38,35,43)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #A4B3CD

#A4B3CD
(164,179,205)
#ACB9D1
(172,185,209)
#B4BFD5
(180,191,213)
#BCC5D9
(188,197,217)
#C4CBDD
(196,203,221)
#CCD1E1
(204,209,225)
#D4D7E5
(212,215,229)
#DCDDE9
(220,221,233)
#E4E3ED
(228,227,237)
#ECE9F1
(236,233,241)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B3CD; }

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

This text font color is #A4B3CD.


Background Color

.myBgColor { background-color: #A4B3CD; }

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

This div background color is #A4B3CD.


Border color

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

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

This div border color is #A4B3CD.


Opacity

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

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

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

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

This text has shadow with #A4B3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B3CD on black background.


Color preview on white background

This text has color #A4B3CD on white background.



Black color preview on #A4B3CD background

This text has black color on #A4B3CD background.


White color preview on #A4B3CD background

This text has white color on #A4B3CD background.