COLOR #A4ABE5

HEX: #A4ABE5 RGB: (164,171,229)

Color info

#A4ABE5 contains mainly green and blue colors. Web safe color of #A4ABE5 is #9999CC (or #99C).

RGB color model

#A4ABE5 color RGB value is (164,171,229).

RGB: (164,171,229) (64%, 67%, 90%)

RGB channels and saturation

R 164 of 255 = 64%
G 171 of 255 = 67%
B 229 of 255 = 90%

164
171
229

R + G + B ~ 74%. #A4ABE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 171 + 229 = 564 (100%)
R 164 of 564 ~ 29.08%
G 171 of 564 ~ 30.32%
B 229 of 564 ~ 40.6'%

%29.08
%30.32
%40.6

CMYK color model

#A4ABE5 color CMYK value is (28,25,0,10).

  • cyan value is 28.38%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (28,25,0,10)
C28M25Y0K10 (28%, 25%, 0%, 10%)
(0.28 / 0.25 / 0.00 / 0.10)

CMYK percentages

%28.38
%25.33
%0
%10.2

Codes

Color #A4ABE5 in popluar color models

A4 AB E5
RGB 164 171 229
HSL 234° 55.56% 77.06%
HSB/HSV 234° 28.38% 89.80%
CMYK 28.38% 25.33% 0.00%
10.20%

Color #A4ABE5 in popluar number systems.

HEX A4 AB E5
Decimal 164 171 229
Binary 10100100 10101011 11100101
Octal 244 253 345

Shades and tints

Shades of #A4ABE5

#A4ABE5
(164,171,229)
#969CD1
(150,156,209)
#888DBD
(136,141,189)
#7A7EA9
(122,126,169)
#6C6F95
(108,111,149)
#5E6081
(94,96,129)
#50516D
(80,81,109)
#424259
(66,66,89)
#343345
(52,51,69)
#262431
(38,36,49)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #A4ABE5

#A4ABE5
(164,171,229)
#ACB2E7
(172,178,231)
#B4B9E9
(180,185,233)
#BCC0EB
(188,192,235)
#C4C7ED
(196,199,237)
#CCCEEF
(204,206,239)
#D4D5F1
(212,213,241)
#DCDCF3
(220,220,243)
#E4E3F5
(228,227,245)
#ECEAF7
(236,234,247)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4ABE5 color. Also use rgb(164,171,229) instead hex code.

Text Font Color

.myTextColor { color: #A4ABE5; }

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

This text font color is #A4ABE5.

Background Color

.myBgColor { background-color: #A4ABE5; }

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

This div background color is #A4ABE5.

Border color

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

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

This div border color is #A4ABE5.

Opacity

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

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

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

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

This text has shadow with #A4ABE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ABE5.

Preview

Color preview on black background

This text has color #A4ABE5 on black background.


Color preview on white background

This text has color #A4ABE5 on white background.


Black color preview on #A4ABE5 background

This text has black color on #A4ABE5 background.


White color preview on #A4ABE5 background

This text has white color on #A4ABE5 background.


Related colors

Complementary color

Complementary color for #hex is #5B541A.


I love getcolorcode.com

Triadic colors

1 #E5A4AB and #ABE5A4 with #A4ABE5 are triadic colors.

2 #E5ABA4 and #ABA4E5 with #A4ABE5 are triadic colors.