COLOR #A88B98

HEX: #A88B98 RGB: (168,139,152)

Color info

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

RGB color model

#A88B98 color RGB value is (168,139,152).

RGB: (168,139,152) (66%, 55%, 60%)

RGB channels and saturation

R 168 of 255 = 66%
G 139 of 255 = 55%
B 152 of 255 = 60%

168
139
152

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

Portions of RGB colors in percentages

R + G + B = 168 + 139 + 152 = 459 (100%)
R 168 of 459 ~ 36.6%
G 139 of 459 ~ 30.28%
B 152 of 459 ~ 33.12'%

%36.6
%30.28
%33.12

CMYK color model

#A88B98 color CMYK value is (0,17,10,34).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 9.52%
  • key color value is 34.12%

CMYK: (0,17,10,34)
C0M17Y10K34 (0%, 17%, 10%, 34%)
(0.00 / 0.17 / 0.10 / 0.34)

CMYK percentages

%0
%17.26
%9.52
%34.12

Codes

Color #A88B98 in popluar color models

A8 8B 98
RGB 168 139 152
HSL 333° 14.29% 60.20%
HSB/HSV 333° 17.26% 65.88%
CMYK 0.00% 17.26% 9.52%
34.12%

Color #A88B98 in popluar number systems.

HEX A8 8B 98
Decimal 168 139 152
Binary 10101000 10001011 10011000
Octal 250 213 230

Shades and tints

Shades of #A88B98

#A88B98
(168,139,152)
#997F8B
(153,127,139)
#8A737E
(138,115,126)
#7B6771
(123,103,113)
#6C5B64
(108,91,100)
#5D4F57
(93,79,87)
#4E434A
(78,67,74)
#3F373D
(63,55,61)
#302B30
(48,43,48)
#211F23
(33,31,35)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #A88B98

#A88B98
(168,139,152)
#AF95A1
(175,149,161)
#B69FAA
(182,159,170)
#BDA9B3
(189,169,179)
#C4B3BC
(196,179,188)
#CBBDC5
(203,189,197)
#D2C7CE
(210,199,206)
#D9D1D7
(217,209,215)
#E0DBE0
(224,219,224)
#E7E5E9
(231,229,233)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88B98 color. Also use rgb(168,139,152) instead hex code.

Text Font Color

.myTextColor { color: #A88B98; }

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

This text font color is #A88B98.

Background Color

.myBgColor { background-color: #A88B98; }

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

This div background color is #A88B98.

Border color

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

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

This div border color is #A88B98.

Opacity

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

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

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

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

This text has shadow with #A88B98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88B98.

Preview

Color preview on black background

This text has color #A88B98 on black background.


Color preview on white background

This text has color #A88B98 on white background.


Black color preview on #A88B98 background

This text has black color on #A88B98 background.


White color preview on #A88B98 background

This text has white color on #A88B98 background.


Related colors

Complementary color

Complementary color for #hex is #577467.


I love getcolorcode.com

Triadic colors

1 #98A88B and #8B98A8 with #A88B98 are triadic colors.

2 #988BA8 and #8BA898 with #A88B98 are triadic colors.