COLOR #A4B8DA

HEX: #A4B8DA
RGB: (164,184,218)

Color info

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

RGB color model

#A4B8DA color RGB value is (164,184,218).

  • red value is 164;
  • green value is 184;
  • blue value is 218.
RGB:
(164,184,218)
(64%,72%,85%)

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 218 of 255 = 85%

164
184
218

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

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 218 = 566 (100%)
R 164 of 566 ~ 28.98%
G 184 of 566 ~ 32.51%
B 218 of 566 ~ 38.52%

%28.98
%32.51
%38.52

CMYK color model

#A4B8DA color CMYK value is (25,16,0,15).

  • cyan value is 24.77%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(25,16,0,15)
C25M16Y0K15 
(25%,16%,0%,15%)
(0.25/0.16/0.00/0.15)	

CMYK percentages

%24.77
%15.6
%0
%14.51

Codes

Color #A4B8DA in popluar color models

A4B8DA
RGB164184218
HSL218°42.19%74.90%
HSB/HSV218°24.77%85.49%
CMYK24.77%15.60%0.00%
14.51%

Color #A4B8DA in popluar number systems.

HEXA4B8DA
Decimal164184218
Binary101001001011100011011010
Octal244270332

Shades and tints

Shades of #A4B8DA

#A4B8DA
(164,184,218)
#96A8C7
(150,168,199)
#8898B4
(136,152,180)
#7A88A1
(122,136,161)
#6C788E
(108,120,142)
#5E687B
(94,104,123)
#505868
(80,88,104)
#424855
(66,72,85)
#343842
(52,56,66)
#26282F
(38,40,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #A4B8DA

#A4B8DA
(164,184,218)
#ACBEDD
(172,190,221)
#B4C4E0
(180,196,224)
#BCCAE3
(188,202,227)
#C4D0E6
(196,208,230)
#CCD6E9
(204,214,233)
#D4DCEC
(212,220,236)
#DCE2EF
(220,226,239)
#E4E8F2
(228,232,242)
#ECEEF5
(236,238,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B8DA color. Also use rgb(164,184,218) instead hex code.

Text Font Color

.myTextColor { color: #A4B8DA; }

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

This text font color is #A4B8DA.


Background Color

.myBgColor { background-color: #A4B8DA; }

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

This div background color is #A4B8DA.


Border color

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

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

This div border color is #A4B8DA.


Opacity

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

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

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

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

This text has shadow with #A4B8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B8DA on black background.


Color preview on white background

This text has color #A4B8DA on white background.



Black color preview on #A4B8DA background

This text has black color on #A4B8DA background.


White color preview on #A4B8DA background

This text has white color on #A4B8DA background.