COLOR #AF96C2

HEX: #AF96C2 RGB: (175,150,194)

Color info

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

RGB color model

#AF96C2 color RGB value is (175,150,194).

RGB: (175,150,194) (69%, 59%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 194 of 255 = 76%

175
150
194

R + G + B ~ 68%. #AF96C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 150 + 194 = 519 (100%)
R 175 of 519 ~ 33.72%
G 150 of 519 ~ 28.9%
B 194 of 519 ~ 37.38'%

%33.72
%28.9
%37.38

CMYK color model

#AF96C2 color CMYK value is (10,23,0,24).

  • cyan value is 9.79%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (10,23,0,24)
C10M23Y0K24 (10%, 23%, 0%, 24%)
(0.10 / 0.23 / 0.00 / 0.24)

CMYK percentages

%9.79
%22.68
%0
%23.92

Codes

Color #AF96C2 in popluar color models

AF 96 C2
RGB 175 150 194
HSL 274° 26.51% 67.45%
HSB/HSV 274° 22.68% 76.08%
CMYK 9.79% 22.68% 0.00%
23.92%

Color #AF96C2 in popluar number systems.

HEX AF 96 C2
Decimal 175 150 194
Binary 10101111 10010110 11000010
Octal 257 226 302

Shades and tints

Shades of #AF96C2

#AF96C2
(175,150,194)
#A089B1
(160,137,177)
#917CA0
(145,124,160)
#826F8F
(130,111,143)
#73627E
(115,98,126)
#64556D
(100,85,109)
#55485C
(85,72,92)
#463B4B
(70,59,75)
#372E3A
(55,46,58)
#282129
(40,33,41)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AF96C2

#AF96C2
(175,150,194)
#B69FC7
(182,159,199)
#BDA8CC
(189,168,204)
#C4B1D1
(196,177,209)
#CBBAD6
(203,186,214)
#D2C3DB
(210,195,219)
#D9CCE0
(217,204,224)
#E0D5E5
(224,213,229)
#E7DEEA
(231,222,234)
#EEE7EF
(238,231,239)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF96C2 color. Also use rgb(175,150,194) instead hex code.

Text Font Color

.myTextColor { color: #AF96C2; }

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

This text font color is #AF96C2.

Background Color

.myBgColor { background-color: #AF96C2; }

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

This div background color is #AF96C2.

Border color

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

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

This div border color is #AF96C2.

Opacity

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

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

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

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

This text has shadow with #AF96C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF96C2.

Preview

Color preview on black background

This text has color #AF96C2 on black background.


Color preview on white background

This text has color #AF96C2 on white background.


Black color preview on #AF96C2 background

This text has black color on #AF96C2 background.


White color preview on #AF96C2 background

This text has white color on #AF96C2 background.


Related colors

Complementary color

Complementary color for #hex is #50693D.


I love getcolorcode.com

Triadic colors

1 #C2AF96 and #96C2AF with #AF96C2 are triadic colors.

2 #C296AF and #96AFC2 with #AF96C2 are triadic colors.