COLOR #AF9BCC

HEX: #AF9BCC
RGB: (175,155,204)

Color info

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

RGB color model

#AF9BCC color RGB value is (175,155,204).

  • red value is 175;
  • green value is 155;
  • blue value is 204.
RGB:
(175,155,204)
(69%,61%,80%)

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 204 of 255 = 80%

175
155
204

R + G + B ~ 70%. #AF9BCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 204 = 534 (100%)
R 175 of 534 ~ 32.77%
G 155 of 534 ~ 29.03%
B 204 of 534 ~ 38.2%

%32.77
%29.03
%38.2

CMYK color model

#AF9BCC color CMYK value is (14,24,0,20).

  • cyan value is 14.22%
  • magenta value is 24.02%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(14,24,0,20)
C14M24Y0K20 
(14%,24%,0%,20%)
(0.14/0.24/0.00/0.20)	

CMYK percentages

%14.22
%24.02
%0
%20

Codes

Color #AF9BCC in popluar color models

AF9BCC
RGB175155204
HSL264°32.45%70.39%
HSB/HSV264°24.02%80.00%
CMYK14.22%24.02%0.00%
20.00%

Color #AF9BCC in popluar number systems.

HEXAF9BCC
Decimal175155204
Binary101011111001101111001100
Octal257233314

Shades and tints

Shades of #AF9BCC

#AF9BCC
(175,155,204)
#A08DBA
(160,141,186)
#917FA8
(145,127,168)
#827196
(130,113,150)
#736384
(115,99,132)
#645572
(100,85,114)
#554760
(85,71,96)
#46394E
(70,57,78)
#372B3C
(55,43,60)
#281D2A
(40,29,42)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #AF9BCC

#AF9BCC
(175,155,204)
#B6A4D0
(182,164,208)
#BDADD4
(189,173,212)
#C4B6D8
(196,182,216)
#CBBFDC
(203,191,220)
#D2C8E0
(210,200,224)
#D9D1E4
(217,209,228)
#E0DAE8
(224,218,232)
#E7E3EC
(231,227,236)
#EEECF0
(238,236,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9BCC color. Also use rgb(175,155,204) instead hex code.

Text Font Color

.myTextColor { color: #AF9BCC; }

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

This text font color is #AF9BCC.


Background Color

.myBgColor { background-color: #AF9BCC; }

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

This div background color is #AF9BCC.


Border color

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

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

This div border color is #AF9BCC.


Opacity

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

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

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

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

This text has shadow with #AF9BCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9BCC on black background.


Color preview on white background

This text has color #AF9BCC on white background.



Black color preview on #AF9BCC background

This text has black color on #AF9BCC background.


White color preview on #AF9BCC background

This text has white color on #AF9BCC background.