COLOR #AF94B9

HEX: #AF94B9 RGB: (175,148,185)

Color info

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

RGB color model

#AF94B9 color RGB value is (175,148,185).

RGB: (175,148,185) (69%, 58%, 73%)

RGB channels and saturation

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

175
148
185

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

Portions of RGB colors in percentages

R + G + B = 175 + 148 + 185 = 508 (100%)
R 175 of 508 ~ 34.45%
G 148 of 508 ~ 29.13%
B 185 of 508 ~ 36.42'%

%34.45
%29.13
%36.42

CMYK color model

#AF94B9 color CMYK value is (5,20,0,27).

  • cyan value is 5.41%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (5,20,0,27) C5M20Y0K27 (5%,20%,0%,27%) (0.05/0.20/0.00/0.27) 

CMYK percentages

%5.41
%20
%0
%27.45

Codes

Color #AF94B9 in popluar color models

AF 94 B9
RGB 175 148 185
HSL 284° 20.90% 65.29%
HSB/HSV 284° 20.00% 72.55%
CMYK 5.41% 20.00% 0.00%
27.45%

Color #AF94B9 in popluar number systems.

HEX AF 94 B9
Decimal 175 148 185
Binary 10101111 10010100 10111001
Octal 257 224 271

Shades and tints

Shades of #AF94B9

#AF94B9
(175,148,185)
#A087A9
(160,135,169)
#917A99
(145,122,153)
#826D89
(130,109,137)
#736079
(115,96,121)
#645369
(100,83,105)
#554659
(85,70,89)
#463949
(70,57,73)
#372C39
(55,44,57)
#281F29
(40,31,41)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #AF94B9

#AF94B9
(175,148,185)
#B69DBF
(182,157,191)
#BDA6C5
(189,166,197)
#C4AFCB
(196,175,203)
#CBB8D1
(203,184,209)
#D2C1D7
(210,193,215)
#D9CADD
(217,202,221)
#E0D3E3
(224,211,227)
#E7DCE9
(231,220,233)
#EEE5EF
(238,229,239)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF94B9; }

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

This text font color is #AF94B9.

Background Color

.myBgColor { background-color: #AF94B9; }

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

This div background color is #AF94B9.

Border color

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

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

This div border color is #AF94B9.

Opacity

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

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

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

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

This text has shadow with #AF94B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF94B9.

Preview

Color preview on black background

This text has color #AF94B9 on black background.


Color preview on white background

This text has color #AF94B9 on white background.


Black color preview on #AF94B9 background

This text has black color on #AF94B9 background.


White color preview on #AF94B9 background

This text has white color on #AF94B9 background.


Related colors

Complementary color

Complementary color for #hex is #506B46.


I love getcolorcode.com

Triadic colors

1 #B9AF94 and #94B9AF with #AF94B9 are triadic colors.

2 #B994AF and #94AFB9 with #AF94B9 are triadic colors.