COLOR #A8AFBC

HEX: #A8AFBC RGB: (168,175,188)

Color info

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

RGB color model

#A8AFBC color RGB value is (168,175,188).

RGB: (168,175,188) (66%, 69%, 74%)

RGB channels and saturation

R 168 of 255 = 66%
G 175 of 255 = 69%
B 188 of 255 = 74%

168
175
188

R + G + B ~ 70%. #A8AFBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 175 + 188 = 531 (100%)
R 168 of 531 ~ 31.64%
G 175 of 531 ~ 32.96%
B 188 of 531 ~ 35.4'%

%31.64
%32.96
%35.4

CMYK color model

#A8AFBC color CMYK value is (11,7,0,26).

  • cyan value is 10.64%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (11,7,0,26) C11M7Y0K26 (11%,7%,0%,26%) (0.11/0.07/0.00/0.26) 

CMYK percentages

%10.64
%6.91
%0
%26.27

Codes

Color #A8AFBC in popluar color models

A8 AF BC
RGB 168 175 188
HSL 219° 12.99% 69.80%
HSB/HSV 219° 10.64% 73.73%
CMYK 10.64% 6.91% 0.00%
26.27%

Color #A8AFBC in popluar number systems.

HEX A8 AF BC
Decimal 168 175 188
Binary 10101000 10101111 10111100
Octal 250 257 274

Shades and tints

Shades of #A8AFBC

#A8AFBC
(168,175,188)
#99A0AB
(153,160,171)
#8A919A
(138,145,154)
#7B8289
(123,130,137)
#6C7378
(108,115,120)
#5D6467
(93,100,103)
#4E5556
(78,85,86)
#3F4645
(63,70,69)
#303734
(48,55,52)
#212823
(33,40,35)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #A8AFBC

#A8AFBC
(168,175,188)
#AFB6C2
(175,182,194)
#B6BDC8
(182,189,200)
#BDC4CE
(189,196,206)
#C4CBD4
(196,203,212)
#CBD2DA
(203,210,218)
#D2D9E0
(210,217,224)
#D9E0E6
(217,224,230)
#E0E7EC
(224,231,236)
#E7EEF2
(231,238,242)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AFBC; }

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

This text font color is #A8AFBC.

Background Color

.myBgColor { background-color: #A8AFBC; }

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

This div background color is #A8AFBC.

Border color

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

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

This div border color is #A8AFBC.

Opacity

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

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

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

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

This text has shadow with #A8AFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AFBC.

Preview

Color preview on black background

This text has color #A8AFBC on black background.


Color preview on white background

This text has color #A8AFBC on white background.


Black color preview on #A8AFBC background

This text has black color on #A8AFBC background.


White color preview on #A8AFBC background

This text has white color on #A8AFBC background.


Related colors

Complementary color

Complementary color for #hex is #575043.


I love getcolorcode.com

Triadic colors

1 #BCA8AF and #AFBCA8 with #A8AFBC are triadic colors.

2 #BCAFA8 and #AFA8BC with #A8AFBC are triadic colors.