COLOR #A4B5DF

HEX: #A4B5DF RGB: (164,181,223)

Color info

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

RGB color model

#A4B5DF color RGB value is (164,181,223).

RGB: (164,181,223) (64%, 71%, 87%)

RGB channels and saturation

R 164 of 255 = 64%
G 181 of 255 = 71%
B 223 of 255 = 87%

164
181
223

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

Portions of RGB colors in percentages

R + G + B = 164 + 181 + 223 = 568 (100%)
R 164 of 568 ~ 28.87%
G 181 of 568 ~ 31.87%
B 223 of 568 ~ 39.26'%

%28.87
%31.87
%39.26

CMYK color model

#A4B5DF color CMYK value is (26,19,0,13).

  • cyan value is 26.46%
  • magenta value is 18.83%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (26,19,0,13)
C26M19Y0K13 (26%, 19%, 0%, 13%)
(0.26 / 0.19 / 0.00 / 0.13)

CMYK percentages

%26.46
%18.83
%0
%12.55

Codes

Color #A4B5DF in popluar color models

A4 B5 DF
RGB 164 181 223
HSL 223° 47.97% 75.88%
HSB/HSV 223° 26.46% 87.45%
CMYK 26.46% 18.83% 0.00%
12.55%

Color #A4B5DF in popluar number systems.

HEX A4 B5 DF
Decimal 164 181 223
Binary 10100100 10110101 11011111
Octal 244 265 337

Shades and tints

Shades of #A4B5DF

#A4B5DF
(164,181,223)
#96A5CB
(150,165,203)
#8895B7
(136,149,183)
#7A85A3
(122,133,163)
#6C758F
(108,117,143)
#5E657B
(94,101,123)
#505567
(80,85,103)
#424553
(66,69,83)
#34353F
(52,53,63)
#26252B
(38,37,43)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #A4B5DF

#A4B5DF
(164,181,223)
#ACBBE1
(172,187,225)
#B4C1E3
(180,193,227)
#BCC7E5
(188,199,229)
#C4CDE7
(196,205,231)
#CCD3E9
(204,211,233)
#D4D9EB
(212,217,235)
#DCDFED
(220,223,237)
#E4E5EF
(228,229,239)
#ECEBF1
(236,235,241)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B5DF color. Also use rgb(164,181,223) instead hex code.

Text Font Color

.myTextColor { color: #A4B5DF; }

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

This text font color is #A4B5DF.

Background Color

.myBgColor { background-color: #A4B5DF; }

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

This div background color is #A4B5DF.

Border color

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

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

This div border color is #A4B5DF.

Opacity

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

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

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

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

This text has shadow with #A4B5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B5DF.

Preview

Color preview on black background

This text has color #A4B5DF on black background.


Color preview on white background

This text has color #A4B5DF on white background.


Black color preview on #A4B5DF background

This text has black color on #A4B5DF background.


White color preview on #A4B5DF background

This text has white color on #A4B5DF background.


Related colors

Complementary color

Complementary color for #hex is #5B4A20.


I love getcolorcode.com

Triadic colors

1 #DFA4B5 and #B5DFA4 with #A4B5DF are triadic colors.

2 #DFB5A4 and #B5A4DF with #A4B5DF are triadic colors.