COLOR #AF9CBA

HEX: #AF9CBA RGB: (175,156,186)

Color info

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

RGB color model

#AF9CBA color RGB value is (175,156,186).

RGB: (175,156,186) (69%, 61%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 186 of 255 = 73%

175
156
186

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

Portions of RGB colors in percentages

R + G + B = 175 + 156 + 186 = 517 (100%)
R 175 of 517 ~ 33.85%
G 156 of 517 ~ 30.17%
B 186 of 517 ~ 35.98'%

%33.85
%30.17
%35.98

CMYK color model

#AF9CBA color CMYK value is (6,16,0,27).

  • cyan value is 5.91%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (6,16,0,27)
C6M16Y0K27 (6%, 16%, 0%, 27%)
(0.06 / 0.16 / 0.00 / 0.27)

CMYK percentages

%5.91
%16.13
%0
%27.06

Codes

Color #AF9CBA in popluar color models

AF 9C BA
RGB 175 156 186
HSL 278° 17.86% 67.06%
HSB/HSV 278° 16.13% 72.94%
CMYK 5.91% 16.13% 0.00%
27.06%

Color #AF9CBA in popluar number systems.

HEX AF 9C BA
Decimal 175 156 186
Binary 10101111 10011100 10111010
Octal 257 234 272

Shades and tints

Shades of #AF9CBA

#AF9CBA
(175,156,186)
#A08EAA
(160,142,170)
#91809A
(145,128,154)
#82728A
(130,114,138)
#73647A
(115,100,122)
#64566A
(100,86,106)
#55485A
(85,72,90)
#463A4A
(70,58,74)
#372C3A
(55,44,58)
#281E2A
(40,30,42)
#19101A
(25,16,26)
#000000
(0,0,0)

Tints of #AF9CBA

#AF9CBA
(175,156,186)
#B6A5C0
(182,165,192)
#BDAEC6
(189,174,198)
#C4B7CC
(196,183,204)
#CBC0D2
(203,192,210)
#D2C9D8
(210,201,216)
#D9D2DE
(217,210,222)
#E0DBE4
(224,219,228)
#E7E4EA
(231,228,234)
#EEEDF0
(238,237,240)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9CBA; }

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

This text font color is #AF9CBA.

Background Color

.myBgColor { background-color: #AF9CBA; }

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

This div background color is #AF9CBA.

Border color

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

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

This div border color is #AF9CBA.

Opacity

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

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

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

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

This text has shadow with #AF9CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9CBA.

Preview

Color preview on black background

This text has color #AF9CBA on black background.


Color preview on white background

This text has color #AF9CBA on white background.


Black color preview on #AF9CBA background

This text has black color on #AF9CBA background.


White color preview on #AF9CBA background

This text has white color on #AF9CBA background.


Related colors

Complementary color

Complementary color for #hex is #506345.


I love getcolorcode.com

Triadic colors

1 #BAAF9C and #9CBAAF with #AF9CBA are triadic colors.

2 #BA9CAF and #9CAFBA with #AF9CBA are triadic colors.