COLOR #A4B0C1

HEX: #A4B0C1 RGB: (164,176,193)

Color info

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

RGB color model

#A4B0C1 color RGB value is (164,176,193).

RGB: (164,176,193) (64%, 69%, 76%)

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 193 of 255 = 76%

164
176
193

R + G + B ~ 70%. #A4B0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 176 + 193 = 533 (100%)
R 164 of 533 ~ 30.77%
G 176 of 533 ~ 33.02%
B 193 of 533 ~ 36.21'%

%30.77
%33.02
%36.21

CMYK color model

#A4B0C1 color CMYK value is (15,9,0,24).

  • cyan value is 15.03%
  • magenta value is 8.81%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (15,9,0,24) C15M9Y0K24 (15%,9%,0%,24%) (0.15/0.09/0.00/0.24) 

CMYK percentages

%15.03
%8.81
%0
%24.31

Codes

Color #A4B0C1 in popluar color models

A4 B0 C1
RGB 164 176 193
HSL 215° 18.95% 70.00%
HSB/HSV 215° 15.03% 75.69%
CMYK 15.03% 8.81% 0.00%
24.31%

Color #A4B0C1 in popluar number systems.

HEX A4 B0 C1
Decimal 164 176 193
Binary 10100100 10110000 11000001
Octal 244 260 301

Shades and tints

Shades of #A4B0C1

#A4B0C1
(164,176,193)
#96A0B0
(150,160,176)
#88909F
(136,144,159)
#7A808E
(122,128,142)
#6C707D
(108,112,125)
#5E606C
(94,96,108)
#50505B
(80,80,91)
#42404A
(66,64,74)
#343039
(52,48,57)
#262028
(38,32,40)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #A4B0C1

#A4B0C1
(164,176,193)
#ACB7C6
(172,183,198)
#B4BECB
(180,190,203)
#BCC5D0
(188,197,208)
#C4CCD5
(196,204,213)
#CCD3DA
(204,211,218)
#D4DADF
(212,218,223)
#DCE1E4
(220,225,228)
#E4E8E9
(228,232,233)
#ECEFEE
(236,239,238)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B0C1 color. Also use rgb(164,176,193) instead hex code.

Text Font Color

.myTextColor { color: #A4B0C1; }

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

This text font color is #A4B0C1.

Background Color

.myBgColor { background-color: #A4B0C1; }

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

This div background color is #A4B0C1.

Border color

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

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

This div border color is #A4B0C1.

Opacity

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

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

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

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

This text has shadow with #A4B0C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B0C1.

Preview

Color preview on black background

This text has color #A4B0C1 on black background.


Color preview on white background

This text has color #A4B0C1 on white background.


Black color preview on #A4B0C1 background

This text has black color on #A4B0C1 background.


White color preview on #A4B0C1 background

This text has white color on #A4B0C1 background.


Related colors

Complementary color

Complementary color for #hex is #5B4F3E.


I love getcolorcode.com

Triadic colors

1 #C1A4B0 and #B0C1A4 with #A4B0C1 are triadic colors.

2 #C1B0A4 and #B0A4C1 with #A4B0C1 are triadic colors.