COLOR #AF94B6

HEX: #AF94B6 RGB: (175,148,182)

Color info

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

RGB color model

#AF94B6 color RGB value is (175,148,182).

RGB: (175,148,182) (69%, 58%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 182 of 255 = 71%

175
148
182

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

Portions of RGB colors in percentages

R + G + B = 175 + 148 + 182 = 505 (100%)
R 175 of 505 ~ 34.65%
G 148 of 505 ~ 29.31%
B 182 of 505 ~ 36.04'%

%34.65
%29.31
%36.04

CMYK color model

#AF94B6 color CMYK value is (4,19,0,29).

  • cyan value is 3.85%
  • magenta value is 18.68%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (4,19,0,29)
C4M19Y0K29 (4%, 19%, 0%, 29%)
(0.04 / 0.19 / 0.00 / 0.29)

CMYK percentages

%3.85
%18.68
%0
%28.63

Codes

Color #AF94B6 in popluar color models

AF 94 B6
RGB 175 148 182
HSL 288° 18.89% 64.71%
HSB/HSV 288° 18.68% 71.37%
CMYK 3.85% 18.68% 0.00%
28.63%

Color #AF94B6 in popluar number systems.

HEX AF 94 B6
Decimal 175 148 182
Binary 10101111 10010100 10110110
Octal 257 224 266

Shades and tints

Shades of #AF94B6

#AF94B6
(175,148,182)
#A087A6
(160,135,166)
#917A96
(145,122,150)
#826D86
(130,109,134)
#736076
(115,96,118)
#645366
(100,83,102)
#554656
(85,70,86)
#463946
(70,57,70)
#372C36
(55,44,54)
#281F26
(40,31,38)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AF94B6

#AF94B6
(175,148,182)
#B69DBC
(182,157,188)
#BDA6C2
(189,166,194)
#C4AFC8
(196,175,200)
#CBB8CE
(203,184,206)
#D2C1D4
(210,193,212)
#D9CADA
(217,202,218)
#E0D3E0
(224,211,224)
#E7DCE6
(231,220,230)
#EEE5EC
(238,229,236)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF94B6; }

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

This text font color is #AF94B6.

Background Color

.myBgColor { background-color: #AF94B6; }

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

This div background color is #AF94B6.

Border color

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

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

This div border color is #AF94B6.

Opacity

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

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

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

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

This text has shadow with #AF94B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF94B6.

Preview

Color preview on black background

This text has color #AF94B6 on black background.


Color preview on white background

This text has color #AF94B6 on white background.


Black color preview on #AF94B6 background

This text has black color on #AF94B6 background.


White color preview on #AF94B6 background

This text has white color on #AF94B6 background.


Related colors

Complementary color

Complementary color for #hex is #506B49.


I love getcolorcode.com

Triadic colors

1 #B6AF94 and #94B6AF with #AF94B6 are triadic colors.

2 #B694AF and #94AFB6 with #AF94B6 are triadic colors.