COLOR #A2B4CB

HEX: #A2B4CB
RGB: (162,180,203)

Color info

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

RGB color model

#A2B4CB color RGB value is (162,180,203).

  • red value is 162;
  • green value is 180;
  • blue value is 203.
RGB:
(162,180,203)
(64%,71%,80%)

RGB channels and saturation

R 162 of 255 = 64%
G 180 of 255 = 71%
B 203 of 255 = 80%

162
180
203

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

Portions of RGB colors in percentages

R + G + B =
162 + 180 + 203 = 545 (100%)
R 162 of 545 ~ 29.72%
G 180 of 545 ~ 33.03%
B 203 of 545 ~ 37.25%

%29.72
%33.03
%37.25

CMYK color model

#A2B4CB color CMYK value is (20,11,0,20).

  • cyan value is 20.20%
  • magenta value is 11.33%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(20,11,0,20)
C20M11Y0K20 
(20%,11%,0%,20%)
(0.20/0.11/0.00/0.20)	

CMYK percentages

%20.2
%11.33
%0
%20.39

Codes

Color #A2B4CB in popluar color models

A2B4CB
RGB162180203
HSL214°28.28%71.57%
HSB/HSV214°20.20%79.61%
CMYK20.20%11.33%0.00%
20.39%

Color #A2B4CB in popluar number systems.

HEXA2B4CB
Decimal162180203
Binary101000101011010011001011
Octal242264313

Shades and tints

Shades of #A2B4CB

#A2B4CB
(162,180,203)
#94A4B9
(148,164,185)
#8694A7
(134,148,167)
#788495
(120,132,149)
#6A7483
(106,116,131)
#5C6471
(92,100,113)
#4E545F
(78,84,95)
#40444D
(64,68,77)
#32343B
(50,52,59)
#242429
(36,36,41)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #A2B4CB

#A2B4CB
(162,180,203)
#AABACF
(170,186,207)
#B2C0D3
(178,192,211)
#BAC6D7
(186,198,215)
#C2CCDB
(194,204,219)
#CAD2DF
(202,210,223)
#D2D8E3
(210,216,227)
#DADEE7
(218,222,231)
#E2E4EB
(226,228,235)
#EAEAEF
(234,234,239)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B4CB color. Also use rgb(162,180,203) instead hex code.

Text Font Color

.myTextColor { color: #A2B4CB; }

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

This text font color is #A2B4CB.


Background Color

.myBgColor { background-color: #A2B4CB; }

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

This div background color is #A2B4CB.


Border color

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

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

This div border color is #A2B4CB.


Opacity

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

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

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

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

This text has shadow with #A2B4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B4CB on black background.


Color preview on white background

This text has color #A2B4CB on white background.



Black color preview on #A2B4CB background

This text has black color on #A2B4CB background.


White color preview on #A2B4CB background

This text has white color on #A2B4CB background.