COLOR #AF7D88

HEX: #AF7D88
RGB: (175,125,136)

Color info

#AF7D88 contains red, green and blue colors in about the same proportion. Web safe color of #AF7D88 is #996699 (or #969).

RGB color model

#AF7D88 color RGB value is (175,125,136).

  • red value is 175;
  • green value is 125;
  • blue value is 136.
RGB:
(175,125,136)
(69%,49%,53%)

RGB channels and saturation

R 175 of 255 = 69%
G 125 of 255 = 49%
B 136 of 255 = 53%

175
125
136

R + G + B ~ 57%. #AF7D88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 125 + 136 = 436 (100%)
R 175 of 436 ~ 40.14%
G 125 of 436 ~ 28.67%
B 136 of 436 ~ 31.19%

%40.14
%28.67
%31.19

CMYK color model

#AF7D88 color CMYK value is (0,29,22,31).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK:
(0,29,22,31)
C0M29Y22K31 
(0%,29%,22%,31%)
(0.00/0.29/0.22/0.31)	

CMYK percentages

%0
%28.57
%22.29
%31.37

Codes

Color #AF7D88 in popluar color models

AF7D88
RGB175125136
HSL347°23.81%58.82%
HSB/HSV347°28.57%68.63%
CMYK0.00%28.57%22.29%
31.37%

Color #AF7D88 in popluar number systems.

HEXAF7D88
Decimal175125136
Binary10101111111110110001000
Octal257175210

Shades and tints

Shades of #AF7D88

#AF7D88
(175,125,136)
#A0727C
(160,114,124)
#916770
(145,103,112)
#825C64
(130,92,100)
#735158
(115,81,88)
#64464C
(100,70,76)
#553B40
(85,59,64)
#463034
(70,48,52)
#372528
(55,37,40)
#281A1C
(40,26,28)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #AF7D88

#AF7D88
(175,125,136)
#B68892
(182,136,146)
#BD939C
(189,147,156)
#C49EA6
(196,158,166)
#CBA9B0
(203,169,176)
#D2B4BA
(210,180,186)
#D9BFC4
(217,191,196)
#E0CACE
(224,202,206)
#E7D5D8
(231,213,216)
#EEE0E2
(238,224,226)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7D88; }

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

This text font color is #AF7D88.


Background Color

.myBgColor { background-color: #AF7D88; }

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

This div background color is #AF7D88.


Border color

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

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

This div border color is #AF7D88.


Opacity

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

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

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

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

This text has shadow with #AF7D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7D88 on black background.


Color preview on white background

This text has color #AF7D88 on white background.



Black color preview on #AF7D88 background

This text has black color on #AF7D88 background.


White color preview on #AF7D88 background

This text has white color on #AF7D88 background.