COLOR #AF94AC

HEX: #AF94AC RGB: (175,148,172)

Color info

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

RGB color model

#AF94AC color RGB value is (175,148,172).

RGB: (175,148,172) (69%, 58%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 172 of 255 = 67%

175
148
172

R + G + B ~ 65%. #AF94AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 148 + 172 = 495 (100%)
R 175 of 495 ~ 35.35%
G 148 of 495 ~ 29.9%
B 172 of 495 ~ 34.75'%

%35.35
%29.9
%34.75

CMYK color model

#AF94AC color CMYK value is (0,15,2,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 1.71%
  • key color value is 31.37%

CMYK: (0,15,2,31)
C0M15Y2K31 (0%, 15%, 2%, 31%)
(0.00 / 0.15 / 0.02 / 0.31)

CMYK percentages

%0
%15.43
%1.71
%31.37

Codes

Color #AF94AC in popluar color models

AF 94 AC
RGB 175 148 172
HSL 307° 14.44% 63.33%
HSB/HSV 307° 15.43% 68.63%
CMYK 0.00% 15.43% 1.71%
31.37%

Color #AF94AC in popluar number systems.

HEX AF 94 AC
Decimal 175 148 172
Binary 10101111 10010100 10101100
Octal 257 224 254

Shades and tints

Shades of #AF94AC

#AF94AC
(175,148,172)
#A0879D
(160,135,157)
#917A8E
(145,122,142)
#826D7F
(130,109,127)
#736070
(115,96,112)
#645361
(100,83,97)
#554652
(85,70,82)
#463943
(70,57,67)
#372C34
(55,44,52)
#281F25
(40,31,37)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AF94AC

#AF94AC
(175,148,172)
#B69DB3
(182,157,179)
#BDA6BA
(189,166,186)
#C4AFC1
(196,175,193)
#CBB8C8
(203,184,200)
#D2C1CF
(210,193,207)
#D9CAD6
(217,202,214)
#E0D3DD
(224,211,221)
#E7DCE4
(231,220,228)
#EEE5EB
(238,229,235)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF94AC; }

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

This text font color is #AF94AC.

Background Color

.myBgColor { background-color: #AF94AC; }

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

This div background color is #AF94AC.

Border color

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

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

This div border color is #AF94AC.

Opacity

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

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

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

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

This text has shadow with #AF94AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF94AC.

Preview

Color preview on black background

This text has color #AF94AC on black background.


Color preview on white background

This text has color #AF94AC on white background.


Black color preview on #AF94AC background

This text has black color on #AF94AC background.


White color preview on #AF94AC background

This text has white color on #AF94AC background.


Related colors

Complementary color

Complementary color for #hex is #506B53.


I love getcolorcode.com

Triadic colors

1 #ACAF94 and #94ACAF with #AF94AC are triadic colors.

2 #AC94AF and #94AFAC with #AF94AC are triadic colors.