COLOR #A1AFD1

HEX: #A1AFD1
RGB: (161,175,209)

Color info

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

RGB color model

#A1AFD1 color RGB value is (161,175,209).

  • red value is 161;
  • green value is 175;
  • blue value is 209.
RGB:
(161,175,209)
(63%,69%,82%)

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 209 of 255 = 82%

161
175
209

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

Portions of RGB colors in percentages

R + G + B =
161 + 175 + 209 = 545 (100%)
R 161 of 545 ~ 29.54%
G 175 of 545 ~ 32.11%
B 209 of 545 ~ 38.35%

%29.54
%32.11
%38.35

CMYK color model

#A1AFD1 color CMYK value is (23,16,0,18).

  • cyan value is 22.97%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(23,16,0,18)
C23M16Y0K18 
(23%,16%,0%,18%)
(0.23/0.16/0.00/0.18)	

CMYK percentages

%22.97
%16.27
%0
%18.04

Codes

Color #A1AFD1 in popluar color models

A1AFD1
RGB161175209
HSL223°34.29%72.55%
HSB/HSV223°22.97%81.96%
CMYK22.97%16.27%0.00%
18.04%

Color #A1AFD1 in popluar number systems.

HEXA1AFD1
Decimal161175209
Binary101000011010111111010001
Octal241257321

Shades and tints

Shades of #A1AFD1

#A1AFD1
(161,175,209)
#93A0BE
(147,160,190)
#8591AB
(133,145,171)
#778298
(119,130,152)
#697385
(105,115,133)
#5B6472
(91,100,114)
#4D555F
(77,85,95)
#3F464C
(63,70,76)
#313739
(49,55,57)
#232826
(35,40,38)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #A1AFD1

#A1AFD1
(161,175,209)
#A9B6D5
(169,182,213)
#B1BDD9
(177,189,217)
#B9C4DD
(185,196,221)
#C1CBE1
(193,203,225)
#C9D2E5
(201,210,229)
#D1D9E9
(209,217,233)
#D9E0ED
(217,224,237)
#E1E7F1
(225,231,241)
#E9EEF5
(233,238,245)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AFD1 color. Also use rgb(161,175,209) instead hex code.

Text Font Color

.myTextColor { color: #A1AFD1; }

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

This text font color is #A1AFD1.


Background Color

.myBgColor { background-color: #A1AFD1; }

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

This div background color is #A1AFD1.


Border color

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

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

This div border color is #A1AFD1.


Opacity

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

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

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

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

This text has shadow with #A1AFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AFD1 on black background.


Color preview on white background

This text has color #A1AFD1 on white background.



Black color preview on #A1AFD1 background

This text has black color on #A1AFD1 background.


White color preview on #A1AFD1 background

This text has white color on #A1AFD1 background.