COLOR #A0B3CB

HEX: #A0B3CB RGB: (160,179,203)

Color info

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

RGB color model

#A0B3CB color RGB value is (160,179,203).

RGB: (160,179,203) (63%, 70%, 80%)

RGB channels and saturation

R 160 of 255 = 63%
G 179 of 255 = 70%
B 203 of 255 = 80%

160
179
203

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

Portions of RGB colors in percentages

R + G + B = 160 + 179 + 203 = 542 (100%)
R 160 of 542 ~ 29.52%
G 179 of 542 ~ 33.03%
B 203 of 542 ~ 37.45'%

%29.52
%33.03
%37.45

CMYK color model

#A0B3CB color CMYK value is (21,12,0,20).

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

CMYK: (21,12,0,20)
C21M12Y0K20 (21%, 12%, 0%, 20%)
(0.21 / 0.12 / 0.00 / 0.20)

CMYK percentages

%21.18
%11.82
%0
%20.39

Codes

Color #A0B3CB in popluar color models

A0 B3 CB
RGB 160 179 203
HSL 213° 29.25% 71.18%
HSB/HSV 213° 21.18% 79.61%
CMYK 21.18% 11.82% 0.00%
20.39%

Color #A0B3CB in popluar number systems.

HEX A0 B3 CB
Decimal 160 179 203
Binary 10100000 10110011 11001011
Octal 240 263 313

Shades and tints

Shades of #A0B3CB

#A0B3CB
(160,179,203)
#92A3B9
(146,163,185)
#8493A7
(132,147,167)
#768395
(118,131,149)
#687383
(104,115,131)
#5A6371
(90,99,113)
#4C535F
(76,83,95)
#3E434D
(62,67,77)
#30333B
(48,51,59)
#222329
(34,35,41)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #A0B3CB

#A0B3CB
(160,179,203)
#A8B9CF
(168,185,207)
#B0BFD3
(176,191,211)
#B8C5D7
(184,197,215)
#C0CBDB
(192,203,219)
#C8D1DF
(200,209,223)
#D0D7E3
(208,215,227)
#D8DDE7
(216,221,231)
#E0E3EB
(224,227,235)
#E8E9EF
(232,233,239)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B3CB; }

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

This text font color is #A0B3CB.

Background Color

.myBgColor { background-color: #A0B3CB; }

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

This div background color is #A0B3CB.

Border color

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

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

This div border color is #A0B3CB.

Opacity

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

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

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

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

This text has shadow with #A0B3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B3CB.

Preview

Color preview on black background

This text has color #A0B3CB on black background.


Color preview on white background

This text has color #A0B3CB on white background.


Black color preview on #A0B3CB background

This text has black color on #A0B3CB background.


White color preview on #A0B3CB background

This text has white color on #A0B3CB background.


Related colors

Complementary color

Complementary color for #hex is #5F4C34.


I love getcolorcode.com

Triadic colors

1 #CBA0B3 and #B3CBA0 with #A0B3CB are triadic colors.

2 #CBB3A0 and #B3A0CB with #A0B3CB are triadic colors.