COLOR #A9BECE

HEX: #A9BECE
RGB: (169,190,206)

Color info

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

RGB color model

#A9BECE color RGB value is (169,190,206).

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

RGB channels and saturation

R 169 of 255 = 66%
G 190 of 255 = 75%
B 206 of 255 = 81%

169
190
206

R + G + B ~ 74%. #A9BECE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 190 + 206 = 565 (100%)
R 169 of 565 ~ 29.91%
G 190 of 565 ~ 33.63%
B 206 of 565 ~ 36.46%

%29.91
%33.63
%36.46

CMYK color model

#A9BECE color CMYK value is (18,8,0,19).

  • cyan value is 17.96%
  • magenta value is 7.77%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,8,0,19)
C18M8Y0K19 
(18%,8%,0%,19%)
(0.18/0.08/0.00/0.19)	

CMYK percentages

%17.96
%7.77
%0
%19.22

Codes

Color #A9BECE in popluar color models

A9BECE
RGB169190206
HSL206°27.41%73.53%
HSB/HSV206°17.96%80.78%
CMYK17.96%7.77%0.00%
19.22%

Color #A9BECE in popluar number systems.

HEXA9BECE
Decimal169190206
Binary101010011011111011001110
Octal251276316

Shades and tints

Shades of #A9BECE

#A9BECE
(169,190,206)
#9AADBC
(154,173,188)
#8B9CAA
(139,156,170)
#7C8B98
(124,139,152)
#6D7A86
(109,122,134)
#5E6974
(94,105,116)
#4F5862
(79,88,98)
#404750
(64,71,80)
#31363E
(49,54,62)
#22252C
(34,37,44)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #A9BECE

#A9BECE
(169,190,206)
#B0C3D2
(176,195,210)
#B7C8D6
(183,200,214)
#BECDDA
(190,205,218)
#C5D2DE
(197,210,222)
#CCD7E2
(204,215,226)
#D3DCE6
(211,220,230)
#DAE1EA
(218,225,234)
#E1E6EE
(225,230,238)
#E8EBF2
(232,235,242)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BECE; }

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

This text font color is #A9BECE.


Background Color

.myBgColor { background-color: #A9BECE; }

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

This div background color is #A9BECE.


Border color

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

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

This div border color is #A9BECE.


Opacity

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

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

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

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

This text has shadow with #A9BECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BECE on black background.


Color preview on white background

This text has color #A9BECE on white background.



Black color preview on #A9BECE background

This text has black color on #A9BECE background.


White color preview on #A9BECE background

This text has white color on #A9BECE background.