COLOR #A1BEB2

HEX: #A1BEB2
RGB: (161,190,178)

Color info

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

RGB color model

#A1BEB2 color RGB value is (161,190,178).

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

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 178 of 255 = 70%

161
190
178

R + G + B ~ 69%. #A1BEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 190 + 178 = 529 (100%)
R 161 of 529 ~ 30.43%
G 190 of 529 ~ 35.92%
B 178 of 529 ~ 33.65%

%30.43
%35.92
%33.65

CMYK color model

#A1BEB2 color CMYK value is (15,0,6,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(15,0,6,25)
C15M0Y6K25 
(15%,0%,6%,25%)
(0.15/0.00/0.06/0.25)	

CMYK percentages

%15.26
%0
%6.32
%25.49

Codes

Color #A1BEB2 in popluar color models

A1BEB2
RGB161190178
HSL155°18.24%68.82%
HSB/HSV155°15.26%74.51%
CMYK15.26%0.00%6.32%
25.49%

Color #A1BEB2 in popluar number systems.

HEXA1BEB2
Decimal161190178
Binary101000011011111010110010
Octal241276262

Shades and tints

Shades of #A1BEB2

#A1BEB2
(161,190,178)
#93ADA2
(147,173,162)
#859C92
(133,156,146)
#778B82
(119,139,130)
#697A72
(105,122,114)
#5B6962
(91,105,98)
#4D5852
(77,88,82)
#3F4742
(63,71,66)
#313632
(49,54,50)
#232522
(35,37,34)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #A1BEB2

#A1BEB2
(161,190,178)
#A9C3B9
(169,195,185)
#B1C8C0
(177,200,192)
#B9CDC7
(185,205,199)
#C1D2CE
(193,210,206)
#C9D7D5
(201,215,213)
#D1DCDC
(209,220,220)
#D9E1E3
(217,225,227)
#E1E6EA
(225,230,234)
#E9EBF1
(233,235,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BEB2; }

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

This text font color is #A1BEB2.


Background Color

.myBgColor { background-color: #A1BEB2; }

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

This div background color is #A1BEB2.


Border color

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

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

This div border color is #A1BEB2.


Opacity

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

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

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

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

This text has shadow with #A1BEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BEB2 on black background.


Color preview on white background

This text has color #A1BEB2 on white background.



Black color preview on #A1BEB2 background

This text has black color on #A1BEB2 background.


White color preview on #A1BEB2 background

This text has white color on #A1BEB2 background.