COLOR #AF99CC

HEX: #AF99CC RGB: (175,153,204)

Color info

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

RGB color model

#AF99CC color RGB value is (175,153,204).

RGB: (175,153,204) (69%, 60%, 80%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 204 of 255 = 80%

175
153
204

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

Portions of RGB colors in percentages

R + G + B = 175 + 153 + 204 = 532 (100%)
R 175 of 532 ~ 32.89%
G 153 of 532 ~ 28.76%
B 204 of 532 ~ 38.35'%

%32.89
%28.76
%38.35

CMYK color model

#AF99CC color CMYK value is (14,25,0,20).

  • cyan value is 14.22%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (14,25,0,20)
C14M25Y0K20 (14%, 25%, 0%, 20%)
(0.14 / 0.25 / 0.00 / 0.20)

CMYK percentages

%14.22
%25
%0
%20

Codes

Color #AF99CC in popluar color models

AF 99 CC
RGB 175 153 204
HSL 266° 33.33% 70.00%
HSB/HSV 266° 25.00% 80.00%
CMYK 14.22% 25.00% 0.00%
20.00%

Color #AF99CC in popluar number systems.

HEX AF 99 CC
Decimal 175 153 204
Binary 10101111 10011001 11001100
Octal 257 231 314

Shades and tints

Shades of #AF99CC

#AF99CC
(175,153,204)
#A08CBA
(160,140,186)
#917FA8
(145,127,168)
#827296
(130,114,150)
#736584
(115,101,132)
#645872
(100,88,114)
#554B60
(85,75,96)
#463E4E
(70,62,78)
#37313C
(55,49,60)
#28242A
(40,36,42)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #AF99CC

#AF99CC
(175,153,204)
#B6A2D0
(182,162,208)
#BDABD4
(189,171,212)
#C4B4D8
(196,180,216)
#CBBDDC
(203,189,220)
#D2C6E0
(210,198,224)
#D9CFE4
(217,207,228)
#E0D8E8
(224,216,232)
#E7E1EC
(231,225,236)
#EEEAF0
(238,234,240)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF99CC; }

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

This text font color is #AF99CC.

Background Color

.myBgColor { background-color: #AF99CC; }

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

This div background color is #AF99CC.

Border color

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

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

This div border color is #AF99CC.

Opacity

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

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

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

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

This text has shadow with #AF99CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF99CC.

Preview

Color preview on black background

This text has color #AF99CC on black background.


Color preview on white background

This text has color #AF99CC on white background.


Black color preview on #AF99CC background

This text has black color on #AF99CC background.


White color preview on #AF99CC background

This text has white color on #AF99CC background.


Related colors

Complementary color

Complementary color for #hex is #506633.


I love getcolorcode.com

Triadic colors

1 #CCAF99 and #99CCAF with #AF99CC are triadic colors.

2 #CC99AF and #99AFCC with #AF99CC are triadic colors.