COLOR #A4AFEB

HEX: #A4AFEB RGB: (164,175,235)

Color info

#A4AFEB contains mainly blue color. Web safe color of #A4AFEB is #9999FF (or #99F).

RGB color model

#A4AFEB color RGB value is (164,175,235).

RGB: (164,175,235) (64%, 69%, 92%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 235 of 255 = 92%

164
175
235

R + G + B ~ 75%. #A4AFEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 175 + 235 = 574 (100%)
R 164 of 574 ~ 28.57%
G 175 of 574 ~ 30.49%
B 235 of 574 ~ 40.94'%

%28.57
%30.49
%40.94

CMYK color model

#A4AFEB color CMYK value is (30,26,0,8).

  • cyan value is 30.21%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (30,26,0,8)
C30M26Y0K8 (30%, 26%, 0%, 8%)
(0.30 / 0.26 / 0.00 / 0.08)

CMYK percentages

%30.21
%25.53
%0
%7.84

Codes

Color #A4AFEB in popluar color models

A4 AF EB
RGB 164 175 235
HSL 231° 63.96% 78.24%
HSB/HSV 231° 30.21% 92.16%
CMYK 30.21% 25.53% 0.00%
7.84%

Color #A4AFEB in popluar number systems.

HEX A4 AF EB
Decimal 164 175 235
Binary 10100100 10101111 11101011
Octal 244 257 353

Shades and tints

Shades of #A4AFEB

#A4AFEB
(164,175,235)
#96A0D6
(150,160,214)
#8891C1
(136,145,193)
#7A82AC
(122,130,172)
#6C7397
(108,115,151)
#5E6482
(94,100,130)
#50556D
(80,85,109)
#424658
(66,70,88)
#343743
(52,55,67)
#26282E
(38,40,46)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #A4AFEB

#A4AFEB
(164,175,235)
#ACB6EC
(172,182,236)
#B4BDED
(180,189,237)
#BCC4EE
(188,196,238)
#C4CBEF
(196,203,239)
#CCD2F0
(204,210,240)
#D4D9F1
(212,217,241)
#DCE0F2
(220,224,242)
#E4E7F3
(228,231,243)
#ECEEF4
(236,238,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AFEB color. Also use rgb(164,175,235) instead hex code.

Text Font Color

.myTextColor { color: #A4AFEB; }

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

This text font color is #A4AFEB.

Background Color

.myBgColor { background-color: #A4AFEB; }

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

This div background color is #A4AFEB.

Border color

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

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

This div border color is #A4AFEB.

Opacity

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

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

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

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

This text has shadow with #A4AFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AFEB.

Preview

Color preview on black background

This text has color #A4AFEB on black background.


Color preview on white background

This text has color #A4AFEB on white background.


Black color preview on #A4AFEB background

This text has black color on #A4AFEB background.


White color preview on #A4AFEB background

This text has white color on #A4AFEB background.


Related colors

Complementary color

Complementary color for #hex is #5B5014.


I love getcolorcode.com

Triadic colors

1 #EBA4AF and #AFEBA4 with #A4AFEB are triadic colors.

2 #EBAFA4 and #AFA4EB with #A4AFEB are triadic colors.