COLOR #A8ADBC

HEX: #A8ADBC RGB: (168,173,188)

Color info

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

RGB color model

#A8ADBC color RGB value is (168,173,188).

RGB: (168,173,188) (66%, 68%, 74%)

RGB channels and saturation

R 168 of 255 = 66%
G 173 of 255 = 68%
B 188 of 255 = 74%

168
173
188

R + G + B ~ 69%. #A8ADBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 173 + 188 = 529 (100%)
R 168 of 529 ~ 31.76%
G 173 of 529 ~ 32.7%
B 188 of 529 ~ 35.54'%

%31.76
%32.7
%35.54

CMYK color model

#A8ADBC color CMYK value is (11,8,0,26).

  • cyan value is 10.64%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (11,8,0,26)
C11M8Y0K26 (11%, 8%, 0%, 26%)
(0.11 / 0.08 / 0.00 / 0.26)

CMYK percentages

%10.64
%7.98
%0
%26.27

Codes

Color #A8ADBC in popluar color models

A8 AD BC
RGB 168 173 188
HSL 225° 12.99% 69.80%
HSB/HSV 225° 10.64% 73.73%
CMYK 10.64% 7.98% 0.00%
26.27%

Color #A8ADBC in popluar number systems.

HEX A8 AD BC
Decimal 168 173 188
Binary 10101000 10101101 10111100
Octal 250 255 274

Shades and tints

Shades of #A8ADBC

#A8ADBC
(168,173,188)
#999EAB
(153,158,171)
#8A8F9A
(138,143,154)
#7B8089
(123,128,137)
#6C7178
(108,113,120)
#5D6267
(93,98,103)
#4E5356
(78,83,86)
#3F4445
(63,68,69)
#303534
(48,53,52)
#212623
(33,38,35)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #A8ADBC

#A8ADBC
(168,173,188)
#AFB4C2
(175,180,194)
#B6BBC8
(182,187,200)
#BDC2CE
(189,194,206)
#C4C9D4
(196,201,212)
#CBD0DA
(203,208,218)
#D2D7E0
(210,215,224)
#D9DEE6
(217,222,230)
#E0E5EC
(224,229,236)
#E7ECF2
(231,236,242)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8ADBC color. Also use rgb(168,173,188) instead hex code.

Text Font Color

.myTextColor { color: #A8ADBC; }

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

This text font color is #A8ADBC.

Background Color

.myBgColor { background-color: #A8ADBC; }

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

This div background color is #A8ADBC.

Border color

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

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

This div border color is #A8ADBC.

Opacity

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

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

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

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

This text has shadow with #A8ADBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8ADBC.

Preview

Color preview on black background

This text has color #A8ADBC on black background.


Color preview on white background

This text has color #A8ADBC on white background.


Black color preview on #A8ADBC background

This text has black color on #A8ADBC background.


White color preview on #A8ADBC background

This text has white color on #A8ADBC background.


Related colors

Complementary color

Complementary color for #hex is #575243.


I love getcolorcode.com

Triadic colors

1 #BCA8AD and #ADBCA8 with #A8ADBC are triadic colors.

2 #BCADA8 and #ADA8BC with #A8ADBC are triadic colors.