COLOR #A8BEE6

HEX: #A8BEE6
RGB: (168,190,230)

Color info

#A8BEE6 contains mainly green and blue colors. Web safe color of #A8BEE6 is #99CCCC (or #9CC).

RGB color model

#A8BEE6 color RGB value is (168,190,230).

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

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 230 of 255 = 90%

168
190
230

R + G + B ~ 77%. #A8BEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 230 = 588 (100%)
R 168 of 588 ~ 28.57%
G 190 of 588 ~ 32.31%
B 230 of 588 ~ 39.12%

%28.57
%32.31
%39.12

CMYK color model

#A8BEE6 color CMYK value is (27,17,0,10).

  • cyan value is 26.96%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,17,0,10)
C27M17Y0K10 
(27%,17%,0%,10%)
(0.27/0.17/0.00/0.10)	

CMYK percentages

%26.96
%17.39
%0
%9.8

Codes

Color #A8BEE6 in popluar color models

A8BEE6
RGB168190230
HSL219°55.36%78.04%
HSB/HSV219°26.96%90.20%
CMYK26.96%17.39%0.00%
9.80%

Color #A8BEE6 in popluar number systems.

HEXA8BEE6
Decimal168190230
Binary101010001011111011100110
Octal250276346

Shades and tints

Shades of #A8BEE6

#A8BEE6
(168,190,230)
#99ADD2
(153,173,210)
#8A9CBE
(138,156,190)
#7B8BAA
(123,139,170)
#6C7A96
(108,122,150)
#5D6982
(93,105,130)
#4E586E
(78,88,110)
#3F475A
(63,71,90)
#303646
(48,54,70)
#212532
(33,37,50)
#12141E
(18,20,30)
#000000
(0,0,0)

Tints of #A8BEE6

#A8BEE6
(168,190,230)
#AFC3E8
(175,195,232)
#B6C8EA
(182,200,234)
#BDCDEC
(189,205,236)
#C4D2EE
(196,210,238)
#CBD7F0
(203,215,240)
#D2DCF2
(210,220,242)
#D9E1F4
(217,225,244)
#E0E6F6
(224,230,246)
#E7EBF8
(231,235,248)
#EEF0FA
(238,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BEE6; }

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

This text font color is #A8BEE6.


Background Color

.myBgColor { background-color: #A8BEE6; }

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

This div background color is #A8BEE6.


Border color

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

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

This div border color is #A8BEE6.


Opacity

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

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

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

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

This text has shadow with #A8BEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BEE6 on black background.


Color preview on white background

This text has color #A8BEE6 on white background.



Black color preview on #A8BEE6 background

This text has black color on #A8BEE6 background.


White color preview on #A8BEE6 background

This text has white color on #A8BEE6 background.