COLOR #A0BBC4

HEX: #A0BBC4
RGB: (160,187,196)

Color info

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

RGB color model

#A0BBC4 color RGB value is (160,187,196).

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

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 196 of 255 = 77%

160
187
196

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

Portions of RGB colors in percentages

R + G + B =
160 + 187 + 196 = 543 (100%)
R 160 of 543 ~ 29.47%
G 187 of 543 ~ 34.44%
B 196 of 543 ~ 36.1%

%29.47
%34.44
%36.1

CMYK color model

#A0BBC4 color CMYK value is (18,5,0,23).

  • cyan value is 18.37%
  • magenta value is 4.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(18,5,0,23)
C18M5Y0K23 
(18%,5%,0%,23%)
(0.18/0.05/0.00/0.23)	

CMYK percentages

%18.37
%4.59
%0
%23.14

Codes

Color #A0BBC4 in popluar color models

A0BBC4
RGB160187196
HSL195°23.38%69.80%
HSB/HSV195°18.37%76.86%
CMYK18.37%4.59%0.00%
23.14%

Color #A0BBC4 in popluar number systems.

HEXA0BBC4
Decimal160187196
Binary101000001011101111000100
Octal240273304

Shades and tints

Shades of #A0BBC4

#A0BBC4
(160,187,196)
#92AAB3
(146,170,179)
#8499A2
(132,153,162)
#768891
(118,136,145)
#687780
(104,119,128)
#5A666F
(90,102,111)
#4C555E
(76,85,94)
#3E444D
(62,68,77)
#30333C
(48,51,60)
#22222B
(34,34,43)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #A0BBC4

#A0BBC4
(160,187,196)
#A8C1C9
(168,193,201)
#B0C7CE
(176,199,206)
#B8CDD3
(184,205,211)
#C0D3D8
(192,211,216)
#C8D9DD
(200,217,221)
#D0DFE2
(208,223,226)
#D8E5E7
(216,229,231)
#E0EBEC
(224,235,236)
#E8F1F1
(232,241,241)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BBC4; }

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

This text font color is #A0BBC4.


Background Color

.myBgColor { background-color: #A0BBC4; }

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

This div background color is #A0BBC4.


Border color

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

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

This div border color is #A0BBC4.


Opacity

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

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

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

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

This text has shadow with #A0BBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BBC4 on black background.


Color preview on white background

This text has color #A0BBC4 on white background.



Black color preview on #A0BBC4 background

This text has black color on #A0BBC4 background.


White color preview on #A0BBC4 background

This text has white color on #A0BBC4 background.