COLOR #A88F9B

HEX: #A88F9B
RGB: (168,143,155)

Color info

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

RGB color model

#A88F9B color RGB value is (168,143,155).

  • red value is 168;
  • green value is 143;
  • blue value is 155.
RGB: (168,143,155) (66%,56%,61%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 155 of 255 = 61%

168
143
155

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

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 155 = 466 (100%)
R 168 of 466 ~ 36.05%
G 143 of 466 ~ 30.69%
B 155 of 466 ~ 33.26%

%36.05
%30.69
%33.26

CMYK color model

#A88F9B color CMYK value is (0,15,8,34).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK: (0,15,8,34) C0M15Y8K34 (0%,15%,8%,34%) (0.00/0.15/0.08/0.34)

CMYK percentages

%0
%14.88
%7.74
%34.12

Codes

Color #A88F9B in popluar color models

A88F9B
RGB168143155
HSL331°12.56%60.98%
HSB/HSV331°14.88%65.88%
CMYK0.00%14.88%7.74%
34.12%

Color #A88F9B in popluar number systems.

HEXA88F9B
Decimal168143155
Binary101010001000111110011011
Octal250217233

Shades and tints

Shades of #A88F9B

#A88F9B
(168,143,155)
#99828D
(153,130,141)
#8A757F
(138,117,127)
#7B6871
(123,104,113)
#6C5B63
(108,91,99)
#5D4E55
(93,78,85)
#4E4147
(78,65,71)
#3F3439
(63,52,57)
#30272B
(48,39,43)
#211A1D
(33,26,29)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #A88F9B

#A88F9B
(168,143,155)
#AF99A4
(175,153,164)
#B6A3AD
(182,163,173)
#BDADB6
(189,173,182)
#C4B7BF
(196,183,191)
#CBC1C8
(203,193,200)
#D2CBD1
(210,203,209)
#D9D5DA
(217,213,218)
#E0DFE3
(224,223,227)
#E7E9EC
(231,233,236)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88F9B color. Also use rgb(168,143,155) instead hex code.

Text Font Color

.myTextColor { color: #A88F9B; }

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

This text font color is #A88F9B.


Background Color

.myBgColor { background-color: #A88F9B; }

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

This div background color is #A88F9B.


Border color

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

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

This div border color is #A88F9B.


Opacity

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

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

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

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

This text has shadow with #A88F9B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A88F9B on black background.


Color preview on white background

This text has color #A88F9B on white background.



Black color preview on #A88F9B background

This text has black color on #A88F9B background.


White color preview on #A88F9B background

This text has white color on #A88F9B background.