COLOR #A0B2CE

HEX: #A0B2CE RGB: (160,178,206)

Color info

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

RGB color model

#A0B2CE color RGB value is (160,178,206).

RGB: (160,178,206) (63%, 70%, 81%)

RGB channels and saturation

R 160 of 255 = 63%
G 178 of 255 = 70%
B 206 of 255 = 81%

160
178
206

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

Portions of RGB colors in percentages

R + G + B = 160 + 178 + 206 = 544 (100%)
R 160 of 544 ~ 29.41%
G 178 of 544 ~ 32.72%
B 206 of 544 ~ 37.87'%

%29.41
%32.72
%37.87

CMYK color model

#A0B2CE color CMYK value is (22,14,0,19).

  • cyan value is 22.33%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (22,14,0,19)
C22M14Y0K19 (22%, 14%, 0%, 19%)
(0.22 / 0.14 / 0.00 / 0.19)

CMYK percentages

%22.33
%13.59
%0
%19.22

Codes

Color #A0B2CE in popluar color models

A0 B2 CE
RGB 160 178 206
HSL 217° 31.94% 71.76%
HSB/HSV 217° 22.33% 80.78%
CMYK 22.33% 13.59% 0.00%
19.22%

Color #A0B2CE in popluar number systems.

HEX A0 B2 CE
Decimal 160 178 206
Binary 10100000 10110010 11001110
Octal 240 262 316

Shades and tints

Shades of #A0B2CE

#A0B2CE
(160,178,206)
#92A2BC
(146,162,188)
#8492AA
(132,146,170)
#768298
(118,130,152)
#687286
(104,114,134)
#5A6274
(90,98,116)
#4C5262
(76,82,98)
#3E4250
(62,66,80)
#30323E
(48,50,62)
#22222C
(34,34,44)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #A0B2CE

#A0B2CE
(160,178,206)
#A8B9D2
(168,185,210)
#B0C0D6
(176,192,214)
#B8C7DA
(184,199,218)
#C0CEDE
(192,206,222)
#C8D5E2
(200,213,226)
#D0DCE6
(208,220,230)
#D8E3EA
(216,227,234)
#E0EAEE
(224,234,238)
#E8F1F2
(232,241,242)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B2CE color. Also use rgb(160,178,206) instead hex code.

Text Font Color

.myTextColor { color: #A0B2CE; }

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

This text font color is #A0B2CE.

Background Color

.myBgColor { background-color: #A0B2CE; }

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

This div background color is #A0B2CE.

Border color

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

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

This div border color is #A0B2CE.

Opacity

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

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

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

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

This text has shadow with #A0B2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B2CE.

Preview

Color preview on black background

This text has color #A0B2CE on black background.


Color preview on white background

This text has color #A0B2CE on white background.


Black color preview on #A0B2CE background

This text has black color on #A0B2CE background.


White color preview on #A0B2CE background

This text has white color on #A0B2CE background.


Related colors

Complementary color

Complementary color for #hex is #5F4D31.


I love getcolorcode.com

Triadic colors

1 #CEA0B2 and #B2CEA0 with #A0B2CE are triadic colors.

2 #CEB2A0 and #B2A0CE with #A0B2CE are triadic colors.