COLOR #AFA7C2

HEX: #AFA7C2
RGB: (175,167,194)

Color info

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

RGB color model

#AFA7C2 color RGB value is (175,167,194).

  • red value is 175;
  • green value is 167;
  • blue value is 194.
RGB:
(175,167,194)
(69%,65%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 194 of 255 = 76%

175
167
194

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

Portions of RGB colors in percentages

R + G + B =
175 + 167 + 194 = 536 (100%)
R 175 of 536 ~ 32.65%
G 167 of 536 ~ 31.16%
B 194 of 536 ~ 36.19%

%32.65
%31.16
%36.19

CMYK color model

#AFA7C2 color CMYK value is (10,14,0,24).

  • cyan value is 9.79%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(10,14,0,24)
C10M14Y0K24 
(10%,14%,0%,24%)
(0.10/0.14/0.00/0.24)	

CMYK percentages

%9.79
%13.92
%0
%23.92

Codes

Color #AFA7C2 in popluar color models

AFA7C2
RGB175167194
HSL258°18.12%70.78%
HSB/HSV258°13.92%76.08%
CMYK9.79%13.92%0.00%
23.92%

Color #AFA7C2 in popluar number systems.

HEXAFA7C2
Decimal175167194
Binary101011111010011111000010
Octal257247302

Shades and tints

Shades of #AFA7C2

#AFA7C2
(175,167,194)
#A098B1
(160,152,177)
#9189A0
(145,137,160)
#827A8F
(130,122,143)
#736B7E
(115,107,126)
#645C6D
(100,92,109)
#554D5C
(85,77,92)
#463E4B
(70,62,75)
#372F3A
(55,47,58)
#282029
(40,32,41)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #AFA7C2

#AFA7C2
(175,167,194)
#B6AFC7
(182,175,199)
#BDB7CC
(189,183,204)
#C4BFD1
(196,191,209)
#CBC7D6
(203,199,214)
#D2CFDB
(210,207,219)
#D9D7E0
(217,215,224)
#E0DFE5
(224,223,229)
#E7E7EA
(231,231,234)
#EEEFEF
(238,239,239)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA7C2 color. Also use rgb(175,167,194) instead hex code.

Text Font Color

.myTextColor { color: #AFA7C2; }

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

This text font color is #AFA7C2.


Background Color

.myBgColor { background-color: #AFA7C2; }

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

This div background color is #AFA7C2.


Border color

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

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

This div border color is #AFA7C2.


Opacity

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

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

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

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

This text has shadow with #AFA7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA7C2 on black background.


Color preview on white background

This text has color #AFA7C2 on white background.



Black color preview on #AFA7C2 background

This text has black color on #AFA7C2 background.


White color preview on #AFA7C2 background

This text has white color on #AFA7C2 background.