COLOR #A0BBB3

HEX: #A0BBB3
RGB: (160,187,179)

Color info

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

RGB color model

#A0BBB3 color RGB value is (160,187,179).

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

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 179 of 255 = 70%

160
187
179

R + G + B ~ 69%. #A0BBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 187 + 179 = 526 (100%)
R 160 of 526 ~ 30.42%
G 187 of 526 ~ 35.55%
B 179 of 526 ~ 34.03%

%30.42
%35.55
%34.03

CMYK color model

#A0BBB3 color CMYK value is (14,0,4,27).

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 4.28%
  • key color value is 26.67%
CMYK:
(14,0,4,27)
C14M0Y4K27 
(14%,0%,4%,27%)
(0.14/0.00/0.04/0.27)	

CMYK percentages

%14.44
%0
%4.28
%26.67

Codes

Color #A0BBB3 in popluar color models

A0BBB3
RGB160187179
HSL162°16.56%68.04%
HSB/HSV162°14.44%73.33%
CMYK14.44%0.00%4.28%
26.67%

Color #A0BBB3 in popluar number systems.

HEXA0BBB3
Decimal160187179
Binary101000001011101110110011
Octal240273263

Shades and tints

Shades of #A0BBB3

#A0BBB3
(160,187,179)
#92AAA3
(146,170,163)
#849993
(132,153,147)
#768883
(118,136,131)
#687773
(104,119,115)
#5A6663
(90,102,99)
#4C5553
(76,85,83)
#3E4443
(62,68,67)
#303333
(48,51,51)
#222223
(34,34,35)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A0BBB3

#A0BBB3
(160,187,179)
#A8C1B9
(168,193,185)
#B0C7BF
(176,199,191)
#B8CDC5
(184,205,197)
#C0D3CB
(192,211,203)
#C8D9D1
(200,217,209)
#D0DFD7
(208,223,215)
#D8E5DD
(216,229,221)
#E0EBE3
(224,235,227)
#E8F1E9
(232,241,233)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BBB3; }

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

This text font color is #A0BBB3.


Background Color

.myBgColor { background-color: #A0BBB3; }

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

This div background color is #A0BBB3.


Border color

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

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

This div border color is #A0BBB3.


Opacity

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

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

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

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

This text has shadow with #A0BBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BBB3 on black background.


Color preview on white background

This text has color #A0BBB3 on white background.



Black color preview on #A0BBB3 background

This text has black color on #A0BBB3 background.


White color preview on #A0BBB3 background

This text has white color on #A0BBB3 background.