COLOR #A4B4CA

HEX: #A4B4CA RGB: (164,180,202)

Color info

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

RGB color model

#A4B4CA color RGB value is (164,180,202).

RGB: (164,180,202) (64%, 71%, 79%)

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 202 of 255 = 79%

164
180
202

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

Portions of RGB colors in percentages

R + G + B = 164 + 180 + 202 = 546 (100%)
R 164 of 546 ~ 30.04%
G 180 of 546 ~ 32.97%
B 202 of 546 ~ 37'%

%30.04
%32.97
%37

CMYK color model

#A4B4CA color CMYK value is (19,11,0,21).

  • cyan value is 18.81%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (19,11,0,21)
C19M11Y0K21 (19%, 11%, 0%, 21%)
(0.19 / 0.11 / 0.00 / 0.21)

CMYK percentages

%18.81
%10.89
%0
%20.78

Codes

Color #A4B4CA in popluar color models

A4 B4 CA
RGB 164 180 202
HSL 215° 26.39% 71.76%
HSB/HSV 215° 18.81% 79.22%
CMYK 18.81% 10.89% 0.00%
20.78%

Color #A4B4CA in popluar number systems.

HEX A4 B4 CA
Decimal 164 180 202
Binary 10100100 10110100 11001010
Octal 244 264 312

Shades and tints

Shades of #A4B4CA

#A4B4CA
(164,180,202)
#96A4B8
(150,164,184)
#8894A6
(136,148,166)
#7A8494
(122,132,148)
#6C7482
(108,116,130)
#5E6470
(94,100,112)
#50545E
(80,84,94)
#42444C
(66,68,76)
#34343A
(52,52,58)
#262428
(38,36,40)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #A4B4CA

#A4B4CA
(164,180,202)
#ACBACE
(172,186,206)
#B4C0D2
(180,192,210)
#BCC6D6
(188,198,214)
#C4CCDA
(196,204,218)
#CCD2DE
(204,210,222)
#D4D8E2
(212,216,226)
#DCDEE6
(220,222,230)
#E4E4EA
(228,228,234)
#ECEAEE
(236,234,238)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B4CA; }

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

This text font color is #A4B4CA.

Background Color

.myBgColor { background-color: #A4B4CA; }

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

This div background color is #A4B4CA.

Border color

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

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

This div border color is #A4B4CA.

Opacity

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

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

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

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

This text has shadow with #A4B4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B4CA.

Preview

Color preview on black background

This text has color #A4B4CA on black background.


Color preview on white background

This text has color #A4B4CA on white background.


Black color preview on #A4B4CA background

This text has black color on #A4B4CA background.


White color preview on #A4B4CA background

This text has white color on #A4B4CA background.


Related colors

Complementary color

Complementary color for #hex is #5B4B35.


I love getcolorcode.com

Triadic colors

1 #CAA4B4 and #B4CAA4 with #A4B4CA are triadic colors.

2 #CAB4A4 and #B4A4CA with #A4B4CA are triadic colors.