COLOR #AF93BE

HEX: #AF93BE RGB: (175,147,190)

Color info

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

RGB color model

#AF93BE color RGB value is (175,147,190).

RGB: (175,147,190) (69%, 58%, 75%)

RGB channels and saturation

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

175
147
190

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

Portions of RGB colors in percentages

R + G + B = 175 + 147 + 190 = 512 (100%)
R 175 of 512 ~ 34.18%
G 147 of 512 ~ 28.71%
B 190 of 512 ~ 37.11'%

%34.18
%28.71
%37.11

CMYK color model

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

  • cyan value is 7.89%
  • magenta value is 22.63%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (8,23,0,25)
C8M23Y0K25 (8%, 23%, 0%, 25%)
(0.08 / 0.23 / 0.00 / 0.25)

CMYK percentages

%7.89
%22.63
%0
%25.49

Codes

Color #AF93BE in popluar color models

AF 93 BE
RGB 175 147 190
HSL 279° 24.86% 66.08%
HSB/HSV 279° 22.63% 74.51%
CMYK 7.89% 22.63% 0.00%
25.49%

Color #AF93BE in popluar number systems.

HEX AF 93 BE
Decimal 175 147 190
Binary 10101111 10010011 10111110
Octal 257 223 276

Shades and tints

Shades of #AF93BE

#AF93BE
(175,147,190)
#A086AD
(160,134,173)
#91799C
(145,121,156)
#826C8B
(130,108,139)
#735F7A
(115,95,122)
#645269
(100,82,105)
#554558
(85,69,88)
#463847
(70,56,71)
#372B36
(55,43,54)
#281E25
(40,30,37)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #AF93BE

#AF93BE
(175,147,190)
#B69CC3
(182,156,195)
#BDA5C8
(189,165,200)
#C4AECD
(196,174,205)
#CBB7D2
(203,183,210)
#D2C0D7
(210,192,215)
#D9C9DC
(217,201,220)
#E0D2E1
(224,210,225)
#E7DBE6
(231,219,230)
#EEE4EB
(238,228,235)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF93BE; }

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

This text font color is #AF93BE.

Background Color

.myBgColor { background-color: #AF93BE; }

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

This div background color is #AF93BE.

Border color

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

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

This div border color is #AF93BE.

Opacity

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

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

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

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

This text has shadow with #AF93BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF93BE.

Preview

Color preview on black background

This text has color #AF93BE on black background.


Color preview on white background

This text has color #AF93BE on white background.


Black color preview on #AF93BE background

This text has black color on #AF93BE background.


White color preview on #AF93BE background

This text has white color on #AF93BE background.


Related colors

Complementary color

Complementary color for #hex is #506C41.


I love getcolorcode.com

Triadic colors

1 #BEAF93 and #93BEAF with #AF93BE are triadic colors.

2 #BE93AF and #93AFBE with #AF93BE are triadic colors.