COLOR #A1BFD1

HEX: #A1BFD1
RGB: (161,191,209)

Color info

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

RGB color model

#A1BFD1 color RGB value is (161,191,209).

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

RGB channels and saturation

R 161 of 255 = 63%
G 191 of 255 = 75%
B 209 of 255 = 82%

161
191
209

R + G + B ~ 73%. #A1BFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 191 + 209 = 561 (100%)
R 161 of 561 ~ 28.7%
G 191 of 561 ~ 34.05%
B 209 of 561 ~ 37.25%

%28.7
%34.05
%37.25

CMYK color model

#A1BFD1 color CMYK value is (23,9,0,18).

  • cyan value is 22.97%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(23,9,0,18)
C23M9Y0K18 
(23%,9%,0%,18%)
(0.23/0.09/0.00/0.18)	

CMYK percentages

%22.97
%8.61
%0
%18.04

Codes

Color #A1BFD1 in popluar color models

A1BFD1
RGB161191209
HSL203°34.29%72.55%
HSB/HSV203°22.97%81.96%
CMYK22.97%8.61%0.00%
18.04%

Color #A1BFD1 in popluar number systems.

HEXA1BFD1
Decimal161191209
Binary101000011011111111010001
Octal241277321

Shades and tints

Shades of #A1BFD1

#A1BFD1
(161,191,209)
#93AEBE
(147,174,190)
#859DAB
(133,157,171)
#778C98
(119,140,152)
#697B85
(105,123,133)
#5B6A72
(91,106,114)
#4D595F
(77,89,95)
#3F484C
(63,72,76)
#313739
(49,55,57)
#232626
(35,38,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #A1BFD1

#A1BFD1
(161,191,209)
#A9C4D5
(169,196,213)
#B1C9D9
(177,201,217)
#B9CEDD
(185,206,221)
#C1D3E1
(193,211,225)
#C9D8E5
(201,216,229)
#D1DDE9
(209,221,233)
#D9E2ED
(217,226,237)
#E1E7F1
(225,231,241)
#E9ECF5
(233,236,245)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BFD1; }

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

This text font color is #A1BFD1.


Background Color

.myBgColor { background-color: #A1BFD1; }

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

This div background color is #A1BFD1.


Border color

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

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

This div border color is #A1BFD1.


Opacity

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

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

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

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

This text has shadow with #A1BFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BFD1 on black background.


Color preview on white background

This text has color #A1BFD1 on white background.



Black color preview on #A1BFD1 background

This text has black color on #A1BFD1 background.


White color preview on #A1BFD1 background

This text has white color on #A1BFD1 background.