COLOR #A7AEBB

HEX: #A7AEBB RGB: (167,174,187)

Color info

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

RGB color model

#A7AEBB color RGB value is (167,174,187).

RGB: (167,174,187) (65%, 68%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 187 of 255 = 73%

167
174
187

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

Portions of RGB colors in percentages

R + G + B = 167 + 174 + 187 = 528 (100%)
R 167 of 528 ~ 31.63%
G 174 of 528 ~ 32.95%
B 187 of 528 ~ 35.42'%

%31.63
%32.95
%35.42

CMYK color model

#A7AEBB color CMYK value is (11,7,0,27).

  • cyan value is 10.70%
  • magenta value is 6.95%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (11,7,0,27)
C11M7Y0K27 (11%, 7%, 0%, 27%)
(0.11 / 0.07 / 0.00 / 0.27)

CMYK percentages

%10.7
%6.95
%0
%26.67

Codes

Color #A7AEBB in popluar color models

A7 AE BB
RGB 167 174 187
HSL 219° 12.82% 69.41%
HSB/HSV 219° 10.70% 73.33%
CMYK 10.70% 6.95% 0.00%
26.67%

Color #A7AEBB in popluar number systems.

HEX A7 AE BB
Decimal 167 174 187
Binary 10100111 10101110 10111011
Octal 247 256 273

Shades and tints

Shades of #A7AEBB

#A7AEBB
(167,174,187)
#989FAA
(152,159,170)
#899099
(137,144,153)
#7A8188
(122,129,136)
#6B7277
(107,114,119)
#5C6366
(92,99,102)
#4D5455
(77,84,85)
#3E4544
(62,69,68)
#2F3633
(47,54,51)
#202722
(32,39,34)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #A7AEBB

#A7AEBB
(167,174,187)
#AFB5C1
(175,181,193)
#B7BCC7
(183,188,199)
#BFC3CD
(191,195,205)
#C7CAD3
(199,202,211)
#CFD1D9
(207,209,217)
#D7D8DF
(215,216,223)
#DFDFE5
(223,223,229)
#E7E6EB
(231,230,235)
#EFEDF1
(239,237,241)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AEBB color. Also use rgb(167,174,187) instead hex code.

Text Font Color

.myTextColor { color: #A7AEBB; }

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

This text font color is #A7AEBB.

Background Color

.myBgColor { background-color: #A7AEBB; }

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

This div background color is #A7AEBB.

Border color

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

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

This div border color is #A7AEBB.

Opacity

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

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

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

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

This text has shadow with #A7AEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AEBB.

Preview

Color preview on black background

This text has color #A7AEBB on black background.


Color preview on white background

This text has color #A7AEBB on white background.


Black color preview on #A7AEBB background

This text has black color on #A7AEBB background.


White color preview on #A7AEBB background

This text has white color on #A7AEBB background.


Related colors

Complementary color

Complementary color for #hex is #585144.


I love getcolorcode.com

Triadic colors

1 #BBA7AE and #AEBBA7 with #A7AEBB are triadic colors.

2 #BBAEA7 and #AEA7BB with #A7AEBB are triadic colors.