COLOR #A0BBB4

HEX: #A0BBB4
RGB: (160,187,180)

Color info

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

RGB color model

#A0BBB4 color RGB value is (160,187,180).

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

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 180 of 255 = 71%

160
187
180

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

Portions of RGB colors in percentages

R + G + B =
160 + 187 + 180 = 527 (100%)
R 160 of 527 ~ 30.36%
G 187 of 527 ~ 35.48%
B 180 of 527 ~ 34.16%

%30.36
%35.48
%34.16

CMYK color model

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

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 3.74%
  • 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
%3.74
%26.67

Codes

Color #A0BBB4 in popluar color models

A0BBB4
RGB160187180
HSL164°16.56%68.04%
HSB/HSV164°14.44%73.33%
CMYK14.44%0.00%3.74%
26.67%

Color #A0BBB4 in popluar number systems.

HEXA0BBB4
Decimal160187180
Binary101000001011101110110100
Octal240273264

Shades and tints

Shades of #A0BBB4

#A0BBB4
(160,187,180)
#92AAA4
(146,170,164)
#849994
(132,153,148)
#768884
(118,136,132)
#687774
(104,119,116)
#5A6664
(90,102,100)
#4C5554
(76,85,84)
#3E4444
(62,68,68)
#303334
(48,51,52)
#222224
(34,34,36)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #A0BBB4

#A0BBB4
(160,187,180)
#A8C1BA
(168,193,186)
#B0C7C0
(176,199,192)
#B8CDC6
(184,205,198)
#C0D3CC
(192,211,204)
#C8D9D2
(200,217,210)
#D0DFD8
(208,223,216)
#D8E5DE
(216,229,222)
#E0EBE4
(224,235,228)
#E8F1EA
(232,241,234)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BBB4; }

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

This text font color is #A0BBB4.


Background Color

.myBgColor { background-color: #A0BBB4; }

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

This div background color is #A0BBB4.


Border color

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

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

This div border color is #A0BBB4.


Opacity

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

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

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

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

This text has shadow with #A0BBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BBB4 on black background.


Color preview on white background

This text has color #A0BBB4 on white background.



Black color preview on #A0BBB4 background

This text has black color on #A0BBB4 background.


White color preview on #A0BBB4 background

This text has white color on #A0BBB4 background.