COLOR #AF95A8

HEX: #AF95A8
RGB: (175,149,168)

Color info

#AF95A8 contains red, green and blue colors in about the same proportion. Web safe color of #AF95A8 is #999999 (or #999).

RGB color model

#AF95A8 color RGB value is (175,149,168).

  • red value is 175;
  • green value is 149;
  • blue value is 168.
RGB:
(175,149,168)
(69%,58%,66%)

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 168 of 255 = 66%

175
149
168

R + G + B ~ 64%. #AF95A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 149 + 168 = 492 (100%)
R 175 of 492 ~ 35.57%
G 149 of 492 ~ 30.28%
B 168 of 492 ~ 34.15%

%35.57
%30.28
%34.15

CMYK color model

#AF95A8 color CMYK value is (0,15,4,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 4.00%
  • key color value is 31.37%
CMYK:
(0,15,4,31)
C0M15Y4K31 
(0%,15%,4%,31%)
(0.00/0.15/0.04/0.31)	

CMYK percentages

%0
%14.86
%4
%31.37

Codes

Color #AF95A8 in popluar color models

AF95A8
RGB175149168
HSL316°13.98%63.53%
HSB/HSV316°14.86%68.63%
CMYK0.00%14.86%4.00%
31.37%

Color #AF95A8 in popluar number systems.

HEXAF95A8
Decimal175149168
Binary101011111001010110101000
Octal257225250

Shades and tints

Shades of #AF95A8

#AF95A8
(175,149,168)
#A08899
(160,136,153)
#917B8A
(145,123,138)
#826E7B
(130,110,123)
#73616C
(115,97,108)
#64545D
(100,84,93)
#55474E
(85,71,78)
#463A3F
(70,58,63)
#372D30
(55,45,48)
#282021
(40,32,33)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #AF95A8

#AF95A8
(175,149,168)
#B69EAF
(182,158,175)
#BDA7B6
(189,167,182)
#C4B0BD
(196,176,189)
#CBB9C4
(203,185,196)
#D2C2CB
(210,194,203)
#D9CBD2
(217,203,210)
#E0D4D9
(224,212,217)
#E7DDE0
(231,221,224)
#EEE6E7
(238,230,231)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF95A8 color. Also use rgb(175,149,168) instead hex code.

Text Font Color

.myTextColor { color: #AF95A8; }

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

This text font color is #AF95A8.


Background Color

.myBgColor { background-color: #AF95A8; }

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

This div background color is #AF95A8.


Border color

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

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

This div border color is #AF95A8.


Opacity

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

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

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

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

This text has shadow with #AF95A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF95A8 on black background.


Color preview on white background

This text has color #AF95A8 on white background.



Black color preview on #AF95A8 background

This text has black color on #AF95A8 background.


White color preview on #AF95A8 background

This text has white color on #AF95A8 background.