COLOR #A4BEE5

HEX: #A4BEE5
RGB: (164,190,229)

Color info

#A4BEE5 contains mainly green and blue colors. Web safe color of #A4BEE5 is #99CCCC (or #9CC).

RGB color model

#A4BEE5 color RGB value is (164,190,229).

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

RGB channels and saturation

R 164 of 255 = 64%
G 190 of 255 = 75%
B 229 of 255 = 90%

164
190
229

R + G + B ~ 76%. #A4BEE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 190 + 229 = 583 (100%)
R 164 of 583 ~ 28.13%
G 190 of 583 ~ 32.59%
B 229 of 583 ~ 39.28%

%28.13
%32.59
%39.28

CMYK color model

#A4BEE5 color CMYK value is (28,17,0,10).

  • cyan value is 28.38%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(28,17,0,10)
C28M17Y0K10 
(28%,17%,0%,10%)
(0.28/0.17/0.00/0.10)	

CMYK percentages

%28.38
%17.03
%0
%10.2

Codes

Color #A4BEE5 in popluar color models

A4BEE5
RGB164190229
HSL216°55.56%77.06%
HSB/HSV216°28.38%89.80%
CMYK28.38%17.03%0.00%
10.20%

Color #A4BEE5 in popluar number systems.

HEXA4BEE5
Decimal164190229
Binary101001001011111011100101
Octal244276345

Shades and tints

Shades of #A4BEE5

#A4BEE5
(164,190,229)
#96ADD1
(150,173,209)
#889CBD
(136,156,189)
#7A8BA9
(122,139,169)
#6C7A95
(108,122,149)
#5E6981
(94,105,129)
#50586D
(80,88,109)
#424759
(66,71,89)
#343645
(52,54,69)
#262531
(38,37,49)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #A4BEE5

#A4BEE5
(164,190,229)
#ACC3E7
(172,195,231)
#B4C8E9
(180,200,233)
#BCCDEB
(188,205,235)
#C4D2ED
(196,210,237)
#CCD7EF
(204,215,239)
#D4DCF1
(212,220,241)
#DCE1F3
(220,225,243)
#E4E6F5
(228,230,245)
#ECEBF7
(236,235,247)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BEE5; }

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

This text font color is #A4BEE5.


Background Color

.myBgColor { background-color: #A4BEE5; }

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

This div background color is #A4BEE5.


Border color

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

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

This div border color is #A4BEE5.


Opacity

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

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

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

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

This text has shadow with #A4BEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BEE5 on black background.


Color preview on white background

This text has color #A4BEE5 on white background.



Black color preview on #A4BEE5 background

This text has black color on #A4BEE5 background.


White color preview on #A4BEE5 background

This text has white color on #A4BEE5 background.