COLOR #A4B2CD

HEX: #A4B2CD
RGB: (164,178,205)

Color info

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

RGB color model

#A4B2CD color RGB value is (164,178,205).

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

RGB channels and saturation

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

164
178
205

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

Portions of RGB colors in percentages

R + G + B =
164 + 178 + 205 = 547 (100%)
R 164 of 547 ~ 29.98%
G 178 of 547 ~ 32.54%
B 205 of 547 ~ 37.48%

%29.98
%32.54
%37.48

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 13.17%
  • 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
%13.17
%0
%19.61

Codes

Color #A4B2CD in popluar color models

A4B2CD
RGB164178205
HSL220°29.08%72.35%
HSB/HSV220°20.00%80.39%
CMYK20.00%13.17%0.00%
19.61%

Color #A4B2CD in popluar number systems.

HEXA4B2CD
Decimal164178205
Binary101001001011001011001101
Octal244262315

Shades and tints

Shades of #A4B2CD

#A4B2CD
(164,178,205)
#96A2BB
(150,162,187)
#8892A9
(136,146,169)
#7A8297
(122,130,151)
#6C7285
(108,114,133)
#5E6273
(94,98,115)
#505261
(80,82,97)
#42424F
(66,66,79)
#34323D
(52,50,61)
#26222B
(38,34,43)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #A4B2CD

#A4B2CD
(164,178,205)
#ACB9D1
(172,185,209)
#B4C0D5
(180,192,213)
#BCC7D9
(188,199,217)
#C4CEDD
(196,206,221)
#CCD5E1
(204,213,225)
#D4DCE5
(212,220,229)
#DCE3E9
(220,227,233)
#E4EAED
(228,234,237)
#ECF1F1
(236,241,241)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B2CD; }

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

This text font color is #A4B2CD.


Background Color

.myBgColor { background-color: #A4B2CD; }

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

This div background color is #A4B2CD.


Border color

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

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

This div border color is #A4B2CD.


Opacity

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

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

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

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

This text has shadow with #A4B2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B2CD on black background.


Color preview on white background

This text has color #A4B2CD on white background.



Black color preview on #A4B2CD background

This text has black color on #A4B2CD background.


White color preview on #A4B2CD background

This text has white color on #A4B2CD background.