COLOR #A0B4CA

HEX: #A0B4CA RGB: (160,180,202)

Color info

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

RGB color model

#A0B4CA color RGB value is (160,180,202).

RGB: (160,180,202) (63%, 71%, 79%)

RGB channels and saturation

R 160 of 255 = 63%
G 180 of 255 = 71%
B 202 of 255 = 79%

160
180
202

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

Portions of RGB colors in percentages

R + G + B = 160 + 180 + 202 = 542 (100%)
R 160 of 542 ~ 29.52%
G 180 of 542 ~ 33.21%
B 202 of 542 ~ 37.27'%

%29.52
%33.21
%37.27

CMYK color model

#A0B4CA color CMYK value is (21,11,0,21).

  • cyan value is 20.79%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (21,11,0,21)
C21M11Y0K21 (21%, 11%, 0%, 21%)
(0.21 / 0.11 / 0.00 / 0.21)

CMYK percentages

%20.79
%10.89
%0
%20.78

Codes

Color #A0B4CA in popluar color models

A0 B4 CA
RGB 160 180 202
HSL 211° 28.38% 70.98%
HSB/HSV 211° 20.79% 79.22%
CMYK 20.79% 10.89% 0.00%
20.78%

Color #A0B4CA in popluar number systems.

HEX A0 B4 CA
Decimal 160 180 202
Binary 10100000 10110100 11001010
Octal 240 264 312

Shades and tints

Shades of #A0B4CA

#A0B4CA
(160,180,202)
#92A4B8
(146,164,184)
#8494A6
(132,148,166)
#768494
(118,132,148)
#687482
(104,116,130)
#5A6470
(90,100,112)
#4C545E
(76,84,94)
#3E444C
(62,68,76)
#30343A
(48,52,58)
#222428
(34,36,40)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #A0B4CA

#A0B4CA
(160,180,202)
#A8BACE
(168,186,206)
#B0C0D2
(176,192,210)
#B8C6D6
(184,198,214)
#C0CCDA
(192,204,218)
#C8D2DE
(200,210,222)
#D0D8E2
(208,216,226)
#D8DEE6
(216,222,230)
#E0E4EA
(224,228,234)
#E8EAEE
(232,234,238)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B4CA; }

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

This text font color is #A0B4CA.

Background Color

.myBgColor { background-color: #A0B4CA; }

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

This div background color is #A0B4CA.

Border color

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

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

This div border color is #A0B4CA.

Opacity

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

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

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

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

This text has shadow with #A0B4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B4CA.

Preview

Color preview on black background

This text has color #A0B4CA on black background.


Color preview on white background

This text has color #A0B4CA on white background.


Black color preview on #A0B4CA background

This text has black color on #A0B4CA background.


White color preview on #A0B4CA background

This text has white color on #A0B4CA background.


Related colors

Complementary color

Complementary color for #hex is #5F4B35.


I love getcolorcode.com

Triadic colors

1 #CAA0B4 and #B4CAA0 with #A0B4CA are triadic colors.

2 #CAB4A0 and #B4A0CA with #A0B4CA are triadic colors.