COLOR #AF97B8

HEX: #AF97B8
RGB: (175,151,184)

Color info

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

RGB color model

#AF97B8 color RGB value is (175,151,184).

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

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 184 of 255 = 72%

175
151
184

R + G + B ~ 67%. #AF97B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 184 = 510 (100%)
R 175 of 510 ~ 34.31%
G 151 of 510 ~ 29.61%
B 184 of 510 ~ 36.08%

%34.31
%29.61
%36.08

CMYK color model

#AF97B8 color CMYK value is (5,18,0,28).

  • cyan value is 4.89%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(5,18,0,28)
C5M18Y0K28 
(5%,18%,0%,28%)
(0.05/0.18/0.00/0.28)	

CMYK percentages

%4.89
%17.93
%0
%27.84

Codes

Color #AF97B8 in popluar color models

AF97B8
RGB175151184
HSL284°18.86%65.69%
HSB/HSV284°17.93%72.16%
CMYK4.89%17.93%0.00%
27.84%

Color #AF97B8 in popluar number systems.

HEXAF97B8
Decimal175151184
Binary101011111001011110111000
Octal257227270

Shades and tints

Shades of #AF97B8

#AF97B8
(175,151,184)
#A08AA8
(160,138,168)
#917D98
(145,125,152)
#827088
(130,112,136)
#736378
(115,99,120)
#645668
(100,86,104)
#554958
(85,73,88)
#463C48
(70,60,72)
#372F38
(55,47,56)
#282228
(40,34,40)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AF97B8

#AF97B8
(175,151,184)
#B6A0BE
(182,160,190)
#BDA9C4
(189,169,196)
#C4B2CA
(196,178,202)
#CBBBD0
(203,187,208)
#D2C4D6
(210,196,214)
#D9CDDC
(217,205,220)
#E0D6E2
(224,214,226)
#E7DFE8
(231,223,232)
#EEE8EE
(238,232,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF97B8; }

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

This text font color is #AF97B8.


Background Color

.myBgColor { background-color: #AF97B8; }

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

This div background color is #AF97B8.


Border color

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

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

This div border color is #AF97B8.


Opacity

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

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

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

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

This text has shadow with #AF97B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF97B8 on black background.


Color preview on white background

This text has color #AF97B8 on white background.



Black color preview on #AF97B8 background

This text has black color on #AF97B8 background.


White color preview on #AF97B8 background

This text has white color on #AF97B8 background.