COLOR #A8B8EB

HEX: #A8B8EB
RGB: (168,184,235)

Color info

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

RGB color model

#A8B8EB color RGB value is (168,184,235).

  • red value is 168;
  • green value is 184;
  • blue value is 235.
RGB:
(168,184,235)
(66%,72%,92%)

RGB channels and saturation

R 168 of 255 = 66%
G 184 of 255 = 72%
B 235 of 255 = 92%

168
184
235

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

Portions of RGB colors in percentages

R + G + B =
168 + 184 + 235 = 587 (100%)
R 168 of 587 ~ 28.62%
G 184 of 587 ~ 31.35%
B 235 of 587 ~ 40.03%

%28.62
%31.35
%40.03

CMYK color model

#A8B8EB color CMYK value is (29,22,0,8).

  • cyan value is 28.51%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(29,22,0,8)
C29M22Y0K8 
(29%,22%,0%,8%)
(0.29/0.22/0.00/0.08)	

CMYK percentages

%28.51
%21.7
%0
%7.84

Codes

Color #A8B8EB in popluar color models

A8B8EB
RGB168184235
HSL226°62.62%79.02%
HSB/HSV226°28.51%92.16%
CMYK28.51%21.70%0.00%
7.84%

Color #A8B8EB in popluar number systems.

HEXA8B8EB
Decimal168184235
Binary101010001011100011101011
Octal250270353

Shades and tints

Shades of #A8B8EB

#A8B8EB
(168,184,235)
#99A8D6
(153,168,214)
#8A98C1
(138,152,193)
#7B88AC
(123,136,172)
#6C7897
(108,120,151)
#5D6882
(93,104,130)
#4E586D
(78,88,109)
#3F4858
(63,72,88)
#303843
(48,56,67)
#21282E
(33,40,46)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #A8B8EB

#A8B8EB
(168,184,235)
#AFBEEC
(175,190,236)
#B6C4ED
(182,196,237)
#BDCAEE
(189,202,238)
#C4D0EF
(196,208,239)
#CBD6F0
(203,214,240)
#D2DCF1
(210,220,241)
#D9E2F2
(217,226,242)
#E0E8F3
(224,232,243)
#E7EEF4
(231,238,244)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B8EB color. Also use rgb(168,184,235) instead hex code.

Text Font Color

.myTextColor { color: #A8B8EB; }

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

This text font color is #A8B8EB.


Background Color

.myBgColor { background-color: #A8B8EB; }

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

This div background color is #A8B8EB.


Border color

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

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

This div border color is #A8B8EB.


Opacity

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

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

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

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

This text has shadow with #A8B8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B8EB on black background.


Color preview on white background

This text has color #A8B8EB on white background.



Black color preview on #A8B8EB background

This text has black color on #A8B8EB background.


White color preview on #A8B8EB background

This text has white color on #A8B8EB background.