COLOR #AF94B2

HEX: #AF94B2
RGB: (175,148,178)

Color info

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

RGB color model

#AF94B2 color RGB value is (175,148,178).

  • red value is 175;
  • green value is 148;
  • blue value is 178.
RGB:
(175,148,178)
(69%,58%,70%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 178 of 255 = 70%

175
148
178

R + G + B ~ 66%. #AF94B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 148 + 178 = 501 (100%)
R 175 of 501 ~ 34.93%
G 148 of 501 ~ 29.54%
B 178 of 501 ~ 35.53%

%34.93
%29.54
%35.53

CMYK color model

#AF94B2 color CMYK value is (2,17,0,30).

  • cyan value is 1.69%
  • magenta value is 16.85%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(2,17,0,30)
C2M17Y0K30 
(2%,17%,0%,30%)
(0.02/0.17/0.00/0.30)	

CMYK percentages

%1.69
%16.85
%0
%30.2

Codes

Color #AF94B2 in popluar color models

AF94B2
RGB175148178
HSL294°16.30%63.92%
HSB/HSV294°16.85%69.80%
CMYK1.69%16.85%0.00%
30.20%

Color #AF94B2 in popluar number systems.

HEXAF94B2
Decimal175148178
Binary101011111001010010110010
Octal257224262

Shades and tints

Shades of #AF94B2

#AF94B2
(175,148,178)
#A087A2
(160,135,162)
#917A92
(145,122,146)
#826D82
(130,109,130)
#736072
(115,96,114)
#645362
(100,83,98)
#554652
(85,70,82)
#463942
(70,57,66)
#372C32
(55,44,50)
#281F22
(40,31,34)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #AF94B2

#AF94B2
(175,148,178)
#B69DB9
(182,157,185)
#BDA6C0
(189,166,192)
#C4AFC7
(196,175,199)
#CBB8CE
(203,184,206)
#D2C1D5
(210,193,213)
#D9CADC
(217,202,220)
#E0D3E3
(224,211,227)
#E7DCEA
(231,220,234)
#EEE5F1
(238,229,241)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF94B2 color. Also use rgb(175,148,178) instead hex code.

Text Font Color

.myTextColor { color: #AF94B2; }

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

This text font color is #AF94B2.


Background Color

.myBgColor { background-color: #AF94B2; }

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

This div background color is #AF94B2.


Border color

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

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

This div border color is #AF94B2.


Opacity

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

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

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

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

This text has shadow with #AF94B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF94B2 on black background.


Color preview on white background

This text has color #AF94B2 on white background.



Black color preview on #AF94B2 background

This text has black color on #AF94B2 background.


White color preview on #AF94B2 background

This text has white color on #AF94B2 background.