COLOR #A6B8CD

HEX: #A6B8CD RGB: (166,184,205)

Color info

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

RGB color model

#A6B8CD color RGB value is (166,184,205).

RGB: (166,184,205) (65%, 72%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 184 of 255 = 72%
B 205 of 255 = 80%

166
184
205

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

Portions of RGB colors in percentages

R + G + B = 166 + 184 + 205 = 555 (100%)
R 166 of 555 ~ 29.91%
G 184 of 555 ~ 33.15%
B 205 of 555 ~ 36.94'%

%29.91
%33.15
%36.94

CMYK color model

#A6B8CD color CMYK value is (19,10,0,20).

  • cyan value is 19.02%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (19,10,0,20)
C19M10Y0K20 (19%, 10%, 0%, 20%)
(0.19 / 0.10 / 0.00 / 0.20)

CMYK percentages

%19.02
%10.24
%0
%19.61

Codes

Color #A6B8CD in popluar color models

A6 B8 CD
RGB 166 184 205
HSL 212° 28.06% 72.75%
HSB/HSV 212° 19.02% 80.39%
CMYK 19.02% 10.24% 0.00%
19.61%

Color #A6B8CD in popluar number systems.

HEX A6 B8 CD
Decimal 166 184 205
Binary 10100110 10111000 11001101
Octal 246 270 315

Shades and tints

Shades of #A6B8CD

#A6B8CD
(166,184,205)
#97A8BB
(151,168,187)
#8898A9
(136,152,169)
#798897
(121,136,151)
#6A7885
(106,120,133)
#5B6873
(91,104,115)
#4C5861
(76,88,97)
#3D484F
(61,72,79)
#2E383D
(46,56,61)
#1F282B
(31,40,43)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #A6B8CD

#A6B8CD
(166,184,205)
#AEBED1
(174,190,209)
#B6C4D5
(182,196,213)
#BECAD9
(190,202,217)
#C6D0DD
(198,208,221)
#CED6E1
(206,214,225)
#D6DCE5
(214,220,229)
#DEE2E9
(222,226,233)
#E6E8ED
(230,232,237)
#EEEEF1
(238,238,241)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B8CD; }

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

This text font color is #A6B8CD.

Background Color

.myBgColor { background-color: #A6B8CD; }

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

This div background color is #A6B8CD.

Border color

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

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

This div border color is #A6B8CD.

Opacity

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

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

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

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

This text has shadow with #A6B8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B8CD.

Preview

Color preview on black background

This text has color #A6B8CD on black background.


Color preview on white background

This text has color #A6B8CD on white background.


Black color preview on #A6B8CD background

This text has black color on #A6B8CD background.


White color preview on #A6B8CD background

This text has white color on #A6B8CD background.


Related colors

Complementary color

Complementary color for #hex is #594732.


I love getcolorcode.com

Triadic colors

1 #CDA6B8 and #B8CDA6 with #A6B8CD are triadic colors.

2 #CDB8A6 and #B8A6CD with #A6B8CD are triadic colors.