COLOR #A4B7CA

HEX: #A4B7CA RGB: (164,183,202)

Color info

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

RGB color model

#A4B7CA color RGB value is (164,183,202).

RGB: (164,183,202) (64%, 72%, 79%)

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 202 of 255 = 79%

164
183
202

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

Portions of RGB colors in percentages

R + G + B = 164 + 183 + 202 = 549 (100%)
R 164 of 549 ~ 29.87%
G 183 of 549 ~ 33.33%
B 202 of 549 ~ 36.79'%

%29.87
%33.33
%36.79

CMYK color model

#A4B7CA color CMYK value is (19,9,0,21).

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

CMYK: (19,9,0,21)
C19M9Y0K21 (19%, 9%, 0%, 21%)
(0.19 / 0.09 / 0.00 / 0.21)

CMYK percentages

%18.81
%9.41
%0
%20.78

Codes

Color #A4B7CA in popluar color models

A4 B7 CA
RGB 164 183 202
HSL 210° 26.39% 71.76%
HSB/HSV 210° 18.81% 79.22%
CMYK 18.81% 9.41% 0.00%
20.78%

Color #A4B7CA in popluar number systems.

HEX A4 B7 CA
Decimal 164 183 202
Binary 10100100 10110111 11001010
Octal 244 267 312

Shades and tints

Shades of #A4B7CA

#A4B7CA
(164,183,202)
#96A7B8
(150,167,184)
#8897A6
(136,151,166)
#7A8794
(122,135,148)
#6C7782
(108,119,130)
#5E6770
(94,103,112)
#50575E
(80,87,94)
#42474C
(66,71,76)
#34373A
(52,55,58)
#262728
(38,39,40)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #A4B7CA

#A4B7CA
(164,183,202)
#ACBDCE
(172,189,206)
#B4C3D2
(180,195,210)
#BCC9D6
(188,201,214)
#C4CFDA
(196,207,218)
#CCD5DE
(204,213,222)
#D4DBE2
(212,219,226)
#DCE1E6
(220,225,230)
#E4E7EA
(228,231,234)
#ECEDEE
(236,237,238)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B7CA; }

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

This text font color is #A4B7CA.

Background Color

.myBgColor { background-color: #A4B7CA; }

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

This div background color is #A4B7CA.

Border color

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

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

This div border color is #A4B7CA.

Opacity

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

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

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

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

This text has shadow with #A4B7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B7CA.

Preview

Color preview on black background

This text has color #A4B7CA on black background.


Color preview on white background

This text has color #A4B7CA on white background.


Black color preview on #A4B7CA background

This text has black color on #A4B7CA background.


White color preview on #A4B7CA background

This text has white color on #A4B7CA background.


Related colors

Complementary color

Complementary color for #hex is #5B4835.


I love getcolorcode.com

Triadic colors

1 #CAA4B7 and #B7CAA4 with #A4B7CA are triadic colors.

2 #CAB7A4 and #B7A4CA with #A4B7CA are triadic colors.