COLOR #A0B9CB

HEX: #A0B9CB RGB: (160,185,203)

Color info

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

RGB color model

#A0B9CB color RGB value is (160,185,203).

RGB: (160,185,203) (63%, 73%, 80%)

RGB channels and saturation

R 160 of 255 = 63%
G 185 of 255 = 73%
B 203 of 255 = 80%

160
185
203

R + G + B ~ 72%. #A0B9CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 185 + 203 = 548 (100%)
R 160 of 548 ~ 29.2%
G 185 of 548 ~ 33.76%
B 203 of 548 ~ 37.04'%

%29.2
%33.76
%37.04

CMYK color model

#A0B9CB color CMYK value is (21,9,0,20).

  • cyan value is 21.18%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (21,9,0,20)
C21M9Y0K20 (21%, 9%, 0%, 20%)
(0.21 / 0.09 / 0.00 / 0.20)

CMYK percentages

%21.18
%8.87
%0
%20.39

Codes

Color #A0B9CB in popluar color models

A0 B9 CB
RGB 160 185 203
HSL 205° 29.25% 71.18%
HSB/HSV 205° 21.18% 79.61%
CMYK 21.18% 8.87% 0.00%
20.39%

Color #A0B9CB in popluar number systems.

HEX A0 B9 CB
Decimal 160 185 203
Binary 10100000 10111001 11001011
Octal 240 271 313

Shades and tints

Shades of #A0B9CB

#A0B9CB
(160,185,203)
#92A9B9
(146,169,185)
#8499A7
(132,153,167)
#768995
(118,137,149)
#687983
(104,121,131)
#5A6971
(90,105,113)
#4C595F
(76,89,95)
#3E494D
(62,73,77)
#30393B
(48,57,59)
#222929
(34,41,41)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #A0B9CB

#A0B9CB
(160,185,203)
#A8BFCF
(168,191,207)
#B0C5D3
(176,197,211)
#B8CBD7
(184,203,215)
#C0D1DB
(192,209,219)
#C8D7DF
(200,215,223)
#D0DDE3
(208,221,227)
#D8E3E7
(216,227,231)
#E0E9EB
(224,233,235)
#E8EFEF
(232,239,239)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B9CB color. Also use rgb(160,185,203) instead hex code.

Text Font Color

.myTextColor { color: #A0B9CB; }

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

This text font color is #A0B9CB.

Background Color

.myBgColor { background-color: #A0B9CB; }

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

This div background color is #A0B9CB.

Border color

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

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

This div border color is #A0B9CB.

Opacity

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

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

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

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

This text has shadow with #A0B9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B9CB.

Preview

Color preview on black background

This text has color #A0B9CB on black background.


Color preview on white background

This text has color #A0B9CB on white background.


Black color preview on #A0B9CB background

This text has black color on #A0B9CB background.


White color preview on #A0B9CB background

This text has white color on #A0B9CB background.


Related colors

Complementary color

Complementary color for #hex is #5F4634.


I love getcolorcode.com

Triadic colors

1 #CBA0B9 and #B9CBA0 with #A0B9CB are triadic colors.

2 #CBB9A0 and #B9A0CB with #A0B9CB are triadic colors.