COLOR #A8B6C9

HEX: #A8B6C9 RGB: (168,182,201)

Color info

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

RGB color model

#A8B6C9 color RGB value is (168,182,201).

RGB: (168,182,201) (66%, 71%, 79%)

RGB channels and saturation

R 168 of 255 = 66%
G 182 of 255 = 71%
B 201 of 255 = 79%

168
182
201

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

Portions of RGB colors in percentages

R + G + B = 168 + 182 + 201 = 551 (100%)
R 168 of 551 ~ 30.49%
G 182 of 551 ~ 33.03%
B 201 of 551 ~ 36.48'%

%30.49
%33.03
%36.48

CMYK color model

#A8B6C9 color CMYK value is (16,9,0,21).

  • cyan value is 16.42%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (16,9,0,21)
C16M9Y0K21 (16%, 9%, 0%, 21%)
(0.16 / 0.09 / 0.00 / 0.21)

CMYK percentages

%16.42
%9.45
%0
%21.18

Codes

Color #A8B6C9 in popluar color models

A8 B6 C9
RGB 168 182 201
HSL 215° 23.40% 72.35%
HSB/HSV 215° 16.42% 78.82%
CMYK 16.42% 9.45% 0.00%
21.18%

Color #A8B6C9 in popluar number systems.

HEX A8 B6 C9
Decimal 168 182 201
Binary 10101000 10110110 11001001
Octal 250 266 311

Shades and tints

Shades of #A8B6C9

#A8B6C9
(168,182,201)
#99A6B7
(153,166,183)
#8A96A5
(138,150,165)
#7B8693
(123,134,147)
#6C7681
(108,118,129)
#5D666F
(93,102,111)
#4E565D
(78,86,93)
#3F464B
(63,70,75)
#303639
(48,54,57)
#212627
(33,38,39)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #A8B6C9

#A8B6C9
(168,182,201)
#AFBCCD
(175,188,205)
#B6C2D1
(182,194,209)
#BDC8D5
(189,200,213)
#C4CED9
(196,206,217)
#CBD4DD
(203,212,221)
#D2DAE1
(210,218,225)
#D9E0E5
(217,224,229)
#E0E6E9
(224,230,233)
#E7ECED
(231,236,237)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B6C9 color. Also use rgb(168,182,201) instead hex code.

Text Font Color

.myTextColor { color: #A8B6C9; }

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

This text font color is #A8B6C9.

Background Color

.myBgColor { background-color: #A8B6C9; }

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

This div background color is #A8B6C9.

Border color

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

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

This div border color is #A8B6C9.

Opacity

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

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

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

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

This text has shadow with #A8B6C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B6C9.

Preview

Color preview on black background

This text has color #A8B6C9 on black background.


Color preview on white background

This text has color #A8B6C9 on white background.


Black color preview on #A8B6C9 background

This text has black color on #A8B6C9 background.


White color preview on #A8B6C9 background

This text has white color on #A8B6C9 background.


Related colors

Complementary color

Complementary color for #hex is #574936.


I love getcolorcode.com

Triadic colors

1 #C9A8B6 and #B6C9A8 with #A8B6C9 are triadic colors.

2 #C9B6A8 and #B6A8C9 with #A8B6C9 are triadic colors.