COLOR #A1BED2

HEX: #A1BED2
RGB: (161,190,210)

Color info

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

RGB color model

#A1BED2 color RGB value is (161,190,210).

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

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 210 of 255 = 82%

161
190
210

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

Portions of RGB colors in percentages

R + G + B =
161 + 190 + 210 = 561 (100%)
R 161 of 561 ~ 28.7%
G 190 of 561 ~ 33.87%
B 210 of 561 ~ 37.43%

%28.7
%33.87
%37.43

CMYK color model

#A1BED2 color CMYK value is (23,10,0,18).

  • cyan value is 23.33%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(23,10,0,18)
C23M10Y0K18 
(23%,10%,0%,18%)
(0.23/0.10/0.00/0.18)	

CMYK percentages

%23.33
%9.52
%0
%17.65

Codes

Color #A1BED2 in popluar color models

A1BED2
RGB161190210
HSL204°35.25%72.75%
HSB/HSV204°23.33%82.35%
CMYK23.33%9.52%0.00%
17.65%

Color #A1BED2 in popluar number systems.

HEXA1BED2
Decimal161190210
Binary101000011011111011010010
Octal241276322

Shades and tints

Shades of #A1BED2

#A1BED2
(161,190,210)
#93ADBF
(147,173,191)
#859CAC
(133,156,172)
#778B99
(119,139,153)
#697A86
(105,122,134)
#5B6973
(91,105,115)
#4D5860
(77,88,96)
#3F474D
(63,71,77)
#31363A
(49,54,58)
#232527
(35,37,39)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #A1BED2

#A1BED2
(161,190,210)
#A9C3D6
(169,195,214)
#B1C8DA
(177,200,218)
#B9CDDE
(185,205,222)
#C1D2E2
(193,210,226)
#C9D7E6
(201,215,230)
#D1DCEA
(209,220,234)
#D9E1EE
(217,225,238)
#E1E6F2
(225,230,242)
#E9EBF6
(233,235,246)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BED2; }

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

This text font color is #A1BED2.


Background Color

.myBgColor { background-color: #A1BED2; }

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

This div background color is #A1BED2.


Border color

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

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

This div border color is #A1BED2.


Opacity

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

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

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

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

This text has shadow with #A1BED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BED2 on black background.


Color preview on white background

This text has color #A1BED2 on white background.



Black color preview on #A1BED2 background

This text has black color on #A1BED2 background.


White color preview on #A1BED2 background

This text has white color on #A1BED2 background.