COLOR #A6BACD

HEX: #A6BACD
RGB: (166,186,205)

Color info

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

RGB color model

#A6BACD color RGB value is (166,186,205).

  • red value is 166;
  • green value is 186;
  • blue value is 205.
RGB:
(166,186,205)
(65%,73%,80%)

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 205 of 255 = 80%

166
186
205

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

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 205 = 557 (100%)
R 166 of 557 ~ 29.8%
G 186 of 557 ~ 33.39%
B 205 of 557 ~ 36.8%

%29.8
%33.39
%36.8

CMYK color model

#A6BACD color CMYK value is (19,9,0,20).

  • cyan value is 19.02%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,9,0,20)
C19M9Y0K20 
(19%,9%,0%,20%)
(0.19/0.09/0.00/0.20)	

CMYK percentages

%19.02
%9.27
%0
%19.61

Codes

Color #A6BACD in popluar color models

A6BACD
RGB166186205
HSL209°28.06%72.75%
HSB/HSV209°19.02%80.39%
CMYK19.02%9.27%0.00%
19.61%

Color #A6BACD in popluar number systems.

HEXA6BACD
Decimal166186205
Binary101001101011101011001101
Octal246272315

Shades and tints

Shades of #A6BACD

#A6BACD
(166,186,205)
#97AABB
(151,170,187)
#889AA9
(136,154,169)
#798A97
(121,138,151)
#6A7A85
(106,122,133)
#5B6A73
(91,106,115)
#4C5A61
(76,90,97)
#3D4A4F
(61,74,79)
#2E3A3D
(46,58,61)
#1F2A2B
(31,42,43)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #A6BACD

#A6BACD
(166,186,205)
#AEC0D1
(174,192,209)
#B6C6D5
(182,198,213)
#BECCD9
(190,204,217)
#C6D2DD
(198,210,221)
#CED8E1
(206,216,225)
#D6DEE5
(214,222,229)
#DEE4E9
(222,228,233)
#E6EAED
(230,234,237)
#EEF0F1
(238,240,241)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BACD color. Also use rgb(166,186,205) instead hex code.

Text Font Color

.myTextColor { color: #A6BACD; }

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

This text font color is #A6BACD.


Background Color

.myBgColor { background-color: #A6BACD; }

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

This div background color is #A6BACD.


Border color

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

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

This div border color is #A6BACD.


Opacity

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

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

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

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

This text has shadow with #A6BACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BACD on black background.


Color preview on white background

This text has color #A6BACD on white background.



Black color preview on #A6BACD background

This text has black color on #A6BACD background.


White color preview on #A6BACD background

This text has white color on #A6BACD background.