COLOR #AFA6BE

HEX: #AFA6BE
RGB: (175,166,190)

Color info

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

RGB color model

#AFA6BE color RGB value is (175,166,190).

  • red value is 175;
  • green value is 166;
  • blue value is 190.
RGB:
(175,166,190)
(69%,65%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 190 of 255 = 75%

175
166
190

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

Portions of RGB colors in percentages

R + G + B =
175 + 166 + 190 = 531 (100%)
R 175 of 531 ~ 32.96%
G 166 of 531 ~ 31.26%
B 190 of 531 ~ 35.78%

%32.96
%31.26
%35.78

CMYK color model

#AFA6BE color CMYK value is (8,13,0,25).

  • cyan value is 7.89%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,13,0,25)
C8M13Y0K25 
(8%,13%,0%,25%)
(0.08/0.13/0.00/0.25)	

CMYK percentages

%7.89
%12.63
%0
%25.49

Codes

Color #AFA6BE in popluar color models

AFA6BE
RGB175166190
HSL263°15.58%69.80%
HSB/HSV263°12.63%74.51%
CMYK7.89%12.63%0.00%
25.49%

Color #AFA6BE in popluar number systems.

HEXAFA6BE
Decimal175166190
Binary101011111010011010111110
Octal257246276

Shades and tints

Shades of #AFA6BE

#AFA6BE
(175,166,190)
#A097AD
(160,151,173)
#91889C
(145,136,156)
#82798B
(130,121,139)
#736A7A
(115,106,122)
#645B69
(100,91,105)
#554C58
(85,76,88)
#463D47
(70,61,71)
#372E36
(55,46,54)
#281F25
(40,31,37)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AFA6BE

#AFA6BE
(175,166,190)
#B6AEC3
(182,174,195)
#BDB6C8
(189,182,200)
#C4BECD
(196,190,205)
#CBC6D2
(203,198,210)
#D2CED7
(210,206,215)
#D9D6DC
(217,214,220)
#E0DEE1
(224,222,225)
#E7E6E6
(231,230,230)
#EEEEEB
(238,238,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA6BE color. Also use rgb(175,166,190) instead hex code.

Text Font Color

.myTextColor { color: #AFA6BE; }

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

This text font color is #AFA6BE.


Background Color

.myBgColor { background-color: #AFA6BE; }

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

This div background color is #AFA6BE.


Border color

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

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

This div border color is #AFA6BE.


Opacity

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

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

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

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

This text has shadow with #AFA6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA6BE on black background.


Color preview on white background

This text has color #AFA6BE on white background.



Black color preview on #AFA6BE background

This text has black color on #AFA6BE background.


White color preview on #AFA6BE background

This text has white color on #AFA6BE background.