COLOR #AFAEBB

HEX: #AFAEBB RGB: (175,174,187)

Color info

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

RGB color model

#AFAEBB color RGB value is (175,174,187).

RGB: (175,174,187) (69%, 68%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 187 of 255 = 73%

175
174
187

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

Portions of RGB colors in percentages

R + G + B = 175 + 174 + 187 = 536 (100%)
R 175 of 536 ~ 32.65%
G 174 of 536 ~ 32.46%
B 187 of 536 ~ 34.89'%

%32.65
%32.46
%34.89

CMYK color model

#AFAEBB color CMYK value is (6,7,0,27).

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

CMYK: (6,7,0,27)
C6M7Y0K27 (6%, 7%, 0%, 27%)
(0.06 / 0.07 / 0.00 / 0.27)

CMYK percentages

%6.42
%6.95
%0
%26.67

Codes

Color #AFAEBB in popluar color models

AF AE BB
RGB 175 174 187
HSL 245° 8.72% 70.78%
HSB/HSV 245° 6.95% 73.33%
CMYK 6.42% 6.95% 0.00%
26.67%

Color #AFAEBB in popluar number systems.

HEX AF AE BB
Decimal 175 174 187
Binary 10101111 10101110 10111011
Octal 257 256 273

Shades and tints

Shades of #AFAEBB

#AFAEBB
(175,174,187)
#A09FAA
(160,159,170)
#919099
(145,144,153)
#828188
(130,129,136)
#737277
(115,114,119)
#646366
(100,99,102)
#555455
(85,84,85)
#464544
(70,69,68)
#373633
(55,54,51)
#282722
(40,39,34)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #AFAEBB

#AFAEBB
(175,174,187)
#B6B5C1
(182,181,193)
#BDBCC7
(189,188,199)
#C4C3CD
(196,195,205)
#CBCAD3
(203,202,211)
#D2D1D9
(210,209,217)
#D9D8DF
(217,216,223)
#E0DFE5
(224,223,229)
#E7E6EB
(231,230,235)
#EEEDF1
(238,237,241)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAEBB; }

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

This text font color is #AFAEBB.

Background Color

.myBgColor { background-color: #AFAEBB; }

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

This div background color is #AFAEBB.

Border color

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

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

This div border color is #AFAEBB.

Opacity

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

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

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

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

This text has shadow with #AFAEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAEBB.

Preview

Color preview on black background

This text has color #AFAEBB on black background.


Color preview on white background

This text has color #AFAEBB on white background.


Black color preview on #AFAEBB background

This text has black color on #AFAEBB background.


White color preview on #AFAEBB background

This text has white color on #AFAEBB background.


Related colors

Complementary color

Complementary color for #hex is #505144.


I love getcolorcode.com

Triadic colors

1 #BBAFAE and #AEBBAF with #AFAEBB are triadic colors.

2 #BBAEAF and #AEAFBB with #AFAEBB are triadic colors.