COLOR #A4B4CD

HEX: #A4B4CD
RGB: (164,180,205)

Color info

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

RGB color model

#A4B4CD color RGB value is (164,180,205).

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

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 205 of 255 = 80%

164
180
205

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

Portions of RGB colors in percentages

R + G + B =
164 + 180 + 205 = 549 (100%)
R 164 of 549 ~ 29.87%
G 180 of 549 ~ 32.79%
B 205 of 549 ~ 37.34%

%29.87
%32.79
%37.34

CMYK color model

#A4B4CD color CMYK value is (20,12,0,20).

  • cyan value is 20.00%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,12,0,20)
C20M12Y0K20 
(20%,12%,0%,20%)
(0.20/0.12/0.00/0.20)	

CMYK percentages

%20
%12.2
%0
%19.61

Codes

Color #A4B4CD in popluar color models

A4B4CD
RGB164180205
HSL217°29.08%72.35%
HSB/HSV217°20.00%80.39%
CMYK20.00%12.20%0.00%
19.61%

Color #A4B4CD in popluar number systems.

HEXA4B4CD
Decimal164180205
Binary101001001011010011001101
Octal244264315

Shades and tints

Shades of #A4B4CD

#A4B4CD
(164,180,205)
#96A4BB
(150,164,187)
#8894A9
(136,148,169)
#7A8497
(122,132,151)
#6C7485
(108,116,133)
#5E6473
(94,100,115)
#505461
(80,84,97)
#42444F
(66,68,79)
#34343D
(52,52,61)
#26242B
(38,36,43)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #A4B4CD

#A4B4CD
(164,180,205)
#ACBAD1
(172,186,209)
#B4C0D5
(180,192,213)
#BCC6D9
(188,198,217)
#C4CCDD
(196,204,221)
#CCD2E1
(204,210,225)
#D4D8E5
(212,216,229)
#DCDEE9
(220,222,233)
#E4E4ED
(228,228,237)
#ECEAF1
(236,234,241)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B4CD; }

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

This text font color is #A4B4CD.


Background Color

.myBgColor { background-color: #A4B4CD; }

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

This div background color is #A4B4CD.


Border color

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

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

This div border color is #A4B4CD.


Opacity

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

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

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

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

This text has shadow with #A4B4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B4CD on black background.


Color preview on white background

This text has color #A4B4CD on white background.



Black color preview on #A4B4CD background

This text has black color on #A4B4CD background.


White color preview on #A4B4CD background

This text has white color on #A4B4CD background.