COLOR #AF7C99

HEX: #AF7C99 RGB: (175,124,153)

Color info

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

RGB color model

#AF7C99 color RGB value is (175,124,153).

RGB: (175,124,153) (69%, 49%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 124 of 255 = 49%
B 153 of 255 = 60%

175
124
153

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

Portions of RGB colors in percentages

R + G + B = 175 + 124 + 153 = 452 (100%)
R 175 of 452 ~ 38.72%
G 124 of 452 ~ 27.43%
B 153 of 452 ~ 33.85'%

%38.72
%27.43
%33.85

CMYK color model

#AF7C99 color CMYK value is (0,29,13,31).

  • cyan value is 0.00%
  • magenta value is 29.14%
  • yellow value is 12.57%
  • key color value is 31.37%

CMYK: (0,29,13,31)
C0M29Y13K31 (0%, 29%, 13%, 31%)
(0.00 / 0.29 / 0.13 / 0.31)

CMYK percentages

%0
%29.14
%12.57
%31.37

Codes

Color #AF7C99 in popluar color models

AF 7C 99
RGB 175 124 153
HSL 326° 24.17% 58.63%
HSB/HSV 326° 29.14% 68.63%
CMYK 0.00% 29.14% 12.57%
31.37%

Color #AF7C99 in popluar number systems.

HEX AF 7C 99
Decimal 175 124 153
Binary 10101111 1111100 10011001
Octal 257 174 231

Shades and tints

Shades of #AF7C99

#AF7C99
(175,124,153)
#A0718C
(160,113,140)
#91667F
(145,102,127)
#825B72
(130,91,114)
#735065
(115,80,101)
#644558
(100,69,88)
#553A4B
(85,58,75)
#462F3E
(70,47,62)
#372431
(55,36,49)
#281924
(40,25,36)
#190E17
(25,14,23)
#000000
(0,0,0)

Tints of #AF7C99

#AF7C99
(175,124,153)
#B687A2
(182,135,162)
#BD92AB
(189,146,171)
#C49DB4
(196,157,180)
#CBA8BD
(203,168,189)
#D2B3C6
(210,179,198)
#D9BECF
(217,190,207)
#E0C9D8
(224,201,216)
#E7D4E1
(231,212,225)
#EEDFEA
(238,223,234)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7C99 color. Also use rgb(175,124,153) instead hex code.

Text Font Color

.myTextColor { color: #AF7C99; }

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

This text font color is #AF7C99.

Background Color

.myBgColor { background-color: #AF7C99; }

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

This div background color is #AF7C99.

Border color

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

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

This div border color is #AF7C99.

Opacity

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

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

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

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

This text has shadow with #AF7C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7C99.

Preview

Color preview on black background

This text has color #AF7C99 on black background.


Color preview on white background

This text has color #AF7C99 on white background.


Black color preview on #AF7C99 background

This text has black color on #AF7C99 background.


White color preview on #AF7C99 background

This text has white color on #AF7C99 background.


Related colors

Complementary color

Complementary color for #hex is #508366.


I love getcolorcode.com

Triadic colors

1 #99AF7C and #7C99AF with #AF7C99 are triadic colors.

2 #997CAF and #7CAF99 with #AF7C99 are triadic colors.