COLOR #A0BBBD

HEX: #A0BBBD
RGB: (160,187,189)

Color info

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

RGB color model

#A0BBBD color RGB value is (160,187,189).

  • red value is 160;
  • green value is 187;
  • blue value is 189.
RGB:
(160,187,189)
(63%,73%,74%)

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 189 of 255 = 74%

160
187
189

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

Portions of RGB colors in percentages

R + G + B =
160 + 187 + 189 = 536 (100%)
R 160 of 536 ~ 29.85%
G 187 of 536 ~ 34.89%
B 189 of 536 ~ 35.26%

%29.85
%34.89
%35.26

CMYK color model

#A0BBBD color CMYK value is (15,1,0,26).

  • cyan value is 15.34%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,1,0,26)
C15M1Y0K26 
(15%,1%,0%,26%)
(0.15/0.01/0.00/0.26)	

CMYK percentages

%15.34
%1.06
%0
%25.88

Codes

Color #A0BBBD in popluar color models

A0BBBD
RGB160187189
HSL184°18.01%68.43%
HSB/HSV184°15.34%74.12%
CMYK15.34%1.06%0.00%
25.88%

Color #A0BBBD in popluar number systems.

HEXA0BBBD
Decimal160187189
Binary101000001011101110111101
Octal240273275

Shades and tints

Shades of #A0BBBD

#A0BBBD
(160,187,189)
#92AAAC
(146,170,172)
#84999B
(132,153,155)
#76888A
(118,136,138)
#687779
(104,119,121)
#5A6668
(90,102,104)
#4C5557
(76,85,87)
#3E4446
(62,68,70)
#303335
(48,51,53)
#222224
(34,34,36)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A0BBBD

#A0BBBD
(160,187,189)
#A8C1C3
(168,193,195)
#B0C7C9
(176,199,201)
#B8CDCF
(184,205,207)
#C0D3D5
(192,211,213)
#C8D9DB
(200,217,219)
#D0DFE1
(208,223,225)
#D8E5E7
(216,229,231)
#E0EBED
(224,235,237)
#E8F1F3
(232,241,243)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BBBD color. Also use rgb(160,187,189) instead hex code.

Text Font Color

.myTextColor { color: #A0BBBD; }

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

This text font color is #A0BBBD.


Background Color

.myBgColor { background-color: #A0BBBD; }

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

This div background color is #A0BBBD.


Border color

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

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

This div border color is #A0BBBD.


Opacity

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

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

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

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

This text has shadow with #A0BBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BBBD on black background.


Color preview on white background

This text has color #A0BBBD on white background.



Black color preview on #A0BBBD background

This text has black color on #A0BBBD background.


White color preview on #A0BBBD background

This text has white color on #A0BBBD background.