COLOR #AF97BE

HEX: #AF97BE
RGB: (175,151,190)

Color info

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

RGB color model

#AF97BE color RGB value is (175,151,190).

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

RGB channels and saturation

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

175
151
190

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

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 190 = 516 (100%)
R 175 of 516 ~ 33.91%
G 151 of 516 ~ 29.26%
B 190 of 516 ~ 36.82%

%33.91
%29.26
%36.82

CMYK color model

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

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

CMYK percentages

%7.89
%20.53
%0
%25.49

Codes

Color #AF97BE in popluar color models

AF97BE
RGB175151190
HSL277°23.08%66.86%
HSB/HSV277°20.53%74.51%
CMYK7.89%20.53%0.00%
25.49%

Color #AF97BE in popluar number systems.

HEXAF97BE
Decimal175151190
Binary101011111001011110111110
Octal257227276

Shades and tints

Shades of #AF97BE

#AF97BE
(175,151,190)
#A08AAD
(160,138,173)
#917D9C
(145,125,156)
#82708B
(130,112,139)
#73637A
(115,99,122)
#645669
(100,86,105)
#554958
(85,73,88)
#463C47
(70,60,71)
#372F36
(55,47,54)
#282225
(40,34,37)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AF97BE

#AF97BE
(175,151,190)
#B6A0C3
(182,160,195)
#BDA9C8
(189,169,200)
#C4B2CD
(196,178,205)
#CBBBD2
(203,187,210)
#D2C4D7
(210,196,215)
#D9CDDC
(217,205,220)
#E0D6E1
(224,214,225)
#E7DFE6
(231,223,230)
#EEE8EB
(238,232,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF97BE; }

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

This text font color is #AF97BE.


Background Color

.myBgColor { background-color: #AF97BE; }

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

This div background color is #AF97BE.


Border color

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

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

This div border color is #AF97BE.


Opacity

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

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

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

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

This text has shadow with #AF97BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF97BE on black background.


Color preview on white background

This text has color #AF97BE on white background.



Black color preview on #AF97BE background

This text has black color on #AF97BE background.


White color preview on #AF97BE background

This text has white color on #AF97BE background.