COLOR #A9BEC7

HEX: #A9BEC7
RGB: (169,190,199)

Color info

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

RGB color model

#A9BEC7 color RGB value is (169,190,199).

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

RGB channels and saturation

R 169 of 255 = 66%
G 190 of 255 = 75%
B 199 of 255 = 78%

169
190
199

R + G + B ~ 73%. #A9BEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 190 + 199 = 558 (100%)
R 169 of 558 ~ 30.29%
G 190 of 558 ~ 34.05%
B 199 of 558 ~ 35.66%

%30.29
%34.05
%35.66

CMYK color model

#A9BEC7 color CMYK value is (15,5,0,22).

  • cyan value is 15.08%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(15,5,0,22)
C15M5Y0K22 
(15%,5%,0%,22%)
(0.15/0.05/0.00/0.22)	

CMYK percentages

%15.08
%4.52
%0
%21.96

Codes

Color #A9BEC7 in popluar color models

A9BEC7
RGB169190199
HSL198°21.13%72.16%
HSB/HSV198°15.08%78.04%
CMYK15.08%4.52%0.00%
21.96%

Color #A9BEC7 in popluar number systems.

HEXA9BEC7
Decimal169190199
Binary101010011011111011000111
Octal251276307

Shades and tints

Shades of #A9BEC7

#A9BEC7
(169,190,199)
#9AADB5
(154,173,181)
#8B9CA3
(139,156,163)
#7C8B91
(124,139,145)
#6D7A7F
(109,122,127)
#5E696D
(94,105,109)
#4F585B
(79,88,91)
#404749
(64,71,73)
#313637
(49,54,55)
#222525
(34,37,37)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #A9BEC7

#A9BEC7
(169,190,199)
#B0C3CC
(176,195,204)
#B7C8D1
(183,200,209)
#BECDD6
(190,205,214)
#C5D2DB
(197,210,219)
#CCD7E0
(204,215,224)
#D3DCE5
(211,220,229)
#DAE1EA
(218,225,234)
#E1E6EF
(225,230,239)
#E8EBF4
(232,235,244)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BEC7; }

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

This text font color is #A9BEC7.


Background Color

.myBgColor { background-color: #A9BEC7; }

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

This div background color is #A9BEC7.


Border color

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

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

This div border color is #A9BEC7.


Opacity

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

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

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

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

This text has shadow with #A9BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BEC7 on black background.


Color preview on white background

This text has color #A9BEC7 on white background.



Black color preview on #A9BEC7 background

This text has black color on #A9BEC7 background.


White color preview on #A9BEC7 background

This text has white color on #A9BEC7 background.