COLOR #A1BEC0

HEX: #A1BEC0
RGB: (161,190,192)

Color info

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

RGB color model

#A1BEC0 color RGB value is (161,190,192).

  • red value is 161;
  • green value is 190;
  • blue value is 192.
RGB:
(161,190,192)
(63%,75%,75%)

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 192 of 255 = 75%

161
190
192

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

Portions of RGB colors in percentages

R + G + B =
161 + 190 + 192 = 543 (100%)
R 161 of 543 ~ 29.65%
G 190 of 543 ~ 34.99%
B 192 of 543 ~ 35.36%

%29.65
%34.99
%35.36

CMYK color model

#A1BEC0 color CMYK value is (16,1,0,25).

  • cyan value is 16.15%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(16,1,0,25)
C16M1Y0K25 
(16%,1%,0%,25%)
(0.16/0.01/0.00/0.25)	

CMYK percentages

%16.15
%1.04
%0
%24.71

Codes

Color #A1BEC0 in popluar color models

A1BEC0
RGB161190192
HSL184°19.75%69.22%
HSB/HSV184°16.15%75.29%
CMYK16.15%1.04%0.00%
24.71%

Color #A1BEC0 in popluar number systems.

HEXA1BEC0
Decimal161190192
Binary101000011011111011000000
Octal241276300

Shades and tints

Shades of #A1BEC0

#A1BEC0
(161,190,192)
#93ADAF
(147,173,175)
#859C9E
(133,156,158)
#778B8D
(119,139,141)
#697A7C
(105,122,124)
#5B696B
(91,105,107)
#4D585A
(77,88,90)
#3F4749
(63,71,73)
#313638
(49,54,56)
#232527
(35,37,39)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #A1BEC0

#A1BEC0
(161,190,192)
#A9C3C5
(169,195,197)
#B1C8CA
(177,200,202)
#B9CDCF
(185,205,207)
#C1D2D4
(193,210,212)
#C9D7D9
(201,215,217)
#D1DCDE
(209,220,222)
#D9E1E3
(217,225,227)
#E1E6E8
(225,230,232)
#E9EBED
(233,235,237)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BEC0 color. Also use rgb(161,190,192) instead hex code.

Text Font Color

.myTextColor { color: #A1BEC0; }

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

This text font color is #A1BEC0.


Background Color

.myBgColor { background-color: #A1BEC0; }

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

This div background color is #A1BEC0.


Border color

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

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

This div border color is #A1BEC0.


Opacity

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

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

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

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

This text has shadow with #A1BEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BEC0 on black background.


Color preview on white background

This text has color #A1BEC0 on white background.



Black color preview on #A1BEC0 background

This text has black color on #A1BEC0 background.


White color preview on #A1BEC0 background

This text has white color on #A1BEC0 background.