COLOR #A9BEB2

HEX: #A9BEB2 RGB: (169,190,178)

Color info

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

RGB color model

#A9BEB2 color RGB value is (169,190,178).

RGB: (169,190,178) (66%, 75%, 70%)

RGB channels and saturation

R 169 of 255 = 66%
G 190 of 255 = 75%
B 178 of 255 = 70%

169
190
178

R + G + B ~ 70%. #A9BEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 190 + 178 = 537 (100%)
R 169 of 537 ~ 31.47%
G 190 of 537 ~ 35.38%
B 178 of 537 ~ 33.15'%

%31.47
%35.38
%33.15

CMYK color model

#A9BEB2 color CMYK value is (11,0,6,25).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK: (11,0,6,25) C11M0Y6K25 (11%,0%,6%,25%) (0.11/0.00/0.06/0.25) 

CMYK percentages

%11.05
%0
%6.32
%25.49

Codes

Color #A9BEB2 in popluar color models

A9 BE B2
RGB 169 190 178
HSL 146° 13.91% 70.39%
HSB/HSV 146° 11.05% 74.51%
CMYK 11.05% 0.00% 6.32%
25.49%

Color #A9BEB2 in popluar number systems.

HEX A9 BE B2
Decimal 169 190 178
Binary 10101001 10111110 10110010
Octal 251 276 262

Shades and tints

Shades of #A9BEB2

#A9BEB2
(169,190,178)
#9AADA2
(154,173,162)
#8B9C92
(139,156,146)
#7C8B82
(124,139,130)
#6D7A72
(109,122,114)
#5E6962
(94,105,98)
#4F5852
(79,88,82)
#404742
(64,71,66)
#313632
(49,54,50)
#222522
(34,37,34)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #A9BEB2

#A9BEB2
(169,190,178)
#B0C3B9
(176,195,185)
#B7C8C0
(183,200,192)
#BECDC7
(190,205,199)
#C5D2CE
(197,210,206)
#CCD7D5
(204,215,213)
#D3DCDC
(211,220,220)
#DAE1E3
(218,225,227)
#E1E6EA
(225,230,234)
#E8EBF1
(232,235,241)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BEB2; }

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

This text font color is #A9BEB2.

Background Color

.myBgColor { background-color: #A9BEB2; }

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

This div background color is #A9BEB2.

Border color

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

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

This div border color is #A9BEB2.

Opacity

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

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

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

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

This text has shadow with #A9BEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BEB2.

Preview

Color preview on black background

This text has color #A9BEB2 on black background.


Color preview on white background

This text has color #A9BEB2 on white background.


Black color preview on #A9BEB2 background

This text has black color on #A9BEB2 background.


White color preview on #A9BEB2 background

This text has white color on #A9BEB2 background.


Related colors

Complementary color

Complementary color for #hex is #56414D.


I love getcolorcode.com

Triadic colors

1 #B2A9BE and #BEB2A9 with #A9BEB2 are triadic colors.

2 #B2BEA9 and #BEA9B2 with #A9BEB2 are triadic colors.