COLOR #A8AEBD

HEX: #A8AEBD RGB: (168,174,189)

Color info

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

RGB color model

#A8AEBD color RGB value is (168,174,189).

RGB: (168,174,189) (66%, 68%, 74%)

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 189 of 255 = 74%

168
174
189

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

Portions of RGB colors in percentages

R + G + B = 168 + 174 + 189 = 531 (100%)
R 168 of 531 ~ 31.64%
G 174 of 531 ~ 32.77%
B 189 of 531 ~ 35.59'%

%31.64
%32.77
%35.59

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (11,8,0,26) C11M8Y0K26 (11%,8%,0%,26%) (0.11/0.08/0.00/0.26) 

CMYK percentages

%11.11
%7.94
%0
%25.88

Codes

Color #A8AEBD in popluar color models

A8 AE BD
RGB 168 174 189
HSL 223° 13.73% 70.00%
HSB/HSV 223° 11.11% 74.12%
CMYK 11.11% 7.94% 0.00%
25.88%

Color #A8AEBD in popluar number systems.

HEX A8 AE BD
Decimal 168 174 189
Binary 10101000 10101110 10111101
Octal 250 256 275

Shades and tints

Shades of #A8AEBD

#A8AEBD
(168,174,189)
#999FAC
(153,159,172)
#8A909B
(138,144,155)
#7B818A
(123,129,138)
#6C7279
(108,114,121)
#5D6368
(93,99,104)
#4E5457
(78,84,87)
#3F4546
(63,69,70)
#303635
(48,54,53)
#212724
(33,39,36)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #A8AEBD

#A8AEBD
(168,174,189)
#AFB5C3
(175,181,195)
#B6BCC9
(182,188,201)
#BDC3CF
(189,195,207)
#C4CAD5
(196,202,213)
#CBD1DB
(203,209,219)
#D2D8E1
(210,216,225)
#D9DFE7
(217,223,231)
#E0E6ED
(224,230,237)
#E7EDF3
(231,237,243)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AEBD; }

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

This text font color is #A8AEBD.

Background Color

.myBgColor { background-color: #A8AEBD; }

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

This div background color is #A8AEBD.

Border color

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

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

This div border color is #A8AEBD.

Opacity

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

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

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

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

This text has shadow with #A8AEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AEBD.

Preview

Color preview on black background

This text has color #A8AEBD on black background.


Color preview on white background

This text has color #A8AEBD on white background.


Black color preview on #A8AEBD background

This text has black color on #A8AEBD background.


White color preview on #A8AEBD background

This text has white color on #A8AEBD background.


Related colors

Complementary color

Complementary color for #hex is #575142.


I love getcolorcode.com

Triadic colors

1 #BDA8AE and #AEBDA8 with #A8AEBD are triadic colors.

2 #BDAEA8 and #AEA8BD with #A8AEBD are triadic colors.