COLOR #AF94BA

HEX: #AF94BA
RGB: (175,148,186)

Color info

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

RGB color model

#AF94BA color RGB value is (175,148,186).

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

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 186 of 255 = 73%

175
148
186

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

Portions of RGB colors in percentages

R + G + B =
175 + 148 + 186 = 509 (100%)
R 175 of 509 ~ 34.38%
G 148 of 509 ~ 29.08%
B 186 of 509 ~ 36.54%

%34.38
%29.08
%36.54

CMYK color model

#AF94BA color CMYK value is (6,20,0,27).

  • cyan value is 5.91%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,20,0,27)
C6M20Y0K27 
(6%,20%,0%,27%)
(0.06/0.20/0.00/0.27)	

CMYK percentages

%5.91
%20.43
%0
%27.06

Codes

Color #AF94BA in popluar color models

AF94BA
RGB175148186
HSL283°21.59%65.49%
HSB/HSV283°20.43%72.94%
CMYK5.91%20.43%0.00%
27.06%

Color #AF94BA in popluar number systems.

HEXAF94BA
Decimal175148186
Binary101011111001010010111010
Octal257224272

Shades and tints

Shades of #AF94BA

#AF94BA
(175,148,186)
#A087AA
(160,135,170)
#917A9A
(145,122,154)
#826D8A
(130,109,138)
#73607A
(115,96,122)
#64536A
(100,83,106)
#55465A
(85,70,90)
#46394A
(70,57,74)
#372C3A
(55,44,58)
#281F2A
(40,31,42)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #AF94BA

#AF94BA
(175,148,186)
#B69DC0
(182,157,192)
#BDA6C6
(189,166,198)
#C4AFCC
(196,175,204)
#CBB8D2
(203,184,210)
#D2C1D8
(210,193,216)
#D9CADE
(217,202,222)
#E0D3E4
(224,211,228)
#E7DCEA
(231,220,234)
#EEE5F0
(238,229,240)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF94BA; }

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

This text font color is #AF94BA.


Background Color

.myBgColor { background-color: #AF94BA; }

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

This div background color is #AF94BA.


Border color

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

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

This div border color is #AF94BA.


Opacity

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

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

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

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

This text has shadow with #AF94BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF94BA on black background.


Color preview on white background

This text has color #AF94BA on white background.



Black color preview on #AF94BA background

This text has black color on #AF94BA background.


White color preview on #AF94BA background

This text has white color on #AF94BA background.