COLOR #AF7B90

HEX: #AF7B90
RGB: (175,123,144)

Color info

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

RGB color model

#AF7B90 color RGB value is (175,123,144).

  • red value is 175;
  • green value is 123;
  • blue value is 144.
RGB:
(175,123,144)
(69%,48%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 123 of 255 = 48%
B 144 of 255 = 56%

175
123
144

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

Portions of RGB colors in percentages

R + G + B =
175 + 123 + 144 = 442 (100%)
R 175 of 442 ~ 39.59%
G 123 of 442 ~ 27.83%
B 144 of 442 ~ 32.58%

%39.59
%27.83
%32.58

CMYK color model

#AF7B90 color CMYK value is (0,30,18,31).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK:
(0,30,18,31)
C0M30Y18K31 
(0%,30%,18%,31%)
(0.00/0.30/0.18/0.31)	

CMYK percentages

%0
%29.71
%17.71
%31.37

Codes

Color #AF7B90 in popluar color models

AF7B90
RGB175123144
HSL336°24.53%58.43%
HSB/HSV336°29.71%68.63%
CMYK0.00%29.71%17.71%
31.37%

Color #AF7B90 in popluar number systems.

HEXAF7B90
Decimal175123144
Binary10101111111101110010000
Octal257173220

Shades and tints

Shades of #AF7B90

#AF7B90
(175,123,144)
#A07083
(160,112,131)
#916576
(145,101,118)
#825A69
(130,90,105)
#734F5C
(115,79,92)
#64444F
(100,68,79)
#553942
(85,57,66)
#462E35
(70,46,53)
#372328
(55,35,40)
#28181B
(40,24,27)
#190D0E
(25,13,14)
#000000
(0,0,0)

Tints of #AF7B90

#AF7B90
(175,123,144)
#B6879A
(182,135,154)
#BD93A4
(189,147,164)
#C49FAE
(196,159,174)
#CBABB8
(203,171,184)
#D2B7C2
(210,183,194)
#D9C3CC
(217,195,204)
#E0CFD6
(224,207,214)
#E7DBE0
(231,219,224)
#EEE7EA
(238,231,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7B90; }

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

This text font color is #AF7B90.


Background Color

.myBgColor { background-color: #AF7B90; }

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

This div background color is #AF7B90.


Border color

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

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

This div border color is #AF7B90.


Opacity

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

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

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

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

This text has shadow with #AF7B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7B90 on black background.


Color preview on white background

This text has color #AF7B90 on white background.



Black color preview on #AF7B90 background

This text has black color on #AF7B90 background.


White color preview on #AF7B90 background

This text has white color on #AF7B90 background.