COLOR #A1B5CF

HEX: #A1B5CF
RGB: (161,181,207)

Color info

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

RGB color model

#A1B5CF color RGB value is (161,181,207).

  • red value is 161;
  • green value is 181;
  • blue value is 207.
RGB:
(161,181,207)
(63%,71%,81%)

RGB channels and saturation

R 161 of 255 = 63%
G 181 of 255 = 71%
B 207 of 255 = 81%

161
181
207

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

Portions of RGB colors in percentages

R + G + B =
161 + 181 + 207 = 549 (100%)
R 161 of 549 ~ 29.33%
G 181 of 549 ~ 32.97%
B 207 of 549 ~ 37.7%

%29.33
%32.97
%37.7

CMYK color model

#A1B5CF color CMYK value is (22,13,0,19).

  • cyan value is 22.22%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(22,13,0,19)
C22M13Y0K19 
(22%,13%,0%,19%)
(0.22/0.13/0.00/0.19)	

CMYK percentages

%22.22
%12.56
%0
%18.82

Codes

Color #A1B5CF in popluar color models

A1B5CF
RGB161181207
HSL214°32.39%72.16%
HSB/HSV214°22.22%81.18%
CMYK22.22%12.56%0.00%
18.82%

Color #A1B5CF in popluar number systems.

HEXA1B5CF
Decimal161181207
Binary101000011011010111001111
Octal241265317

Shades and tints

Shades of #A1B5CF

#A1B5CF
(161,181,207)
#93A5BD
(147,165,189)
#8595AB
(133,149,171)
#778599
(119,133,153)
#697587
(105,117,135)
#5B6575
(91,101,117)
#4D5563
(77,85,99)
#3F4551
(63,69,81)
#31353F
(49,53,63)
#23252D
(35,37,45)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #A1B5CF

#A1B5CF
(161,181,207)
#A9BBD3
(169,187,211)
#B1C1D7
(177,193,215)
#B9C7DB
(185,199,219)
#C1CDDF
(193,205,223)
#C9D3E3
(201,211,227)
#D1D9E7
(209,217,231)
#D9DFEB
(217,223,235)
#E1E5EF
(225,229,239)
#E9EBF3
(233,235,243)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B5CF color. Also use rgb(161,181,207) instead hex code.

Text Font Color

.myTextColor { color: #A1B5CF; }

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

This text font color is #A1B5CF.


Background Color

.myBgColor { background-color: #A1B5CF; }

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

This div background color is #A1B5CF.


Border color

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

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

This div border color is #A1B5CF.


Opacity

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

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

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

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

This text has shadow with #A1B5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B5CF on black background.


Color preview on white background

This text has color #A1B5CF on white background.



Black color preview on #A1B5CF background

This text has black color on #A1B5CF background.


White color preview on #A1B5CF background

This text has white color on #A1B5CF background.