COLOR #A1BFC6

HEX: #A1BFC6
RGB: (161,191,198)

Color info

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

RGB color model

#A1BFC6 color RGB value is (161,191,198).

  • red value is 161;
  • green value is 191;
  • blue value is 198.
RGB:
(161,191,198)
(63%,75%,78%)

RGB channels and saturation

R 161 of 255 = 63%
G 191 of 255 = 75%
B 198 of 255 = 78%

161
191
198

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

Portions of RGB colors in percentages

R + G + B =
161 + 191 + 198 = 550 (100%)
R 161 of 550 ~ 29.27%
G 191 of 550 ~ 34.73%
B 198 of 550 ~ 36%

%29.27
%34.73
%36

CMYK color model

#A1BFC6 color CMYK value is (19,4,0,22).

  • cyan value is 18.69%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(19,4,0,22)
C19M4Y0K22 
(19%,4%,0%,22%)
(0.19/0.04/0.00/0.22)	

CMYK percentages

%18.69
%3.54
%0
%22.35

Codes

Color #A1BFC6 in popluar color models

A1BFC6
RGB161191198
HSL191°24.50%70.39%
HSB/HSV191°18.69%77.65%
CMYK18.69%3.54%0.00%
22.35%

Color #A1BFC6 in popluar number systems.

HEXA1BFC6
Decimal161191198
Binary101000011011111111000110
Octal241277306

Shades and tints

Shades of #A1BFC6

#A1BFC6
(161,191,198)
#93AEB4
(147,174,180)
#859DA2
(133,157,162)
#778C90
(119,140,144)
#697B7E
(105,123,126)
#5B6A6C
(91,106,108)
#4D595A
(77,89,90)
#3F4848
(63,72,72)
#313736
(49,55,54)
#232624
(35,38,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #A1BFC6

#A1BFC6
(161,191,198)
#A9C4CB
(169,196,203)
#B1C9D0
(177,201,208)
#B9CED5
(185,206,213)
#C1D3DA
(193,211,218)
#C9D8DF
(201,216,223)
#D1DDE4
(209,221,228)
#D9E2E9
(217,226,233)
#E1E7EE
(225,231,238)
#E9ECF3
(233,236,243)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BFC6 color. Also use rgb(161,191,198) instead hex code.

Text Font Color

.myTextColor { color: #A1BFC6; }

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

This text font color is #A1BFC6.


Background Color

.myBgColor { background-color: #A1BFC6; }

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

This div background color is #A1BFC6.


Border color

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

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

This div border color is #A1BFC6.


Opacity

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

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

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

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

This text has shadow with #A1BFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BFC6 on black background.


Color preview on white background

This text has color #A1BFC6 on white background.



Black color preview on #A1BFC6 background

This text has black color on #A1BFC6 background.


White color preview on #A1BFC6 background

This text has white color on #A1BFC6 background.