COLOR #AF88B8

HEX: #AF88B8 RGB: (175,136,184)

Color info

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

RGB color model

#AF88B8 color RGB value is (175,136,184).

RGB: (175,136,184) (69%, 53%, 72%)

RGB channels and saturation

R 175 of 255 = 69%
G 136 of 255 = 53%
B 184 of 255 = 72%

175
136
184

R + G + B ~ 65%. #AF88B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 136 + 184 = 495 (100%)
R 175 of 495 ~ 35.35%
G 136 of 495 ~ 27.47%
B 184 of 495 ~ 37.17'%

%35.35
%27.47
%37.17

CMYK color model

#AF88B8 color CMYK value is (5,26,0,28).

  • cyan value is 4.89%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (5,26,0,28)
C5M26Y0K28 (5%, 26%, 0%, 28%)
(0.05 / 0.26 / 0.00 / 0.28)

CMYK percentages

%4.89
%26.09
%0
%27.84

Codes

Color #AF88B8 in popluar color models

AF 88 B8
RGB 175 136 184
HSL 289° 25.26% 62.75%
HSB/HSV 289° 26.09% 72.16%
CMYK 4.89% 26.09% 0.00%
27.84%

Color #AF88B8 in popluar number systems.

HEX AF 88 B8
Decimal 175 136 184
Binary 10101111 10001000 10111000
Octal 257 210 270

Shades and tints

Shades of #AF88B8

#AF88B8
(175,136,184)
#A07CA8
(160,124,168)
#917098
(145,112,152)
#826488
(130,100,136)
#735878
(115,88,120)
#644C68
(100,76,104)
#554058
(85,64,88)
#463448
(70,52,72)
#372838
(55,40,56)
#281C28
(40,28,40)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #AF88B8

#AF88B8
(175,136,184)
#B692BE
(182,146,190)
#BD9CC4
(189,156,196)
#C4A6CA
(196,166,202)
#CBB0D0
(203,176,208)
#D2BAD6
(210,186,214)
#D9C4DC
(217,196,220)
#E0CEE2
(224,206,226)
#E7D8E8
(231,216,232)
#EEE2EE
(238,226,238)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF88B8 color. Also use rgb(175,136,184) instead hex code.

Text Font Color

.myTextColor { color: #AF88B8; }

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

This text font color is #AF88B8.

Background Color

.myBgColor { background-color: #AF88B8; }

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

This div background color is #AF88B8.

Border color

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

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

This div border color is #AF88B8.

Opacity

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

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

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

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

This text has shadow with #AF88B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF88B8.

Preview

Color preview on black background

This text has color #AF88B8 on black background.


Color preview on white background

This text has color #AF88B8 on white background.


Black color preview on #AF88B8 background

This text has black color on #AF88B8 background.


White color preview on #AF88B8 background

This text has white color on #AF88B8 background.


Related colors

Complementary color

Complementary color for #hex is #507747.


I love getcolorcode.com

Triadic colors

1 #B8AF88 and #88B8AF with #AF88B8 are triadic colors.

2 #B888AF and #88AFB8 with #AF88B8 are triadic colors.