COLOR #A0BED1

HEX: #A0BED1
RGB: (160,190,209)

Color info

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

RGB color model

#A0BED1 color RGB value is (160,190,209).

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

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 209 of 255 = 82%

160
190
209

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

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 209 = 559 (100%)
R 160 of 559 ~ 28.62%
G 190 of 559 ~ 33.99%
B 209 of 559 ~ 37.39%

%28.62
%33.99
%37.39

CMYK color model

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

  • cyan value is 23.44%
  • magenta value is 9.09%
  • 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

%23.44
%9.09
%0
%18.04

Codes

Color #A0BED1 in popluar color models

A0BED1
RGB160190209
HSL203°34.75%72.35%
HSB/HSV203°23.44%81.96%
CMYK23.44%9.09%0.00%
18.04%

Color #A0BED1 in popluar number systems.

HEXA0BED1
Decimal160190209
Binary101000001011111011010001
Octal240276321

Shades and tints

Shades of #A0BED1

#A0BED1
(160,190,209)
#92ADBE
(146,173,190)
#849CAB
(132,156,171)
#768B98
(118,139,152)
#687A85
(104,122,133)
#5A6972
(90,105,114)
#4C585F
(76,88,95)
#3E474C
(62,71,76)
#303639
(48,54,57)
#222526
(34,37,38)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A0BED1

#A0BED1
(160,190,209)
#A8C3D5
(168,195,213)
#B0C8D9
(176,200,217)
#B8CDDD
(184,205,221)
#C0D2E1
(192,210,225)
#C8D7E5
(200,215,229)
#D0DCE9
(208,220,233)
#D8E1ED
(216,225,237)
#E0E6F1
(224,230,241)
#E8EBF5
(232,235,245)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BED1 color. Also use rgb(160,190,209) instead hex code.

Text Font Color

.myTextColor { color: #A0BED1; }

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

This text font color is #A0BED1.


Background Color

.myBgColor { background-color: #A0BED1; }

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

This div background color is #A0BED1.


Border color

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

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

This div border color is #A0BED1.


Opacity

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

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

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

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

This text has shadow with #A0BED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BED1 on black background.


Color preview on white background

This text has color #A0BED1 on white background.



Black color preview on #A0BED1 background

This text has black color on #A0BED1 background.


White color preview on #A0BED1 background

This text has white color on #A0BED1 background.