COLOR #AF9CD0

HEX: #AF9CD0 RGB: (175,156,208)

Color info

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

RGB color model

#AF9CD0 color RGB value is (175,156,208).

RGB: (175,156,208) (69%, 61%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 208 of 255 = 82%

175
156
208

R + G + B ~ 71%. #AF9CD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 156 + 208 = 539 (100%)
R 175 of 539 ~ 32.47%
G 156 of 539 ~ 28.94%
B 208 of 539 ~ 38.59'%

%32.47
%28.94
%38.59

CMYK color model

#AF9CD0 color CMYK value is (16,25,0,18).

  • cyan value is 15.87%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (16,25,0,18)
C16M25Y0K18 (16%, 25%, 0%, 18%)
(0.16 / 0.25 / 0.00 / 0.18)

CMYK percentages

%15.87
%25
%0
%18.43

Codes

Color #AF9CD0 in popluar color models

AF 9C D0
RGB 175 156 208
HSL 262° 35.62% 71.37%
HSB/HSV 262° 25.00% 81.57%
CMYK 15.87% 25.00% 0.00%
18.43%

Color #AF9CD0 in popluar number systems.

HEX AF 9C D0
Decimal 175 156 208
Binary 10101111 10011100 11010000
Octal 257 234 320

Shades and tints

Shades of #AF9CD0

#AF9CD0
(175,156,208)
#A08EBE
(160,142,190)
#9180AC
(145,128,172)
#82729A
(130,114,154)
#736488
(115,100,136)
#645676
(100,86,118)
#554864
(85,72,100)
#463A52
(70,58,82)
#372C40
(55,44,64)
#281E2E
(40,30,46)
#19101C
(25,16,28)
#000000
(0,0,0)

Tints of #AF9CD0

#AF9CD0
(175,156,208)
#B6A5D4
(182,165,212)
#BDAED8
(189,174,216)
#C4B7DC
(196,183,220)
#CBC0E0
(203,192,224)
#D2C9E4
(210,201,228)
#D9D2E8
(217,210,232)
#E0DBEC
(224,219,236)
#E7E4F0
(231,228,240)
#EEEDF4
(238,237,244)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9CD0 color. Also use rgb(175,156,208) instead hex code.

Text Font Color

.myTextColor { color: #AF9CD0; }

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

This text font color is #AF9CD0.

Background Color

.myBgColor { background-color: #AF9CD0; }

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

This div background color is #AF9CD0.

Border color

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

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

This div border color is #AF9CD0.

Opacity

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

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

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

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

This text has shadow with #AF9CD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9CD0.

Preview

Color preview on black background

This text has color #AF9CD0 on black background.


Color preview on white background

This text has color #AF9CD0 on white background.


Black color preview on #AF9CD0 background

This text has black color on #AF9CD0 background.


White color preview on #AF9CD0 background

This text has white color on #AF9CD0 background.


Related colors

Complementary color

Complementary color for #hex is #50632F.


I love getcolorcode.com

Triadic colors

1 #D0AF9C and #9CD0AF with #AF9CD0 are triadic colors.

2 #D09CAF and #9CAFD0 with #AF9CD0 are triadic colors.