COLOR #A8B2E6

HEX: #A8B2E6
RGB: (168,178,230)

Color info

#A8B2E6 contains mainly green and blue colors. Web safe color of #A8B2E6 is #9999CC (or #99C).

RGB color model

#A8B2E6 color RGB value is (168,178,230).

  • red value is 168;
  • green value is 178;
  • blue value is 230.
RGB:
(168,178,230)
(66%,70%,90%)

RGB channels and saturation

R 168 of 255 = 66%
G 178 of 255 = 70%
B 230 of 255 = 90%

168
178
230

R + G + B ~ 75%. #A8B2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 178 + 230 = 576 (100%)
R 168 of 576 ~ 29.17%
G 178 of 576 ~ 30.9%
B 230 of 576 ~ 39.93%

%29.17
%30.9
%39.93

CMYK color model

#A8B2E6 color CMYK value is (27,23,0,10).

  • cyan value is 26.96%
  • magenta value is 22.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,23,0,10)
C27M23Y0K10 
(27%,23%,0%,10%)
(0.27/0.23/0.00/0.10)	

CMYK percentages

%26.96
%22.61
%0
%9.8

Codes

Color #A8B2E6 in popluar color models

A8B2E6
RGB168178230
HSL230°55.36%78.04%
HSB/HSV230°26.96%90.20%
CMYK26.96%22.61%0.00%
9.80%

Color #A8B2E6 in popluar number systems.

HEXA8B2E6
Decimal168178230
Binary101010001011001011100110
Octal250262346

Shades and tints

Shades of #A8B2E6

#A8B2E6
(168,178,230)
#99A2D2
(153,162,210)
#8A92BE
(138,146,190)
#7B82AA
(123,130,170)
#6C7296
(108,114,150)
#5D6282
(93,98,130)
#4E526E
(78,82,110)
#3F425A
(63,66,90)
#303246
(48,50,70)
#212232
(33,34,50)
#12121E
(18,18,30)
#000000
(0,0,0)

Tints of #A8B2E6

#A8B2E6
(168,178,230)
#AFB9E8
(175,185,232)
#B6C0EA
(182,192,234)
#BDC7EC
(189,199,236)
#C4CEEE
(196,206,238)
#CBD5F0
(203,213,240)
#D2DCF2
(210,220,242)
#D9E3F4
(217,227,244)
#E0EAF6
(224,234,246)
#E7F1F8
(231,241,248)
#EEF8FA
(238,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B2E6 color. Also use rgb(168,178,230) instead hex code.

Text Font Color

.myTextColor { color: #A8B2E6; }

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

This text font color is #A8B2E6.


Background Color

.myBgColor { background-color: #A8B2E6; }

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

This div background color is #A8B2E6.


Border color

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

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

This div border color is #A8B2E6.


Opacity

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

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

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

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

This text has shadow with #A8B2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B2E6 on black background.


Color preview on white background

This text has color #A8B2E6 on white background.



Black color preview on #A8B2E6 background

This text has black color on #A8B2E6 background.


White color preview on #A8B2E6 background

This text has white color on #A8B2E6 background.