COLOR #A3AFCD

HEX: #A3AFCD
RGB: (163,175,205)

Color info

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

RGB color model

#A3AFCD color RGB value is (163,175,205).

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

RGB channels and saturation

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

163
175
205

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

Portions of RGB colors in percentages

R + G + B =
163 + 175 + 205 = 543 (100%)
R 163 of 543 ~ 30.02%
G 175 of 543 ~ 32.23%
B 205 of 543 ~ 37.75%

%30.02
%32.23
%37.75

CMYK color model

#A3AFCD color CMYK value is (20,15,0,20).

  • cyan value is 20.49%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,15,0,20)
C20M15Y0K20 
(20%,15%,0%,20%)
(0.20/0.15/0.00/0.20)	

CMYK percentages

%20.49
%14.63
%0
%19.61

Codes

Color #A3AFCD in popluar color models

A3AFCD
RGB163175205
HSL223°29.58%72.16%
HSB/HSV223°20.49%80.39%
CMYK20.49%14.63%0.00%
19.61%

Color #A3AFCD in popluar number systems.

HEXA3AFCD
Decimal163175205
Binary101000111010111111001101
Octal243257315

Shades and tints

Shades of #A3AFCD

#A3AFCD
(163,175,205)
#95A0BB
(149,160,187)
#8791A9
(135,145,169)
#798297
(121,130,151)
#6B7385
(107,115,133)
#5D6473
(93,100,115)
#4F5561
(79,85,97)
#41464F
(65,70,79)
#33373D
(51,55,61)
#25282B
(37,40,43)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #A3AFCD

#A3AFCD
(163,175,205)
#ABB6D1
(171,182,209)
#B3BDD5
(179,189,213)
#BBC4D9
(187,196,217)
#C3CBDD
(195,203,221)
#CBD2E1
(203,210,225)
#D3D9E5
(211,217,229)
#DBE0E9
(219,224,233)
#E3E7ED
(227,231,237)
#EBEEF1
(235,238,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AFCD; }

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

This text font color is #A3AFCD.


Background Color

.myBgColor { background-color: #A3AFCD; }

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

This div background color is #A3AFCD.


Border color

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

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

This div border color is #A3AFCD.


Opacity

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

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

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

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

This text has shadow with #A3AFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AFCD on black background.


Color preview on white background

This text has color #A3AFCD on white background.



Black color preview on #A3AFCD background

This text has black color on #A3AFCD background.


White color preview on #A3AFCD background

This text has white color on #A3AFCD background.