COLOR #AF94B7

HEX: #AF94B7
RGB: (175,148,183)

Color info

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

RGB color model

#AF94B7 color RGB value is (175,148,183).

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

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 183 of 255 = 72%

175
148
183

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

Portions of RGB colors in percentages

R + G + B =
175 + 148 + 183 = 506 (100%)
R 175 of 506 ~ 34.58%
G 148 of 506 ~ 29.25%
B 183 of 506 ~ 36.17%

%34.58
%29.25
%36.17

CMYK color model

#AF94B7 color CMYK value is (4,19,0,28).

  • cyan value is 4.37%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(4,19,0,28)
C4M19Y0K28 
(4%,19%,0%,28%)
(0.04/0.19/0.00/0.28)	

CMYK percentages

%4.37
%19.13
%0
%28.24

Codes

Color #AF94B7 in popluar color models

AF94B7
RGB175148183
HSL286°19.55%64.90%
HSB/HSV286°19.13%71.76%
CMYK4.37%19.13%0.00%
28.24%

Color #AF94B7 in popluar number systems.

HEXAF94B7
Decimal175148183
Binary101011111001010010110111
Octal257224267

Shades and tints

Shades of #AF94B7

#AF94B7
(175,148,183)
#A087A7
(160,135,167)
#917A97
(145,122,151)
#826D87
(130,109,135)
#736077
(115,96,119)
#645367
(100,83,103)
#554657
(85,70,87)
#463947
(70,57,71)
#372C37
(55,44,55)
#281F27
(40,31,39)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AF94B7

#AF94B7
(175,148,183)
#B69DBD
(182,157,189)
#BDA6C3
(189,166,195)
#C4AFC9
(196,175,201)
#CBB8CF
(203,184,207)
#D2C1D5
(210,193,213)
#D9CADB
(217,202,219)
#E0D3E1
(224,211,225)
#E7DCE7
(231,220,231)
#EEE5ED
(238,229,237)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF94B7; }

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

This text font color is #AF94B7.


Background Color

.myBgColor { background-color: #AF94B7; }

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

This div background color is #AF94B7.


Border color

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

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

This div border color is #AF94B7.


Opacity

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

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

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

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

This text has shadow with #AF94B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF94B7 on black background.


Color preview on white background

This text has color #AF94B7 on white background.



Black color preview on #AF94B7 background

This text has black color on #AF94B7 background.


White color preview on #AF94B7 background

This text has white color on #AF94B7 background.