COLOR #A8BFD5

HEX: #A8BFD5
RGB: (168,191,213)

Color info

#A8BFD5 contains red, green and blue colors in about the same proportion. Web safe color of #A8BFD5 is #99CCCC (or #9CC).

RGB color model

#A8BFD5 color RGB value is (168,191,213).

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

RGB channels and saturation

R 168 of 255 = 66%
G 191 of 255 = 75%
B 213 of 255 = 84%

168
191
213

R + G + B ~ 75%. #A8BFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 191 + 213 = 572 (100%)
R 168 of 572 ~ 29.37%
G 191 of 572 ~ 33.39%
B 213 of 572 ~ 37.24%

%29.37
%33.39
%37.24

CMYK color model

#A8BFD5 color CMYK value is (21,10,0,16).

  • cyan value is 21.13%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(21,10,0,16)
C21M10Y0K16 
(21%,10%,0%,16%)
(0.21/0.10/0.00/0.16)	

CMYK percentages

%21.13
%10.33
%0
%16.47

Codes

Color #A8BFD5 in popluar color models

A8BFD5
RGB168191213
HSL209°34.88%74.71%
HSB/HSV209°21.13%83.53%
CMYK21.13%10.33%0.00%
16.47%

Color #A8BFD5 in popluar number systems.

HEXA8BFD5
Decimal168191213
Binary101010001011111111010101
Octal250277325

Shades and tints

Shades of #A8BFD5

#A8BFD5
(168,191,213)
#99AEC2
(153,174,194)
#8A9DAF
(138,157,175)
#7B8C9C
(123,140,156)
#6C7B89
(108,123,137)
#5D6A76
(93,106,118)
#4E5963
(78,89,99)
#3F4850
(63,72,80)
#30373D
(48,55,61)
#21262A
(33,38,42)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #A8BFD5

#A8BFD5
(168,191,213)
#AFC4D8
(175,196,216)
#B6C9DB
(182,201,219)
#BDCEDE
(189,206,222)
#C4D3E1
(196,211,225)
#CBD8E4
(203,216,228)
#D2DDE7
(210,221,231)
#D9E2EA
(217,226,234)
#E0E7ED
(224,231,237)
#E7ECF0
(231,236,240)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BFD5; }

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

This text font color is #A8BFD5.


Background Color

.myBgColor { background-color: #A8BFD5; }

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

This div background color is #A8BFD5.


Border color

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

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

This div border color is #A8BFD5.


Opacity

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

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

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

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

This text has shadow with #A8BFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BFD5 on black background.


Color preview on white background

This text has color #A8BFD5 on white background.



Black color preview on #A8BFD5 background

This text has black color on #A8BFD5 background.


White color preview on #A8BFD5 background

This text has white color on #A8BFD5 background.