COLOR #AF7B88

HEX: #AF7B88 RGB: (175,123,136)

Color info

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

RGB color model

#AF7B88 color RGB value is (175,123,136).

RGB: (175,123,136) (69%, 48%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 123 of 255 = 48%
B 136 of 255 = 53%

175
123
136

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

Portions of RGB colors in percentages

R + G + B = 175 + 123 + 136 = 434 (100%)
R 175 of 434 ~ 40.32%
G 123 of 434 ~ 28.34%
B 136 of 434 ~ 31.34'%

%40.32
%28.34
%31.34

CMYK color model

#AF7B88 color CMYK value is (0,30,22,31).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK: (0,30,22,31) C0M30Y22K31 (0%,30%,22%,31%) (0.00/0.30/0.22/0.31) 

CMYK percentages

%0
%29.71
%22.29
%31.37

Codes

Color #AF7B88 in popluar color models

AF 7B 88
RGB 175 123 136
HSL 345° 24.53% 58.43%
HSB/HSV 345° 29.71% 68.63%
CMYK 0.00% 29.71% 22.29%
31.37%

Color #AF7B88 in popluar number systems.

HEX AF 7B 88
Decimal 175 123 136
Binary 10101111 1111011 10001000
Octal 257 173 210

Shades and tints

Shades of #AF7B88

#AF7B88
(175,123,136)
#A0707C
(160,112,124)
#916570
(145,101,112)
#825A64
(130,90,100)
#734F58
(115,79,88)
#64444C
(100,68,76)
#553940
(85,57,64)
#462E34
(70,46,52)
#372328
(55,35,40)
#28181C
(40,24,28)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #AF7B88

#AF7B88
(175,123,136)
#B68792
(182,135,146)
#BD939C
(189,147,156)
#C49FA6
(196,159,166)
#CBABB0
(203,171,176)
#D2B7BA
(210,183,186)
#D9C3C4
(217,195,196)
#E0CFCE
(224,207,206)
#E7DBD8
(231,219,216)
#EEE7E2
(238,231,226)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7B88; }

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

This text font color is #AF7B88.

Background Color

.myBgColor { background-color: #AF7B88; }

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

This div background color is #AF7B88.

Border color

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

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

This div border color is #AF7B88.

Opacity

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

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

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

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

This text has shadow with #AF7B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7B88.

Preview

Color preview on black background

This text has color #AF7B88 on black background.


Color preview on white background

This text has color #AF7B88 on white background.


Black color preview on #AF7B88 background

This text has black color on #AF7B88 background.


White color preview on #AF7B88 background

This text has white color on #AF7B88 background.


Related colors

Complementary color

Complementary color for #hex is #508477.


I love getcolorcode.com

Triadic colors

1 #88AF7B and #7B88AF with #AF7B88 are triadic colors.

2 #887BAF and #7BAF88 with #AF7B88 are triadic colors.