COLOR #A4B8EF

HEX: #A4B8EF
RGB: (164,184,239)

Color info

#A4B8EF contains mainly green and blue colors. Web safe color of #A4B8EF is #99CCFF (or #9CF).

RGB color model

#A4B8EF color RGB value is (164,184,239).

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

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 239 of 255 = 94%

164
184
239

R + G + B ~ 77%. #A4B8EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 239 = 587 (100%)
R 164 of 587 ~ 27.94%
G 184 of 587 ~ 31.35%
B 239 of 587 ~ 40.72%

%27.94
%31.35
%40.72

CMYK color model

#A4B8EF color CMYK value is (31,23,0,6).

  • cyan value is 31.38%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(31,23,0,6)
C31M23Y0K6 
(31%,23%,0%,6%)
(0.31/0.23/0.00/0.06)	

CMYK percentages

%31.38
%23.01
%0
%6.27

Codes

Color #A4B8EF in popluar color models

A4B8EF
RGB164184239
HSL224°70.09%79.02%
HSB/HSV224°31.38%93.73%
CMYK31.38%23.01%0.00%
6.27%

Color #A4B8EF in popluar number systems.

HEXA4B8EF
Decimal164184239
Binary101001001011100011101111
Octal244270357

Shades and tints

Shades of #A4B8EF

#A4B8EF
(164,184,239)
#96A8DA
(150,168,218)
#8898C5
(136,152,197)
#7A88B0
(122,136,176)
#6C789B
(108,120,155)
#5E6886
(94,104,134)
#505871
(80,88,113)
#42485C
(66,72,92)
#343847
(52,56,71)
#262832
(38,40,50)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #A4B8EF

#A4B8EF
(164,184,239)
#ACBEF0
(172,190,240)
#B4C4F1
(180,196,241)
#BCCAF2
(188,202,242)
#C4D0F3
(196,208,243)
#CCD6F4
(204,214,244)
#D4DCF5
(212,220,245)
#DCE2F6
(220,226,246)
#E4E8F7
(228,232,247)
#ECEEF8
(236,238,248)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B8EF; }

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

This text font color is #A4B8EF.


Background Color

.myBgColor { background-color: #A4B8EF; }

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

This div background color is #A4B8EF.


Border color

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

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

This div border color is #A4B8EF.


Opacity

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

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

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

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

This text has shadow with #A4B8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B8EF on black background.


Color preview on white background

This text has color #A4B8EF on white background.



Black color preview on #A4B8EF background

This text has black color on #A4B8EF background.


White color preview on #A4B8EF background

This text has white color on #A4B8EF background.