COLOR #A8BDD7

HEX: #A8BDD7
RGB: (168,189,215)

Color info

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

RGB color model

#A8BDD7 color RGB value is (168,189,215).

  • red value is 168;
  • green value is 189;
  • blue value is 215.
RGB:
(168,189,215)
(66%,74%,84%)

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 215 of 255 = 84%

168
189
215

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

Portions of RGB colors in percentages

R + G + B =
168 + 189 + 215 = 572 (100%)
R 168 of 572 ~ 29.37%
G 189 of 572 ~ 33.04%
B 215 of 572 ~ 37.59%

%29.37
%33.04
%37.59

CMYK color model

#A8BDD7 color CMYK value is (22,12,0,16).

  • cyan value is 21.86%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(22,12,0,16)
C22M12Y0K16 
(22%,12%,0%,16%)
(0.22/0.12/0.00/0.16)	

CMYK percentages

%21.86
%12.09
%0
%15.69

Codes

Color #A8BDD7 in popluar color models

A8BDD7
RGB168189215
HSL213°37.01%75.10%
HSB/HSV213°21.86%84.31%
CMYK21.86%12.09%0.00%
15.69%

Color #A8BDD7 in popluar number systems.

HEXA8BDD7
Decimal168189215
Binary101010001011110111010111
Octal250275327

Shades and tints

Shades of #A8BDD7

#A8BDD7
(168,189,215)
#99ACC4
(153,172,196)
#8A9BB1
(138,155,177)
#7B8A9E
(123,138,158)
#6C798B
(108,121,139)
#5D6878
(93,104,120)
#4E5765
(78,87,101)
#3F4652
(63,70,82)
#30353F
(48,53,63)
#21242C
(33,36,44)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #A8BDD7

#A8BDD7
(168,189,215)
#AFC3DA
(175,195,218)
#B6C9DD
(182,201,221)
#BDCFE0
(189,207,224)
#C4D5E3
(196,213,227)
#CBDBE6
(203,219,230)
#D2E1E9
(210,225,233)
#D9E7EC
(217,231,236)
#E0EDEF
(224,237,239)
#E7F3F2
(231,243,242)
#EEF9F5
(238,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BDD7 color. Also use rgb(168,189,215) instead hex code.

Text Font Color

.myTextColor { color: #A8BDD7; }

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

This text font color is #A8BDD7.


Background Color

.myBgColor { background-color: #A8BDD7; }

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

This div background color is #A8BDD7.


Border color

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

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

This div border color is #A8BDD7.


Opacity

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

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

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

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

This text has shadow with #A8BDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BDD7 on black background.


Color preview on white background

This text has color #A8BDD7 on white background.



Black color preview on #A8BDD7 background

This text has black color on #A8BDD7 background.


White color preview on #A8BDD7 background

This text has white color on #A8BDD7 background.