COLOR #A8BDC9

HEX: #A8BDC9 RGB: (168,189,201)

Color info

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

RGB color model

#A8BDC9 color RGB value is (168,189,201).

RGB: (168,189,201) (66%, 74%, 79%)

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 201 of 255 = 79%

168
189
201

R + G + B ~ 73%. #A8BDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 189 + 201 = 558 (100%)
R 168 of 558 ~ 30.11%
G 189 of 558 ~ 33.87%
B 201 of 558 ~ 36.02'%

%30.11
%33.87
%36.02

CMYK color model

#A8BDC9 color CMYK value is (16,6,0,21).

  • cyan value is 16.42%
  • magenta value is 5.97%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (16,6,0,21)
C16M6Y0K21 (16%, 6%, 0%, 21%)
(0.16 / 0.06 / 0.00 / 0.21)

CMYK percentages

%16.42
%5.97
%0
%21.18

Codes

Color #A8BDC9 in popluar color models

A8 BD C9
RGB 168 189 201
HSL 202° 23.40% 72.35%
HSB/HSV 202° 16.42% 78.82%
CMYK 16.42% 5.97% 0.00%
21.18%

Color #A8BDC9 in popluar number systems.

HEX A8 BD C9
Decimal 168 189 201
Binary 10101000 10111101 11001001
Octal 250 275 311

Shades and tints

Shades of #A8BDC9

#A8BDC9
(168,189,201)
#99ACB7
(153,172,183)
#8A9BA5
(138,155,165)
#7B8A93
(123,138,147)
#6C7981
(108,121,129)
#5D686F
(93,104,111)
#4E575D
(78,87,93)
#3F464B
(63,70,75)
#303539
(48,53,57)
#212427
(33,36,39)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #A8BDC9

#A8BDC9
(168,189,201)
#AFC3CD
(175,195,205)
#B6C9D1
(182,201,209)
#BDCFD5
(189,207,213)
#C4D5D9
(196,213,217)
#CBDBDD
(203,219,221)
#D2E1E1
(210,225,225)
#D9E7E5
(217,231,229)
#E0EDE9
(224,237,233)
#E7F3ED
(231,243,237)
#EEF9F1
(238,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BDC9; }

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

This text font color is #A8BDC9.

Background Color

.myBgColor { background-color: #A8BDC9; }

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

This div background color is #A8BDC9.

Border color

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

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

This div border color is #A8BDC9.

Opacity

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

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

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

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

This text has shadow with #A8BDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BDC9.

Preview

Color preview on black background

This text has color #A8BDC9 on black background.


Color preview on white background

This text has color #A8BDC9 on white background.


Black color preview on #A8BDC9 background

This text has black color on #A8BDC9 background.


White color preview on #A8BDC9 background

This text has white color on #A8BDC9 background.


Related colors

Complementary color

Complementary color for #hex is #574236.


I love getcolorcode.com

Triadic colors

1 #C9A8BD and #BDC9A8 with #A8BDC9 are triadic colors.

2 #C9BDA8 and #BDA8C9 with #A8BDC9 are triadic colors.