COLOR #A88CBE

HEX: #A88CBE RGB: (168,140,190)

Color info

#A88CBE contains red, green and blue colors in about the same proportion. Web safe color of #A88CBE is #9999CC (or #99C).

RGB color model

#A88CBE color RGB value is (168,140,190).

RGB: (168,140,190) (66%, 55%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 190 of 255 = 75%

168
140
190

R + G + B ~ 65%. #A88CBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 140 + 190 = 498 (100%)
R 168 of 498 ~ 33.73%
G 140 of 498 ~ 28.11%
B 190 of 498 ~ 38.15'%

%33.73
%28.11
%38.15

CMYK color model

#A88CBE color CMYK value is (12,26,0,25).

  • cyan value is 11.58%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (12,26,0,25)
C12M26Y0K25 (12%, 26%, 0%, 25%)
(0.12 / 0.26 / 0.00 / 0.25)

CMYK percentages

%11.58
%26.32
%0
%25.49

Codes

Color #A88CBE in popluar color models

A8 8C BE
RGB 168 140 190
HSL 274° 27.78% 64.71%
HSB/HSV 274° 26.32% 74.51%
CMYK 11.58% 26.32% 0.00%
25.49%

Color #A88CBE in popluar number systems.

HEX A8 8C BE
Decimal 168 140 190
Binary 10101000 10001100 10111110
Octal 250 214 276

Shades and tints

Shades of #A88CBE

#A88CBE
(168,140,190)
#9980AD
(153,128,173)
#8A749C
(138,116,156)
#7B688B
(123,104,139)
#6C5C7A
(108,92,122)
#5D5069
(93,80,105)
#4E4458
(78,68,88)
#3F3847
(63,56,71)
#302C36
(48,44,54)
#212025
(33,32,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A88CBE

#A88CBE
(168,140,190)
#AF96C3
(175,150,195)
#B6A0C8
(182,160,200)
#BDAACD
(189,170,205)
#C4B4D2
(196,180,210)
#CBBED7
(203,190,215)
#D2C8DC
(210,200,220)
#D9D2E1
(217,210,225)
#E0DCE6
(224,220,230)
#E7E6EB
(231,230,235)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88CBE; }

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

This text font color is #A88CBE.

Background Color

.myBgColor { background-color: #A88CBE; }

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

This div background color is #A88CBE.

Border color

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

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

This div border color is #A88CBE.

Opacity

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

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

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

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

This text has shadow with #A88CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88CBE.

Preview

Color preview on black background

This text has color #A88CBE on black background.


Color preview on white background

This text has color #A88CBE on white background.


Black color preview on #A88CBE background

This text has black color on #A88CBE background.


White color preview on #A88CBE background

This text has white color on #A88CBE background.


Related colors

Complementary color

Complementary color for #hex is #577341.


I love getcolorcode.com

Triadic colors

1 #BEA88C and #8CBEA8 with #A88CBE are triadic colors.

2 #BE8CA8 and #8CA8BE with #A88CBE are triadic colors.