COLOR #AF98CC

HEX: #AF98CC
RGB: (175,152,204)

Color info

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

RGB color model

#AF98CC color RGB value is (175,152,204).

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

RGB channels and saturation

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

175
152
204

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

Portions of RGB colors in percentages

R + G + B =
175 + 152 + 204 = 531 (100%)
R 175 of 531 ~ 32.96%
G 152 of 531 ~ 28.63%
B 204 of 531 ~ 38.42%

%32.96
%28.63
%38.42

CMYK color model

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

  • cyan value is 14.22%
  • magenta value is 25.49%
  • 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.49
%0
%20

Codes

Color #AF98CC in popluar color models

AF98CC
RGB175152204
HSL267°33.77%69.80%
HSB/HSV267°25.49%80.00%
CMYK14.22%25.49%0.00%
20.00%

Color #AF98CC in popluar number systems.

HEXAF98CC
Decimal175152204
Binary101011111001100011001100
Octal257230314

Shades and tints

Shades of #AF98CC

#AF98CC
(175,152,204)
#A08BBA
(160,139,186)
#917EA8
(145,126,168)
#827196
(130,113,150)
#736484
(115,100,132)
#645772
(100,87,114)
#554A60
(85,74,96)
#463D4E
(70,61,78)
#37303C
(55,48,60)
#28232A
(40,35,42)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #AF98CC

#AF98CC
(175,152,204)
#B6A1D0
(182,161,208)
#BDAAD4
(189,170,212)
#C4B3D8
(196,179,216)
#CBBCDC
(203,188,220)
#D2C5E0
(210,197,224)
#D9CEE4
(217,206,228)
#E0D7E8
(224,215,232)
#E7E0EC
(231,224,236)
#EEE9F0
(238,233,240)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF98CC; }

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

This text font color is #AF98CC.


Background Color

.myBgColor { background-color: #AF98CC; }

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

This div background color is #AF98CC.


Border color

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

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

This div border color is #AF98CC.


Opacity

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

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

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

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

This text has shadow with #AF98CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF98CC on black background.


Color preview on white background

This text has color #AF98CC on white background.



Black color preview on #AF98CC background

This text has black color on #AF98CC background.


White color preview on #AF98CC background

This text has white color on #AF98CC background.