COLOR #AFAEB6

HEX: #AFAEB6 RGB: (175,174,182)

Color info

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

RGB color model

#AFAEB6 color RGB value is (175,174,182).

RGB: (175,174,182) (69%, 68%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 182 of 255 = 71%

175
174
182

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

Portions of RGB colors in percentages

R + G + B = 175 + 174 + 182 = 531 (100%)
R 175 of 531 ~ 32.96%
G 174 of 531 ~ 32.77%
B 182 of 531 ~ 34.27'%

%32.96
%32.77
%34.27

CMYK color model

#AFAEB6 color CMYK value is (4,4,0,29).

  • cyan value is 3.85%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (4,4,0,29)
C4M4Y0K29 (4%, 4%, 0%, 29%)
(0.04 / 0.04 / 0.00 / 0.29)

CMYK percentages

%3.85
%4.4
%0
%28.63

Codes

Color #AFAEB6 in popluar color models

AF AE B6
RGB 175 174 182
HSL 248° 5.19% 69.80%
HSB/HSV 248° 4.40% 71.37%
CMYK 3.85% 4.40% 0.00%
28.63%

Color #AFAEB6 in popluar number systems.

HEX AF AE B6
Decimal 175 174 182
Binary 10101111 10101110 10110110
Octal 257 256 266

Shades and tints

Shades of #AFAEB6

#AFAEB6
(175,174,182)
#A09FA6
(160,159,166)
#919096
(145,144,150)
#828186
(130,129,134)
#737276
(115,114,118)
#646366
(100,99,102)
#555456
(85,84,86)
#464546
(70,69,70)
#373636
(55,54,54)
#282726
(40,39,38)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #AFAEB6

#AFAEB6
(175,174,182)
#B6B5BC
(182,181,188)
#BDBCC2
(189,188,194)
#C4C3C8
(196,195,200)
#CBCACE
(203,202,206)
#D2D1D4
(210,209,212)
#D9D8DA
(217,216,218)
#E0DFE0
(224,223,224)
#E7E6E6
(231,230,230)
#EEEDEC
(238,237,236)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAEB6; }

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

This text font color is #AFAEB6.

Background Color

.myBgColor { background-color: #AFAEB6; }

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

This div background color is #AFAEB6.

Border color

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

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

This div border color is #AFAEB6.

Opacity

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

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

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

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

This text has shadow with #AFAEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAEB6.

Preview

Color preview on black background

This text has color #AFAEB6 on black background.


Color preview on white background

This text has color #AFAEB6 on white background.


Black color preview on #AFAEB6 background

This text has black color on #AFAEB6 background.


White color preview on #AFAEB6 background

This text has white color on #AFAEB6 background.


Related colors

Complementary color

Complementary color for #hex is #505149.


I love getcolorcode.com

Triadic colors

1 #B6AFAE and #AEB6AF with #AFAEB6 are triadic colors.

2 #B6AEAF and #AEAFB6 with #AFAEB6 are triadic colors.