COLOR #A888C5

HEX: #A888C5 RGB: (168,136,197)

Color info

#A888C5 contains mainly red and blue colors. Web safe color of #A888C5 is #9999CC (or #99C).

RGB color model

#A888C5 color RGB value is (168,136,197).

RGB: (168,136,197) (66%, 53%, 77%)

RGB channels and saturation

R 168 of 255 = 66%
G 136 of 255 = 53%
B 197 of 255 = 77%

168
136
197

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

Portions of RGB colors in percentages

R + G + B = 168 + 136 + 197 = 501 (100%)
R 168 of 501 ~ 33.53%
G 136 of 501 ~ 27.15%
B 197 of 501 ~ 39.32'%

%33.53
%27.15
%39.32

CMYK color model

#A888C5 color CMYK value is (15,31,0,23).

  • cyan value is 14.72%
  • magenta value is 30.96%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (15,31,0,23) C15M31Y0K23 (15%,31%,0%,23%) (0.15/0.31/0.00/0.23) 

CMYK percentages

%14.72
%30.96
%0
%22.75

Codes

Color #A888C5 in popluar color models

A8 88 C5
RGB 168 136 197
HSL 271° 34.46% 65.29%
HSB/HSV 271° 30.96% 77.25%
CMYK 14.72% 30.96% 0.00%
22.75%

Color #A888C5 in popluar number systems.

HEX A8 88 C5
Decimal 168 136 197
Binary 10101000 10001000 11000101
Octal 250 210 305

Shades and tints

Shades of #A888C5

#A888C5
(168,136,197)
#997CB4
(153,124,180)
#8A70A3
(138,112,163)
#7B6492
(123,100,146)
#6C5881
(108,88,129)
#5D4C70
(93,76,112)
#4E405F
(78,64,95)
#3F344E
(63,52,78)
#30283D
(48,40,61)
#211C2C
(33,28,44)
#12101B
(18,16,27)
#000000
(0,0,0)

Tints of #A888C5

#A888C5
(168,136,197)
#AF92CA
(175,146,202)
#B69CCF
(182,156,207)
#BDA6D4
(189,166,212)
#C4B0D9
(196,176,217)
#CBBADE
(203,186,222)
#D2C4E3
(210,196,227)
#D9CEE8
(217,206,232)
#E0D8ED
(224,216,237)
#E7E2F2
(231,226,242)
#EEECF7
(238,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A888C5 color. Also use rgb(168,136,197) instead hex code.

Text Font Color

.myTextColor { color: #A888C5; }

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

This text font color is #A888C5.

Background Color

.myBgColor { background-color: #A888C5; }

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

This div background color is #A888C5.

Border color

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

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

This div border color is #A888C5.

Opacity

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

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

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

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

This text has shadow with #A888C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A888C5.

Preview

Color preview on black background

This text has color #A888C5 on black background.


Color preview on white background

This text has color #A888C5 on white background.


Black color preview on #A888C5 background

This text has black color on #A888C5 background.


White color preview on #A888C5 background

This text has white color on #A888C5 background.


Related colors

Complementary color

Complementary color for #hex is #57773A.


I love getcolorcode.com

Triadic colors

1 #C5A888 and #88C5A8 with #A888C5 are triadic colors.

2 #C588A8 and #88A8C5 with #A888C5 are triadic colors.