COLOR #A4B2CA

HEX: #A4B2CA RGB: (164,178,202)

Color info

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

RGB color model

#A4B2CA color RGB value is (164,178,202).

RGB: (164,178,202) (64%, 70%, 79%)

RGB channels and saturation

R 164 of 255 = 64%
G 178 of 255 = 70%
B 202 of 255 = 79%

164
178
202

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

Portions of RGB colors in percentages

R + G + B = 164 + 178 + 202 = 544 (100%)
R 164 of 544 ~ 30.15%
G 178 of 544 ~ 32.72%
B 202 of 544 ~ 37.13'%

%30.15
%32.72
%37.13

CMYK color model

#A4B2CA color CMYK value is (19,12,0,21).

  • cyan value is 18.81%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (19,12,0,21) C19M12Y0K21 (19%,12%,0%,21%) (0.19/0.12/0.00/0.21) 

CMYK percentages

%18.81
%11.88
%0
%20.78

Codes

Color #A4B2CA in popluar color models

A4 B2 CA
RGB 164 178 202
HSL 218° 26.39% 71.76%
HSB/HSV 218° 18.81% 79.22%
CMYK 18.81% 11.88% 0.00%
20.78%

Color #A4B2CA in popluar number systems.

HEX A4 B2 CA
Decimal 164 178 202
Binary 10100100 10110010 11001010
Octal 244 262 312

Shades and tints

Shades of #A4B2CA

#A4B2CA
(164,178,202)
#96A2B8
(150,162,184)
#8892A6
(136,146,166)
#7A8294
(122,130,148)
#6C7282
(108,114,130)
#5E6270
(94,98,112)
#50525E
(80,82,94)
#42424C
(66,66,76)
#34323A
(52,50,58)
#262228
(38,34,40)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #A4B2CA

#A4B2CA
(164,178,202)
#ACB9CE
(172,185,206)
#B4C0D2
(180,192,210)
#BCC7D6
(188,199,214)
#C4CEDA
(196,206,218)
#CCD5DE
(204,213,222)
#D4DCE2
(212,220,226)
#DCE3E6
(220,227,230)
#E4EAEA
(228,234,234)
#ECF1EE
(236,241,238)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B2CA; }

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

This text font color is #A4B2CA.

Background Color

.myBgColor { background-color: #A4B2CA; }

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

This div background color is #A4B2CA.

Border color

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

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

This div border color is #A4B2CA.

Opacity

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

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

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

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

This text has shadow with #A4B2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B2CA.

Preview

Color preview on black background

This text has color #A4B2CA on black background.


Color preview on white background

This text has color #A4B2CA on white background.


Black color preview on #A4B2CA background

This text has black color on #A4B2CA background.


White color preview on #A4B2CA background

This text has white color on #A4B2CA background.


Related colors

Complementary color

Complementary color for #hex is #5B4D35.


I love getcolorcode.com

Triadic colors

1 #CAA4B2 and #B2CAA4 with #A4B2CA are triadic colors.

2 #CAB2A4 and #B2A4CA with #A4B2CA are triadic colors.