COLOR #A0BBC2

HEX: #A0BBC2
RGB: (160,187,194)

Color info

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

RGB color model

#A0BBC2 color RGB value is (160,187,194).

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

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 194 of 255 = 76%

160
187
194

R + G + B ~ 71%. #A0BBC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 187 + 194 = 541 (100%)
R 160 of 541 ~ 29.57%
G 187 of 541 ~ 34.57%
B 194 of 541 ~ 35.86%

%29.57
%34.57
%35.86

CMYK color model

#A0BBC2 color CMYK value is (18,4,0,24).

  • cyan value is 17.53%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(18,4,0,24)
C18M4Y0K24 
(18%,4%,0%,24%)
(0.18/0.04/0.00/0.24)	

CMYK percentages

%17.53
%3.61
%0
%23.92

Codes

Color #A0BBC2 in popluar color models

A0BBC2
RGB160187194
HSL192°21.79%69.41%
HSB/HSV192°17.53%76.08%
CMYK17.53%3.61%0.00%
23.92%

Color #A0BBC2 in popluar number systems.

HEXA0BBC2
Decimal160187194
Binary101000001011101111000010
Octal240273302

Shades and tints

Shades of #A0BBC2

#A0BBC2
(160,187,194)
#92AAB1
(146,170,177)
#8499A0
(132,153,160)
#76888F
(118,136,143)
#68777E
(104,119,126)
#5A666D
(90,102,109)
#4C555C
(76,85,92)
#3E444B
(62,68,75)
#30333A
(48,51,58)
#222229
(34,34,41)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #A0BBC2

#A0BBC2
(160,187,194)
#A8C1C7
(168,193,199)
#B0C7CC
(176,199,204)
#B8CDD1
(184,205,209)
#C0D3D6
(192,211,214)
#C8D9DB
(200,217,219)
#D0DFE0
(208,223,224)
#D8E5E5
(216,229,229)
#E0EBEA
(224,235,234)
#E8F1EF
(232,241,239)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BBC2; }

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

This text font color is #A0BBC2.


Background Color

.myBgColor { background-color: #A0BBC2; }

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

This div background color is #A0BBC2.


Border color

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

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

This div border color is #A0BBC2.


Opacity

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

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

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

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

This text has shadow with #A0BBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BBC2 on black background.


Color preview on white background

This text has color #A0BBC2 on white background.



Black color preview on #A0BBC2 background

This text has black color on #A0BBC2 background.


White color preview on #A0BBC2 background

This text has white color on #A0BBC2 background.