COLOR #A4BEE9

HEX: #A4BEE9
RGB: (164,190,233)

Color info

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

RGB color model

#A4BEE9 color RGB value is (164,190,233).

  • red value is 164;
  • green value is 190;
  • blue value is 233.
RGB:
(164,190,233)
(64%,75%,91%)

RGB channels and saturation

R 164 of 255 = 64%
G 190 of 255 = 75%
B 233 of 255 = 91%

164
190
233

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

Portions of RGB colors in percentages

R + G + B =
164 + 190 + 233 = 587 (100%)
R 164 of 587 ~ 27.94%
G 190 of 587 ~ 32.37%
B 233 of 587 ~ 39.69%

%27.94
%32.37
%39.69

CMYK color model

#A4BEE9 color CMYK value is (30,18,0,9).

  • cyan value is 29.61%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(30,18,0,9)
C30M18Y0K9 
(30%,18%,0%,9%)
(0.30/0.18/0.00/0.09)	

CMYK percentages

%29.61
%18.45
%0
%8.63

Codes

Color #A4BEE9 in popluar color models

A4BEE9
RGB164190233
HSL217°61.06%77.84%
HSB/HSV217°29.61%91.37%
CMYK29.61%18.45%0.00%
8.63%

Color #A4BEE9 in popluar number systems.

HEXA4BEE9
Decimal164190233
Binary101001001011111011101001
Octal244276351

Shades and tints

Shades of #A4BEE9

#A4BEE9
(164,190,233)
#96ADD4
(150,173,212)
#889CBF
(136,156,191)
#7A8BAA
(122,139,170)
#6C7A95
(108,122,149)
#5E6980
(94,105,128)
#50586B
(80,88,107)
#424756
(66,71,86)
#343641
(52,54,65)
#26252C
(38,37,44)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #A4BEE9

#A4BEE9
(164,190,233)
#ACC3EB
(172,195,235)
#B4C8ED
(180,200,237)
#BCCDEF
(188,205,239)
#C4D2F1
(196,210,241)
#CCD7F3
(204,215,243)
#D4DCF5
(212,220,245)
#DCE1F7
(220,225,247)
#E4E6F9
(228,230,249)
#ECEBFB
(236,235,251)
#F4F0FD
(244,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BEE9 color. Also use rgb(164,190,233) instead hex code.

Text Font Color

.myTextColor { color: #A4BEE9; }

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

This text font color is #A4BEE9.


Background Color

.myBgColor { background-color: #A4BEE9; }

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

This div background color is #A4BEE9.


Border color

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

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

This div border color is #A4BEE9.


Opacity

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

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

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

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

This text has shadow with #A4BEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BEE9 on black background.


Color preview on white background

This text has color #A4BEE9 on white background.



Black color preview on #A4BEE9 background

This text has black color on #A4BEE9 background.


White color preview on #A4BEE9 background

This text has white color on #A4BEE9 background.