COLOR #AF93BF

HEX: #AF93BF
RGB: (175,147,191)

Color info

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

RGB color model

#AF93BF color RGB value is (175,147,191).

  • red value is 175;
  • green value is 147;
  • blue value is 191.
RGB:
(175,147,191)
(69%,58%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 191 of 255 = 75%

175
147
191

R + G + B ~ 67%. #AF93BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 147 + 191 = 513 (100%)
R 175 of 513 ~ 34.11%
G 147 of 513 ~ 28.65%
B 191 of 513 ~ 37.23%

%34.11
%28.65
%37.23

CMYK color model

#AF93BF color CMYK value is (8,23,0,25).

  • cyan value is 8.38%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,23,0,25)
C8M23Y0K25 
(8%,23%,0%,25%)
(0.08/0.23/0.00/0.25)	

CMYK percentages

%8.38
%23.04
%0
%25.1

Codes

Color #AF93BF in popluar color models

AF93BF
RGB175147191
HSL278°25.58%66.27%
HSB/HSV278°23.04%74.90%
CMYK8.38%23.04%0.00%
25.10%

Color #AF93BF in popluar number systems.

HEXAF93BF
Decimal175147191
Binary101011111001001110111111
Octal257223277

Shades and tints

Shades of #AF93BF

#AF93BF
(175,147,191)
#A086AE
(160,134,174)
#91799D
(145,121,157)
#826C8C
(130,108,140)
#735F7B
(115,95,123)
#64526A
(100,82,106)
#554559
(85,69,89)
#463848
(70,56,72)
#372B37
(55,43,55)
#281E26
(40,30,38)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #AF93BF

#AF93BF
(175,147,191)
#B69CC4
(182,156,196)
#BDA5C9
(189,165,201)
#C4AECE
(196,174,206)
#CBB7D3
(203,183,211)
#D2C0D8
(210,192,216)
#D9C9DD
(217,201,221)
#E0D2E2
(224,210,226)
#E7DBE7
(231,219,231)
#EEE4EC
(238,228,236)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF93BF color. Also use rgb(175,147,191) instead hex code.

Text Font Color

.myTextColor { color: #AF93BF; }

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

This text font color is #AF93BF.


Background Color

.myBgColor { background-color: #AF93BF; }

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

This div background color is #AF93BF.


Border color

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

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

This div border color is #AF93BF.


Opacity

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

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

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

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

This text has shadow with #AF93BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF93BF on black background.


Color preview on white background

This text has color #AF93BF on white background.



Black color preview on #AF93BF background

This text has black color on #AF93BF background.


White color preview on #AF93BF background

This text has white color on #AF93BF background.