COLOR #A8BDC0

HEX: #A8BDC0 RGB: (168,189,192)

Color info

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

RGB color model

#A8BDC0 color RGB value is (168,189,192).

RGB: (168,189,192) (66%, 74%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 192 of 255 = 75%

168
189
192

R + G + B ~ 72%. #A8BDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 189 + 192 = 549 (100%)
R 168 of 549 ~ 30.6%
G 189 of 549 ~ 34.43%
B 192 of 549 ~ 34.97'%

%30.6
%34.43
%34.97

CMYK color model

#A8BDC0 color CMYK value is (13,2,0,25).

  • cyan value is 12.50%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (13,2,0,25)
C13M2Y0K25 (13%, 2%, 0%, 25%)
(0.13 / 0.02 / 0.00 / 0.25)

CMYK percentages

%12.5
%1.56
%0
%24.71

Codes

Color #A8BDC0 in popluar color models

A8 BD C0
RGB 168 189 192
HSL 188° 16.00% 70.59%
HSB/HSV 188° 12.50% 75.29%
CMYK 12.50% 1.56% 0.00%
24.71%

Color #A8BDC0 in popluar number systems.

HEX A8 BD C0
Decimal 168 189 192
Binary 10101000 10111101 11000000
Octal 250 275 300

Shades and tints

Shades of #A8BDC0

#A8BDC0
(168,189,192)
#99ACAF
(153,172,175)
#8A9B9E
(138,155,158)
#7B8A8D
(123,138,141)
#6C797C
(108,121,124)
#5D686B
(93,104,107)
#4E575A
(78,87,90)
#3F4649
(63,70,73)
#303538
(48,53,56)
#212427
(33,36,39)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #A8BDC0

#A8BDC0
(168,189,192)
#AFC3C5
(175,195,197)
#B6C9CA
(182,201,202)
#BDCFCF
(189,207,207)
#C4D5D4
(196,213,212)
#CBDBD9
(203,219,217)
#D2E1DE
(210,225,222)
#D9E7E3
(217,231,227)
#E0EDE8
(224,237,232)
#E7F3ED
(231,243,237)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BDC0; }

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

This text font color is #A8BDC0.

Background Color

.myBgColor { background-color: #A8BDC0; }

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

This div background color is #A8BDC0.

Border color

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

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

This div border color is #A8BDC0.

Opacity

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

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

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

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

This text has shadow with #A8BDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BDC0.

Preview

Color preview on black background

This text has color #A8BDC0 on black background.


Color preview on white background

This text has color #A8BDC0 on white background.


Black color preview on #A8BDC0 background

This text has black color on #A8BDC0 background.


White color preview on #A8BDC0 background

This text has white color on #A8BDC0 background.


Related colors

Complementary color

Complementary color for #hex is #57423F.


I love getcolorcode.com

Triadic colors

1 #C0A8BD and #BDC0A8 with #A8BDC0 are triadic colors.

2 #C0BDA8 and #BDA8C0 with #A8BDC0 are triadic colors.