COLOR #A9BEE1

HEX: #A9BEE1
RGB: (169,190,225)

Color info

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

RGB color model

#A9BEE1 color RGB value is (169,190,225).

  • red value is 169;
  • green value is 190;
  • blue value is 225.
RGB:
(169,190,225)
(66%,75%,88%)

RGB channels and saturation

R 169 of 255 = 66%
G 190 of 255 = 75%
B 225 of 255 = 88%

169
190
225

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

Portions of RGB colors in percentages

R + G + B =
169 + 190 + 225 = 584 (100%)
R 169 of 584 ~ 28.94%
G 190 of 584 ~ 32.53%
B 225 of 584 ~ 38.53%

%28.94
%32.53
%38.53

CMYK color model

#A9BEE1 color CMYK value is (25,16,0,12).

  • cyan value is 24.89%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(25,16,0,12)
C25M16Y0K12 
(25%,16%,0%,12%)
(0.25/0.16/0.00/0.12)	

CMYK percentages

%24.89
%15.56
%0
%11.76

Codes

Color #A9BEE1 in popluar color models

A9BEE1
RGB169190225
HSL218°48.28%77.25%
HSB/HSV218°24.89%88.24%
CMYK24.89%15.56%0.00%
11.76%

Color #A9BEE1 in popluar number systems.

HEXA9BEE1
Decimal169190225
Binary101010011011111011100001
Octal251276341

Shades and tints

Shades of #A9BEE1

#A9BEE1
(169,190,225)
#9AADCD
(154,173,205)
#8B9CB9
(139,156,185)
#7C8BA5
(124,139,165)
#6D7A91
(109,122,145)
#5E697D
(94,105,125)
#4F5869
(79,88,105)
#404755
(64,71,85)
#313641
(49,54,65)
#22252D
(34,37,45)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #A9BEE1

#A9BEE1
(169,190,225)
#B0C3E3
(176,195,227)
#B7C8E5
(183,200,229)
#BECDE7
(190,205,231)
#C5D2E9
(197,210,233)
#CCD7EB
(204,215,235)
#D3DCED
(211,220,237)
#DAE1EF
(218,225,239)
#E1E6F1
(225,230,241)
#E8EBF3
(232,235,243)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BEE1 color. Also use rgb(169,190,225) instead hex code.

Text Font Color

.myTextColor { color: #A9BEE1; }

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

This text font color is #A9BEE1.


Background Color

.myBgColor { background-color: #A9BEE1; }

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

This div background color is #A9BEE1.


Border color

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

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

This div border color is #A9BEE1.


Opacity

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

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

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

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

This text has shadow with #A9BEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BEE1 on black background.


Color preview on white background

This text has color #A9BEE1 on white background.



Black color preview on #A9BEE1 background

This text has black color on #A9BEE1 background.


White color preview on #A9BEE1 background

This text has white color on #A9BEE1 background.