COLOR #AF97BF

HEX: #AF97BF
RGB: (175,151,191)

Color info

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

RGB color model

#AF97BF color RGB value is (175,151,191).

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

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 191 of 255 = 75%

175
151
191

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

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 191 = 517 (100%)
R 175 of 517 ~ 33.85%
G 151 of 517 ~ 29.21%
B 191 of 517 ~ 36.94%

%33.85
%29.21
%36.94

CMYK color model

#AF97BF color CMYK value is (8,21,0,25).

  • cyan value is 8.38%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,21,0,25)
C8M21Y0K25 
(8%,21%,0%,25%)
(0.08/0.21/0.00/0.25)	

CMYK percentages

%8.38
%20.94
%0
%25.1

Codes

Color #AF97BF in popluar color models

AF97BF
RGB175151191
HSL276°23.81%67.06%
HSB/HSV276°20.94%74.90%
CMYK8.38%20.94%0.00%
25.10%

Color #AF97BF in popluar number systems.

HEXAF97BF
Decimal175151191
Binary101011111001011110111111
Octal257227277

Shades and tints

Shades of #AF97BF

#AF97BF
(175,151,191)
#A08AAE
(160,138,174)
#917D9D
(145,125,157)
#82708C
(130,112,140)
#73637B
(115,99,123)
#64566A
(100,86,106)
#554959
(85,73,89)
#463C48
(70,60,72)
#372F37
(55,47,55)
#282226
(40,34,38)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AF97BF

#AF97BF
(175,151,191)
#B6A0C4
(182,160,196)
#BDA9C9
(189,169,201)
#C4B2CE
(196,178,206)
#CBBBD3
(203,187,211)
#D2C4D8
(210,196,216)
#D9CDDD
(217,205,221)
#E0D6E2
(224,214,226)
#E7DFE7
(231,223,231)
#EEE8EC
(238,232,236)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF97BF; }

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

This text font color is #AF97BF.


Background Color

.myBgColor { background-color: #AF97BF; }

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

This div background color is #AF97BF.


Border color

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

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

This div border color is #AF97BF.


Opacity

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

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

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

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

This text has shadow with #AF97BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF97BF on black background.


Color preview on white background

This text has color #AF97BF on white background.



Black color preview on #AF97BF background

This text has black color on #AF97BF background.


White color preview on #AF97BF background

This text has white color on #AF97BF background.