COLOR #A8B6E7

HEX: #A8B6E7 RGB: (168,182,231)

Color info

#A8B6E7 contains mainly green and blue colors. Web safe color of #A8B6E7 is #99CCFF (or #9CF).

RGB color model

#A8B6E7 color RGB value is (168,182,231).

RGB: (168,182,231) (66%, 71%, 91%)

RGB channels and saturation

R 168 of 255 = 66%
G 182 of 255 = 71%
B 231 of 255 = 91%

168
182
231

R + G + B ~ 76%. #A8B6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 182 + 231 = 581 (100%)
R 168 of 581 ~ 28.92%
G 182 of 581 ~ 31.33%
B 231 of 581 ~ 39.76'%

%28.92
%31.33
%39.76

CMYK color model

#A8B6E7 color CMYK value is (27,21,0,9).

  • cyan value is 27.27%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (27,21,0,9)
C27M21Y0K9 (27%, 21%, 0%, 9%)
(0.27 / 0.21 / 0.00 / 0.09)

CMYK percentages

%27.27
%21.21
%0
%9.41

Codes

Color #A8B6E7 in popluar color models

A8 B6 E7
RGB 168 182 231
HSL 227° 56.76% 78.24%
HSB/HSV 227° 27.27% 90.59%
CMYK 27.27% 21.21% 0.00%
9.41%

Color #A8B6E7 in popluar number systems.

HEX A8 B6 E7
Decimal 168 182 231
Binary 10101000 10110110 11100111
Octal 250 266 347

Shades and tints

Shades of #A8B6E7

#A8B6E7
(168,182,231)
#99A6D2
(153,166,210)
#8A96BD
(138,150,189)
#7B86A8
(123,134,168)
#6C7693
(108,118,147)
#5D667E
(93,102,126)
#4E5669
(78,86,105)
#3F4654
(63,70,84)
#30363F
(48,54,63)
#21262A
(33,38,42)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #A8B6E7

#A8B6E7
(168,182,231)
#AFBCE9
(175,188,233)
#B6C2EB
(182,194,235)
#BDC8ED
(189,200,237)
#C4CEEF
(196,206,239)
#CBD4F1
(203,212,241)
#D2DAF3
(210,218,243)
#D9E0F5
(217,224,245)
#E0E6F7
(224,230,247)
#E7ECF9
(231,236,249)
#EEF2FB
(238,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B6E7; }

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

This text font color is #A8B6E7.

Background Color

.myBgColor { background-color: #A8B6E7; }

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

This div background color is #A8B6E7.

Border color

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

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

This div border color is #A8B6E7.

Opacity

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

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

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

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

This text has shadow with #A8B6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B6E7.

Preview

Color preview on black background

This text has color #A8B6E7 on black background.


Color preview on white background

This text has color #A8B6E7 on white background.


Black color preview on #A8B6E7 background

This text has black color on #A8B6E7 background.


White color preview on #A8B6E7 background

This text has white color on #A8B6E7 background.


Related colors

Complementary color

Complementary color for #hex is #574918.


I love getcolorcode.com

Triadic colors

1 #E7A8B6 and #B6E7A8 with #A8B6E7 are triadic colors.

2 #E7B6A8 and #B6A8E7 with #A8B6E7 are triadic colors.