COLOR #A8BDC8

HEX: #A8BDC8 RGB: (168,189,200)

Color info

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

RGB color model

#A8BDC8 color RGB value is (168,189,200).

RGB: (168,189,200) (66%, 74%, 78%)

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 200 of 255 = 78%

168
189
200

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

Portions of RGB colors in percentages

R + G + B = 168 + 189 + 200 = 557 (100%)
R 168 of 557 ~ 30.16%
G 189 of 557 ~ 33.93%
B 200 of 557 ~ 35.91'%

%30.16
%33.93
%35.91

CMYK color model

#A8BDC8 color CMYK value is (16,5,0,22).

  • cyan value is 16.00%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (16,5,0,22) C16M5Y0K22 (16%,5%,0%,22%) (0.16/0.05/0.00/0.22) 

CMYK percentages

%16
%5.5
%0
%21.57

Codes

Color #A8BDC8 in popluar color models

A8 BD C8
RGB 168 189 200
HSL 201° 22.54% 72.16%
HSB/HSV 201° 16.00% 78.43%
CMYK 16.00% 5.50% 0.00%
21.57%

Color #A8BDC8 in popluar number systems.

HEX A8 BD C8
Decimal 168 189 200
Binary 10101000 10111101 11001000
Octal 250 275 310

Shades and tints

Shades of #A8BDC8

#A8BDC8
(168,189,200)
#99ACB6
(153,172,182)
#8A9BA4
(138,155,164)
#7B8A92
(123,138,146)
#6C7980
(108,121,128)
#5D686E
(93,104,110)
#4E575C
(78,87,92)
#3F464A
(63,70,74)
#303538
(48,53,56)
#212426
(33,36,38)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #A8BDC8

#A8BDC8
(168,189,200)
#AFC3CD
(175,195,205)
#B6C9D2
(182,201,210)
#BDCFD7
(189,207,215)
#C4D5DC
(196,213,220)
#CBDBE1
(203,219,225)
#D2E1E6
(210,225,230)
#D9E7EB
(217,231,235)
#E0EDF0
(224,237,240)
#E7F3F5
(231,243,245)
#EEF9FA
(238,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BDC8; }

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

This text font color is #A8BDC8.

Background Color

.myBgColor { background-color: #A8BDC8; }

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

This div background color is #A8BDC8.

Border color

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

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

This div border color is #A8BDC8.

Opacity

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

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

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

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

This text has shadow with #A8BDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BDC8.

Preview

Color preview on black background

This text has color #A8BDC8 on black background.


Color preview on white background

This text has color #A8BDC8 on white background.


Black color preview on #A8BDC8 background

This text has black color on #A8BDC8 background.


White color preview on #A8BDC8 background

This text has white color on #A8BDC8 background.


Related colors

Complementary color

Complementary color for #hex is #574237.


I love getcolorcode.com

Triadic colors

1 #C8A8BD and #BDC8A8 with #A8BDC8 are triadic colors.

2 #C8BDA8 and #BDA8C8 with #A8BDC8 are triadic colors.