COLOR #A0BBDC

HEX: #A0BBDC RGB: (160,187,220)

Color info

#A0BBDC contains mainly green and blue colors. Web safe color of #A0BBDC is #99CCCC (or #9CC).

RGB color model

#A0BBDC color RGB value is (160,187,220).

RGB: (160,187,220) (63%, 73%, 86%)

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 220 of 255 = 86%

160
187
220

R + G + B ~ 74%. #A0BBDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 187 + 220 = 567 (100%)
R 160 of 567 ~ 28.22%
G 187 of 567 ~ 32.98%
B 220 of 567 ~ 38.8'%

%28.22
%32.98
%38.8

CMYK color model

#A0BBDC color CMYK value is (27,15,0,14).

  • cyan value is 27.27%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (27,15,0,14)
C27M15Y0K14 (27%, 15%, 0%, 14%)
(0.27 / 0.15 / 0.00 / 0.14)

CMYK percentages

%27.27
%15
%0
%13.73

Codes

Color #A0BBDC in popluar color models

A0 BB DC
RGB 160 187 220
HSL 213° 46.15% 74.51%
HSB/HSV 213° 27.27% 86.27%
CMYK 27.27% 15.00% 0.00%
13.73%

Color #A0BBDC in popluar number systems.

HEX A0 BB DC
Decimal 160 187 220
Binary 10100000 10111011 11011100
Octal 240 273 334

Shades and tints

Shades of #A0BBDC

#A0BBDC
(160,187,220)
#92AAC8
(146,170,200)
#8499B4
(132,153,180)
#7688A0
(118,136,160)
#68778C
(104,119,140)
#5A6678
(90,102,120)
#4C5564
(76,85,100)
#3E4450
(62,68,80)
#30333C
(48,51,60)
#222228
(34,34,40)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #A0BBDC

#A0BBDC
(160,187,220)
#A8C1DF
(168,193,223)
#B0C7E2
(176,199,226)
#B8CDE5
(184,205,229)
#C0D3E8
(192,211,232)
#C8D9EB
(200,217,235)
#D0DFEE
(208,223,238)
#D8E5F1
(216,229,241)
#E0EBF4
(224,235,244)
#E8F1F7
(232,241,247)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BBDC color. Also use rgb(160,187,220) instead hex code.

Text Font Color

.myTextColor { color: #A0BBDC; }

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

This text font color is #A0BBDC.

Background Color

.myBgColor { background-color: #A0BBDC; }

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

This div background color is #A0BBDC.

Border color

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

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

This div border color is #A0BBDC.

Opacity

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

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

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

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

This text has shadow with #A0BBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0BBDC.

Preview

Color preview on black background

This text has color #A0BBDC on black background.


Color preview on white background

This text has color #A0BBDC on white background.


Black color preview on #A0BBDC background

This text has black color on #A0BBDC background.


White color preview on #A0BBDC background

This text has white color on #A0BBDC background.


Related colors

Complementary color

Complementary color for #hex is #5F4423.


I love getcolorcode.com

Triadic colors

1 #DCA0BB and #BBDCA0 with #A0BBDC are triadic colors.

2 #DCBBA0 and #BBA0DC with #A0BBDC are triadic colors.