COLOR #AF94BD

HEX: #AF94BD RGB: (175,148,189)

Color info

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

RGB color model

#AF94BD color RGB value is (175,148,189).

RGB: (175,148,189) (69%, 58%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 189 of 255 = 74%

175
148
189

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

Portions of RGB colors in percentages

R + G + B = 175 + 148 + 189 = 512 (100%)
R 175 of 512 ~ 34.18%
G 148 of 512 ~ 28.91%
B 189 of 512 ~ 36.91'%

%34.18
%28.91
%36.91

CMYK color model

#AF94BD color CMYK value is (7,22,0,26).

  • cyan value is 7.41%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (7,22,0,26)
C7M22Y0K26 (7%, 22%, 0%, 26%)
(0.07 / 0.22 / 0.00 / 0.26)

CMYK percentages

%7.41
%21.69
%0
%25.88

Codes

Color #AF94BD in popluar color models

AF 94 BD
RGB 175 148 189
HSL 280° 23.70% 66.08%
HSB/HSV 280° 21.69% 74.12%
CMYK 7.41% 21.69% 0.00%
25.88%

Color #AF94BD in popluar number systems.

HEX AF 94 BD
Decimal 175 148 189
Binary 10101111 10010100 10111101
Octal 257 224 275

Shades and tints

Shades of #AF94BD

#AF94BD
(175,148,189)
#A087AC
(160,135,172)
#917A9B
(145,122,155)
#826D8A
(130,109,138)
#736079
(115,96,121)
#645368
(100,83,104)
#554657
(85,70,87)
#463946
(70,57,70)
#372C35
(55,44,53)
#281F24
(40,31,36)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AF94BD

#AF94BD
(175,148,189)
#B69DC3
(182,157,195)
#BDA6C9
(189,166,201)
#C4AFCF
(196,175,207)
#CBB8D5
(203,184,213)
#D2C1DB
(210,193,219)
#D9CAE1
(217,202,225)
#E0D3E7
(224,211,231)
#E7DCED
(231,220,237)
#EEE5F3
(238,229,243)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF94BD; }

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

This text font color is #AF94BD.

Background Color

.myBgColor { background-color: #AF94BD; }

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

This div background color is #AF94BD.

Border color

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

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

This div border color is #AF94BD.

Opacity

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

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

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

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

This text has shadow with #AF94BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF94BD.

Preview

Color preview on black background

This text has color #AF94BD on black background.


Color preview on white background

This text has color #AF94BD on white background.


Black color preview on #AF94BD background

This text has black color on #AF94BD background.


White color preview on #AF94BD background

This text has white color on #AF94BD background.


Related colors

Complementary color

Complementary color for #hex is #506B42.


I love getcolorcode.com

Triadic colors

1 #BDAF94 and #94BDAF with #AF94BD are triadic colors.

2 #BD94AF and #94AFBD with #AF94BD are triadic colors.