COLOR #A8BCF7

HEX: #A8BCF7
RGB: (168,188,247)

Color info

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

RGB color model

#A8BCF7 color RGB value is (168,188,247).

  • red value is 168;
  • green value is 188;
  • blue value is 247.
RGB:
(168,188,247)
(66%,74%,97%)

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 247 of 255 = 97%

168
188
247

R + G + B ~ 79%. #A8BCF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 188 + 247 = 603 (100%)
R 168 of 603 ~ 27.86%
G 188 of 603 ~ 31.18%
B 247 of 603 ~ 40.96%

%27.86
%31.18
%40.96

CMYK color model

#A8BCF7 color CMYK value is (32,24,0,3).

  • cyan value is 31.98%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(32,24,0,3)
C32M24Y0K3 
(32%,24%,0%,3%)
(0.32/0.24/0.00/0.03)	

CMYK percentages

%31.98
%23.89
%0
%3.14

Codes

Color #A8BCF7 in popluar color models

A8BCF7
RGB168188247
HSL225°83.16%81.37%
HSB/HSV225°31.98%96.86%
CMYK31.98%23.89%0.00%
3.14%

Color #A8BCF7 in popluar number systems.

HEXA8BCF7
Decimal168188247
Binary101010001011110011110111
Octal250274367

Shades and tints

Shades of #A8BCF7

#A8BCF7
(168,188,247)
#99ABE1
(153,171,225)
#8A9ACB
(138,154,203)
#7B89B5
(123,137,181)
#6C789F
(108,120,159)
#5D6789
(93,103,137)
#4E5673
(78,86,115)
#3F455D
(63,69,93)
#303447
(48,52,71)
#212331
(33,35,49)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #A8BCF7

#A8BCF7
(168,188,247)
#AFC2F7
(175,194,247)
#B6C8F7
(182,200,247)
#BDCEF7
(189,206,247)
#C4D4F7
(196,212,247)
#CBDAF7
(203,218,247)
#D2E0F7
(210,224,247)
#D9E6F7
(217,230,247)
#E0ECF7
(224,236,247)
#E7F2F7
(231,242,247)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BCF7 color. Also use rgb(168,188,247) instead hex code.

Text Font Color

.myTextColor { color: #A8BCF7; }

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

This text font color is #A8BCF7.


Background Color

.myBgColor { background-color: #A8BCF7; }

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

This div background color is #A8BCF7.


Border color

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

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

This div border color is #A8BCF7.


Opacity

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

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

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

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

This text has shadow with #A8BCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BCF7 on black background.


Color preview on white background

This text has color #A8BCF7 on white background.



Black color preview on #A8BCF7 background

This text has black color on #A8BCF7 background.


White color preview on #A8BCF7 background

This text has white color on #A8BCF7 background.