COLOR #A8BFE5

HEX: #A8BFE5
RGB: (168,191,229)

Color info

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

RGB color model

#A8BFE5 color RGB value is (168,191,229).

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

RGB channels and saturation

R 168 of 255 = 66%
G 191 of 255 = 75%
B 229 of 255 = 90%

168
191
229

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

Portions of RGB colors in percentages

R + G + B =
168 + 191 + 229 = 588 (100%)
R 168 of 588 ~ 28.57%
G 191 of 588 ~ 32.48%
B 229 of 588 ~ 38.95%

%28.57
%32.48
%38.95

CMYK color model

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

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

CMYK percentages

%26.64
%16.59
%0
%10.2

Codes

Color #A8BFE5 in popluar color models

A8BFE5
RGB168191229
HSL217°53.98%77.84%
HSB/HSV217°26.64%89.80%
CMYK26.64%16.59%0.00%
10.20%

Color #A8BFE5 in popluar number systems.

HEXA8BFE5
Decimal168191229
Binary101010001011111111100101
Octal250277345

Shades and tints

Shades of #A8BFE5

#A8BFE5
(168,191,229)
#99AED1
(153,174,209)
#8A9DBD
(138,157,189)
#7B8CA9
(123,140,169)
#6C7B95
(108,123,149)
#5D6A81
(93,106,129)
#4E596D
(78,89,109)
#3F4859
(63,72,89)
#303745
(48,55,69)
#212631
(33,38,49)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #A8BFE5

#A8BFE5
(168,191,229)
#AFC4E7
(175,196,231)
#B6C9E9
(182,201,233)
#BDCEEB
(189,206,235)
#C4D3ED
(196,211,237)
#CBD8EF
(203,216,239)
#D2DDF1
(210,221,241)
#D9E2F3
(217,226,243)
#E0E7F5
(224,231,245)
#E7ECF7
(231,236,247)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BFE5 color. Also use rgb(168,191,229) instead hex code.

Text Font Color

.myTextColor { color: #A8BFE5; }

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

This text font color is #A8BFE5.


Background Color

.myBgColor { background-color: #A8BFE5; }

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

This div background color is #A8BFE5.


Border color

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

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

This div border color is #A8BFE5.


Opacity

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

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

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

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

This text has shadow with #A8BFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BFE5 on black background.


Color preview on white background

This text has color #A8BFE5 on white background.



Black color preview on #A8BFE5 background

This text has black color on #A8BFE5 background.


White color preview on #A8BFE5 background

This text has white color on #A8BFE5 background.