COLOR #AF8698

HEX: #AF8698
RGB: (175,134,152)

Color info

#AF8698 contains red, green and blue colors in about the same proportion. Web safe color of #AF8698 is #999999 (or #999).

RGB color model

#AF8698 color RGB value is (175,134,152).

  • red value is 175;
  • green value is 134;
  • blue value is 152.
RGB:
(175,134,152)
(69%,53%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 134 of 255 = 53%
B 152 of 255 = 60%

175
134
152

R + G + B ~ 61%. #AF8698 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 134 + 152 = 461 (100%)
R 175 of 461 ~ 37.96%
G 134 of 461 ~ 29.07%
B 152 of 461 ~ 32.97%

%37.96
%29.07
%32.97

CMYK color model

#AF8698 color CMYK value is (0,23,13,31).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(0,23,13,31)
C0M23Y13K31 
(0%,23%,13%,31%)
(0.00/0.23/0.13/0.31)	

CMYK percentages

%0
%23.43
%13.14
%31.37

Codes

Color #AF8698 in popluar color models

AF8698
RGB175134152
HSL334°20.40%60.59%
HSB/HSV334°23.43%68.63%
CMYK0.00%23.43%13.14%
31.37%

Color #AF8698 in popluar number systems.

HEXAF8698
Decimal175134152
Binary101011111000011010011000
Octal257206230

Shades and tints

Shades of #AF8698

#AF8698
(175,134,152)
#A07A8B
(160,122,139)
#916E7E
(145,110,126)
#826271
(130,98,113)
#735664
(115,86,100)
#644A57
(100,74,87)
#553E4A
(85,62,74)
#46323D
(70,50,61)
#372630
(55,38,48)
#281A23
(40,26,35)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #AF8698

#AF8698
(175,134,152)
#B691A1
(182,145,161)
#BD9CAA
(189,156,170)
#C4A7B3
(196,167,179)
#CBB2BC
(203,178,188)
#D2BDC5
(210,189,197)
#D9C8CE
(217,200,206)
#E0D3D7
(224,211,215)
#E7DEE0
(231,222,224)
#EEE9E9
(238,233,233)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8698 color. Also use rgb(175,134,152) instead hex code.

Text Font Color

.myTextColor { color: #AF8698; }

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

This text font color is #AF8698.


Background Color

.myBgColor { background-color: #AF8698; }

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

This div background color is #AF8698.


Border color

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

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

This div border color is #AF8698.


Opacity

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

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

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

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

This text has shadow with #AF8698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8698 on black background.


Color preview on white background

This text has color #AF8698 on white background.



Black color preview on #AF8698 background

This text has black color on #AF8698 background.


White color preview on #AF8698 background

This text has white color on #AF8698 background.