COLOR #A4ADEC

HEX: #A4ADEC
RGB: (164,173,236)

Color info

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

RGB color model

#A4ADEC color RGB value is (164,173,236).

  • red value is 164;
  • green value is 173;
  • blue value is 236.
RGB:
(164,173,236)
(64%,68%,93%)

RGB channels and saturation

R 164 of 255 = 64%
G 173 of 255 = 68%
B 236 of 255 = 93%

164
173
236

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

Portions of RGB colors in percentages

R + G + B =
164 + 173 + 236 = 573 (100%)
R 164 of 573 ~ 28.62%
G 173 of 573 ~ 30.19%
B 236 of 573 ~ 41.19%

%28.62
%30.19
%41.19

CMYK color model

#A4ADEC color CMYK value is (31,27,0,7).

  • cyan value is 30.51%
  • magenta value is 26.69%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(31,27,0,7)
C31M27Y0K7 
(31%,27%,0%,7%)
(0.31/0.27/0.00/0.07)	

CMYK percentages

%30.51
%26.69
%0
%7.45

Codes

Color #A4ADEC in popluar color models

A4ADEC
RGB164173236
HSL233°65.45%78.43%
HSB/HSV233°30.51%92.55%
CMYK30.51%26.69%0.00%
7.45%

Color #A4ADEC in popluar number systems.

HEXA4ADEC
Decimal164173236
Binary101001001010110111101100
Octal244255354

Shades and tints

Shades of #A4ADEC

#A4ADEC
(164,173,236)
#969ED7
(150,158,215)
#888FC2
(136,143,194)
#7A80AD
(122,128,173)
#6C7198
(108,113,152)
#5E6283
(94,98,131)
#50536E
(80,83,110)
#424459
(66,68,89)
#343544
(52,53,68)
#26262F
(38,38,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #A4ADEC

#A4ADEC
(164,173,236)
#ACB4ED
(172,180,237)
#B4BBEE
(180,187,238)
#BCC2EF
(188,194,239)
#C4C9F0
(196,201,240)
#CCD0F1
(204,208,241)
#D4D7F2
(212,215,242)
#DCDEF3
(220,222,243)
#E4E5F4
(228,229,244)
#ECECF5
(236,236,245)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4ADEC color. Also use rgb(164,173,236) instead hex code.

Text Font Color

.myTextColor { color: #A4ADEC; }

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

This text font color is #A4ADEC.


Background Color

.myBgColor { background-color: #A4ADEC; }

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

This div background color is #A4ADEC.


Border color

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

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

This div border color is #A4ADEC.


Opacity

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

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

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

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

This text has shadow with #A4ADEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ADEC on black background.


Color preview on white background

This text has color #A4ADEC on white background.



Black color preview on #A4ADEC background

This text has black color on #A4ADEC background.


White color preview on #A4ADEC background

This text has white color on #A4ADEC background.