COLOR #A3B1CD

HEX: #A3B1CD
RGB: (163,177,205)

Color info

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

RGB color model

#A3B1CD color RGB value is (163,177,205).

  • red value is 163;
  • green value is 177;
  • blue value is 205.
RGB:
(163,177,205)
(64%,69%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 177 of 255 = 69%
B 205 of 255 = 80%

163
177
205

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

Portions of RGB colors in percentages

R + G + B =
163 + 177 + 205 = 545 (100%)
R 163 of 545 ~ 29.91%
G 177 of 545 ~ 32.48%
B 205 of 545 ~ 37.61%

%29.91
%32.48
%37.61

CMYK color model

#A3B1CD color CMYK value is (20,14,0,20).

  • cyan value is 20.49%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,14,0,20)
C20M14Y0K20 
(20%,14%,0%,20%)
(0.20/0.14/0.00/0.20)	

CMYK percentages

%20.49
%13.66
%0
%19.61

Codes

Color #A3B1CD in popluar color models

A3B1CD
RGB163177205
HSL220°29.58%72.16%
HSB/HSV220°20.49%80.39%
CMYK20.49%13.66%0.00%
19.61%

Color #A3B1CD in popluar number systems.

HEXA3B1CD
Decimal163177205
Binary101000111011000111001101
Octal243261315

Shades and tints

Shades of #A3B1CD

#A3B1CD
(163,177,205)
#95A1BB
(149,161,187)
#8791A9
(135,145,169)
#798197
(121,129,151)
#6B7185
(107,113,133)
#5D6173
(93,97,115)
#4F5161
(79,81,97)
#41414F
(65,65,79)
#33313D
(51,49,61)
#25212B
(37,33,43)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #A3B1CD

#A3B1CD
(163,177,205)
#ABB8D1
(171,184,209)
#B3BFD5
(179,191,213)
#BBC6D9
(187,198,217)
#C3CDDD
(195,205,221)
#CBD4E1
(203,212,225)
#D3DBE5
(211,219,229)
#DBE2E9
(219,226,233)
#E3E9ED
(227,233,237)
#EBF0F1
(235,240,241)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B1CD color. Also use rgb(163,177,205) instead hex code.

Text Font Color

.myTextColor { color: #A3B1CD; }

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

This text font color is #A3B1CD.


Background Color

.myBgColor { background-color: #A3B1CD; }

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

This div background color is #A3B1CD.


Border color

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

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

This div border color is #A3B1CD.


Opacity

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

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

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

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

This text has shadow with #A3B1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B1CD on black background.


Color preview on white background

This text has color #A3B1CD on white background.



Black color preview on #A3B1CD background

This text has black color on #A3B1CD background.


White color preview on #A3B1CD background

This text has white color on #A3B1CD background.