COLOR #A4B6D5

HEX: #A4B6D5 RGB: (164,182,213)

Color info

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

RGB color model

#A4B6D5 color RGB value is (164,182,213).

RGB: (164,182,213) (64%, 71%, 84%)

RGB channels and saturation

R 164 of 255 = 64%
G 182 of 255 = 71%
B 213 of 255 = 84%

164
182
213

R + G + B ~ 73%. #A4B6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 182 + 213 = 559 (100%)
R 164 of 559 ~ 29.34%
G 182 of 559 ~ 32.56%
B 213 of 559 ~ 38.1'%

%29.34
%32.56
%38.1

CMYK color model

#A4B6D5 color CMYK value is (23,15,0,16).

  • cyan value is 23.00%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (23,15,0,16)
C23M15Y0K16 (23%, 15%, 0%, 16%)
(0.23 / 0.15 / 0.00 / 0.16)

CMYK percentages

%23
%14.55
%0
%16.47

Codes

Color #A4B6D5 in popluar color models

A4 B6 D5
RGB 164 182 213
HSL 218° 36.84% 73.92%
HSB/HSV 218° 23.00% 83.53%
CMYK 23.00% 14.55% 0.00%
16.47%

Color #A4B6D5 in popluar number systems.

HEX A4 B6 D5
Decimal 164 182 213
Binary 10100100 10110110 11010101
Octal 244 266 325

Shades and tints

Shades of #A4B6D5

#A4B6D5
(164,182,213)
#96A6C2
(150,166,194)
#8896AF
(136,150,175)
#7A869C
(122,134,156)
#6C7689
(108,118,137)
#5E6676
(94,102,118)
#505663
(80,86,99)
#424650
(66,70,80)
#34363D
(52,54,61)
#26262A
(38,38,42)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #A4B6D5

#A4B6D5
(164,182,213)
#ACBCD8
(172,188,216)
#B4C2DB
(180,194,219)
#BCC8DE
(188,200,222)
#C4CEE1
(196,206,225)
#CCD4E4
(204,212,228)
#D4DAE7
(212,218,231)
#DCE0EA
(220,224,234)
#E4E6ED
(228,230,237)
#ECECF0
(236,236,240)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B6D5 color. Also use rgb(164,182,213) instead hex code.

Text Font Color

.myTextColor { color: #A4B6D5; }

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

This text font color is #A4B6D5.

Background Color

.myBgColor { background-color: #A4B6D5; }

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

This div background color is #A4B6D5.

Border color

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

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

This div border color is #A4B6D5.

Opacity

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

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

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

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

This text has shadow with #A4B6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B6D5.

Preview

Color preview on black background

This text has color #A4B6D5 on black background.


Color preview on white background

This text has color #A4B6D5 on white background.


Black color preview on #A4B6D5 background

This text has black color on #A4B6D5 background.


White color preview on #A4B6D5 background

This text has white color on #A4B6D5 background.


Related colors

Complementary color

Complementary color for #hex is #5B492A.


I love getcolorcode.com

Triadic colors

1 #D5A4B6 and #B6D5A4 with #A4B6D5 are triadic colors.

2 #D5B6A4 and #B6A4D5 with #A4B6D5 are triadic colors.