COLOR #AF97C2

HEX: #AF97C2
RGB: (175,151,194)

Color info

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

RGB color model

#AF97C2 color RGB value is (175,151,194).

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

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 194 of 255 = 76%

175
151
194

R + G + B ~ 68%. #AF97C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 194 = 520 (100%)
R 175 of 520 ~ 33.65%
G 151 of 520 ~ 29.04%
B 194 of 520 ~ 37.31%

%33.65
%29.04
%37.31

CMYK color model

#AF97C2 color CMYK value is (10,22,0,24).

  • cyan value is 9.79%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(10,22,0,24)
C10M22Y0K24 
(10%,22%,0%,24%)
(0.10/0.22/0.00/0.24)	

CMYK percentages

%9.79
%22.16
%0
%23.92

Codes

Color #AF97C2 in popluar color models

AF97C2
RGB175151194
HSL273°26.06%67.65%
HSB/HSV273°22.16%76.08%
CMYK9.79%22.16%0.00%
23.92%

Color #AF97C2 in popluar number systems.

HEXAF97C2
Decimal175151194
Binary101011111001011111000010
Octal257227302

Shades and tints

Shades of #AF97C2

#AF97C2
(175,151,194)
#A08AB1
(160,138,177)
#917DA0
(145,125,160)
#82708F
(130,112,143)
#73637E
(115,99,126)
#64566D
(100,86,109)
#55495C
(85,73,92)
#463C4B
(70,60,75)
#372F3A
(55,47,58)
#282229
(40,34,41)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AF97C2

#AF97C2
(175,151,194)
#B6A0C7
(182,160,199)
#BDA9CC
(189,169,204)
#C4B2D1
(196,178,209)
#CBBBD6
(203,187,214)
#D2C4DB
(210,196,219)
#D9CDE0
(217,205,224)
#E0D6E5
(224,214,229)
#E7DFEA
(231,223,234)
#EEE8EF
(238,232,239)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF97C2; }

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

This text font color is #AF97C2.


Background Color

.myBgColor { background-color: #AF97C2; }

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

This div background color is #AF97C2.


Border color

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

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

This div border color is #AF97C2.


Opacity

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

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

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

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

This text has shadow with #AF97C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF97C2 on black background.


Color preview on white background

This text has color #AF97C2 on white background.



Black color preview on #AF97C2 background

This text has black color on #AF97C2 background.


White color preview on #AF97C2 background

This text has white color on #AF97C2 background.