COLOR #A9BEBC

HEX: #A9BEBC
RGB: (169,190,188)

Color info

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

RGB color model

#A9BEBC color RGB value is (169,190,188).

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

RGB channels and saturation

R 169 of 255 = 66%
G 190 of 255 = 75%
B 188 of 255 = 74%

169
190
188

R + G + B ~ 72%. #A9BEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 190 + 188 = 547 (100%)
R 169 of 547 ~ 30.9%
G 190 of 547 ~ 34.73%
B 188 of 547 ~ 34.37%

%30.9
%34.73
%34.37

CMYK color model

#A9BEBC color CMYK value is (11,0,1,25).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(11,0,1,25)
C11M0Y1K25 
(11%,0%,1%,25%)
(0.11/0.00/0.01/0.25)	

CMYK percentages

%11.05
%0
%1.05
%25.49

Codes

Color #A9BEBC in popluar color models

A9BEBC
RGB169190188
HSL174°13.91%70.39%
HSB/HSV174°11.05%74.51%
CMYK11.05%0.00%1.05%
25.49%

Color #A9BEBC in popluar number systems.

HEXA9BEBC
Decimal169190188
Binary101010011011111010111100
Octal251276274

Shades and tints

Shades of #A9BEBC

#A9BEBC
(169,190,188)
#9AADAB
(154,173,171)
#8B9C9A
(139,156,154)
#7C8B89
(124,139,137)
#6D7A78
(109,122,120)
#5E6967
(94,105,103)
#4F5856
(79,88,86)
#404745
(64,71,69)
#313634
(49,54,52)
#222523
(34,37,35)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #A9BEBC

#A9BEBC
(169,190,188)
#B0C3C2
(176,195,194)
#B7C8C8
(183,200,200)
#BECDCE
(190,205,206)
#C5D2D4
(197,210,212)
#CCD7DA
(204,215,218)
#D3DCE0
(211,220,224)
#DAE1E6
(218,225,230)
#E1E6EC
(225,230,236)
#E8EBF2
(232,235,242)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BEBC; }

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

This text font color is #A9BEBC.


Background Color

.myBgColor { background-color: #A9BEBC; }

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

This div background color is #A9BEBC.


Border color

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

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

This div border color is #A9BEBC.


Opacity

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

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

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

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

This text has shadow with #A9BEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BEBC on black background.


Color preview on white background

This text has color #A9BEBC on white background.



Black color preview on #A9BEBC background

This text has black color on #A9BEBC background.


White color preview on #A9BEBC background

This text has white color on #A9BEBC background.