COLOR #A8BEE8

HEX: #A8BEE8
RGB: (168,190,232)

Color info

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

RGB color model

#A8BEE8 color RGB value is (168,190,232).

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

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 232 of 255 = 91%

168
190
232

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

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 232 = 590 (100%)
R 168 of 590 ~ 28.47%
G 190 of 590 ~ 32.2%
B 232 of 590 ~ 39.32%

%28.47
%32.2
%39.32

CMYK color model

#A8BEE8 color CMYK value is (28,18,0,9).

  • cyan value is 27.59%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(28,18,0,9)
C28M18Y0K9 
(28%,18%,0%,9%)
(0.28/0.18/0.00/0.09)	

CMYK percentages

%27.59
%18.1
%0
%9.02

Codes

Color #A8BEE8 in popluar color models

A8BEE8
RGB168190232
HSL219°58.18%78.43%
HSB/HSV219°27.59%90.98%
CMYK27.59%18.10%0.00%
9.02%

Color #A8BEE8 in popluar number systems.

HEXA8BEE8
Decimal168190232
Binary101010001011111011101000
Octal250276350

Shades and tints

Shades of #A8BEE8

#A8BEE8
(168,190,232)
#99ADD3
(153,173,211)
#8A9CBE
(138,156,190)
#7B8BA9
(123,139,169)
#6C7A94
(108,122,148)
#5D697F
(93,105,127)
#4E586A
(78,88,106)
#3F4755
(63,71,85)
#303640
(48,54,64)
#21252B
(33,37,43)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #A8BEE8

#A8BEE8
(168,190,232)
#AFC3EA
(175,195,234)
#B6C8EC
(182,200,236)
#BDCDEE
(189,205,238)
#C4D2F0
(196,210,240)
#CBD7F2
(203,215,242)
#D2DCF4
(210,220,244)
#D9E1F6
(217,225,246)
#E0E6F8
(224,230,248)
#E7EBFA
(231,235,250)
#EEF0FC
(238,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BEE8; }

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

This text font color is #A8BEE8.


Background Color

.myBgColor { background-color: #A8BEE8; }

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

This div background color is #A8BEE8.


Border color

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

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

This div border color is #A8BEE8.


Opacity

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

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

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

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

This text has shadow with #A8BEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BEE8 on black background.


Color preview on white background

This text has color #A8BEE8 on white background.



Black color preview on #A8BEE8 background

This text has black color on #A8BEE8 background.


White color preview on #A8BEE8 background

This text has white color on #A8BEE8 background.