COLOR #A88CA1

HEX: #A88CA1 RGB: (168,140,161)

Color info

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

RGB color model

#A88CA1 color RGB value is (168,140,161).

RGB: (168,140,161) (66%, 55%, 63%)

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 161 of 255 = 63%

168
140
161

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

Portions of RGB colors in percentages

R + G + B = 168 + 140 + 161 = 469 (100%)
R 168 of 469 ~ 35.82%
G 140 of 469 ~ 29.85%
B 161 of 469 ~ 34.33'%

%35.82
%29.85
%34.33

CMYK color model

#A88CA1 color CMYK value is (0,17,4,34).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 4.17%
  • key color value is 34.12%

CMYK: (0,17,4,34)
C0M17Y4K34 (0%, 17%, 4%, 34%)
(0.00 / 0.17 / 0.04 / 0.34)

CMYK percentages

%0
%16.67
%4.17
%34.12

Codes

Color #A88CA1 in popluar color models

A8 8C A1
RGB 168 140 161
HSL 315° 13.86% 60.39%
HSB/HSV 315° 16.67% 65.88%
CMYK 0.00% 16.67% 4.17%
34.12%

Color #A88CA1 in popluar number systems.

HEX A8 8C A1
Decimal 168 140 161
Binary 10101000 10001100 10100001
Octal 250 214 241

Shades and tints

Shades of #A88CA1

#A88CA1
(168,140,161)
#998093
(153,128,147)
#8A7485
(138,116,133)
#7B6877
(123,104,119)
#6C5C69
(108,92,105)
#5D505B
(93,80,91)
#4E444D
(78,68,77)
#3F383F
(63,56,63)
#302C31
(48,44,49)
#212023
(33,32,35)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #A88CA1

#A88CA1
(168,140,161)
#AF96A9
(175,150,169)
#B6A0B1
(182,160,177)
#BDAAB9
(189,170,185)
#C4B4C1
(196,180,193)
#CBBEC9
(203,190,201)
#D2C8D1
(210,200,209)
#D9D2D9
(217,210,217)
#E0DCE1
(224,220,225)
#E7E6E9
(231,230,233)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88CA1 color. Also use rgb(168,140,161) instead hex code.

Text Font Color

.myTextColor { color: #A88CA1; }

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

This text font color is #A88CA1.

Background Color

.myBgColor { background-color: #A88CA1; }

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

This div background color is #A88CA1.

Border color

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

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

This div border color is #A88CA1.

Opacity

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

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

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

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

This text has shadow with #A88CA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88CA1.

Preview

Color preview on black background

This text has color #A88CA1 on black background.


Color preview on white background

This text has color #A88CA1 on white background.


Black color preview on #A88CA1 background

This text has black color on #A88CA1 background.


White color preview on #A88CA1 background

This text has white color on #A88CA1 background.


Related colors

Complementary color

Complementary color for #hex is #57735E.


I love getcolorcode.com

Triadic colors

1 #A1A88C and #8CA1A8 with #A88CA1 are triadic colors.

2 #A18CA8 and #8CA8A1 with #A88CA1 are triadic colors.