COLOR #A6B6CD

HEX: #A6B6CD
RGB: (166,182,205)

Color info

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

RGB color model

#A6B6CD color RGB value is (166,182,205).

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

RGB channels and saturation

R 166 of 255 = 65%
G 182 of 255 = 71%
B 205 of 255 = 80%

166
182
205

R + G + B ~ 72%. #A6B6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 182 + 205 = 553 (100%)
R 166 of 553 ~ 30.02%
G 182 of 553 ~ 32.91%
B 205 of 553 ~ 37.07%

%30.02
%32.91
%37.07

CMYK color model

#A6B6CD color CMYK value is (19,11,0,20).

  • cyan value is 19.02%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,11,0,20)
C19M11Y0K20 
(19%,11%,0%,20%)
(0.19/0.11/0.00/0.20)	

CMYK percentages

%19.02
%11.22
%0
%19.61

Codes

Color #A6B6CD in popluar color models

A6B6CD
RGB166182205
HSL215°28.06%72.75%
HSB/HSV215°19.02%80.39%
CMYK19.02%11.22%0.00%
19.61%

Color #A6B6CD in popluar number systems.

HEXA6B6CD
Decimal166182205
Binary101001101011011011001101
Octal246266315

Shades and tints

Shades of #A6B6CD

#A6B6CD
(166,182,205)
#97A6BB
(151,166,187)
#8896A9
(136,150,169)
#798697
(121,134,151)
#6A7685
(106,118,133)
#5B6673
(91,102,115)
#4C5661
(76,86,97)
#3D464F
(61,70,79)
#2E363D
(46,54,61)
#1F262B
(31,38,43)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #A6B6CD

#A6B6CD
(166,182,205)
#AEBCD1
(174,188,209)
#B6C2D5
(182,194,213)
#BEC8D9
(190,200,217)
#C6CEDD
(198,206,221)
#CED4E1
(206,212,225)
#D6DAE5
(214,218,229)
#DEE0E9
(222,224,233)
#E6E6ED
(230,230,237)
#EEECF1
(238,236,241)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B6CD; }

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

This text font color is #A6B6CD.


Background Color

.myBgColor { background-color: #A6B6CD; }

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

This div background color is #A6B6CD.


Border color

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

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

This div border color is #A6B6CD.


Opacity

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

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

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

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

This text has shadow with #A6B6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B6CD on black background.


Color preview on white background

This text has color #A6B6CD on white background.



Black color preview on #A6B6CD background

This text has black color on #A6B6CD background.


White color preview on #A6B6CD background

This text has white color on #A6B6CD background.