COLOR #A889C8

HEX: #A889C8 RGB: (168,137,200)

Color info

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

RGB color model

#A889C8 color RGB value is (168,137,200).

RGB: (168,137,200) (66%, 54%, 78%)

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 200 of 255 = 78%

168
137
200

R + G + B ~ 66%. #A889C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 137 + 200 = 505 (100%)
R 168 of 505 ~ 33.27%
G 137 of 505 ~ 27.13%
B 200 of 505 ~ 39.6'%

%33.27
%27.13
%39.6

CMYK color model

#A889C8 color CMYK value is (16,32,0,22).

  • cyan value is 16.00%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (16,32,0,22)
C16M32Y0K22 (16%, 32%, 0%, 22%)
(0.16 / 0.32 / 0.00 / 0.22)

CMYK percentages

%16
%31.5
%0
%21.57

Codes

Color #A889C8 in popluar color models

A8 89 C8
RGB 168 137 200
HSL 270° 36.42% 66.08%
HSB/HSV 270° 31.50% 78.43%
CMYK 16.00% 31.50% 0.00%
21.57%

Color #A889C8 in popluar number systems.

HEX A8 89 C8
Decimal 168 137 200
Binary 10101000 10001001 11001000
Octal 250 211 310

Shades and tints

Shades of #A889C8

#A889C8
(168,137,200)
#997DB6
(153,125,182)
#8A71A4
(138,113,164)
#7B6592
(123,101,146)
#6C5980
(108,89,128)
#5D4D6E
(93,77,110)
#4E415C
(78,65,92)
#3F354A
(63,53,74)
#302938
(48,41,56)
#211D26
(33,29,38)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #A889C8

#A889C8
(168,137,200)
#AF93CD
(175,147,205)
#B69DD2
(182,157,210)
#BDA7D7
(189,167,215)
#C4B1DC
(196,177,220)
#CBBBE1
(203,187,225)
#D2C5E6
(210,197,230)
#D9CFEB
(217,207,235)
#E0D9F0
(224,217,240)
#E7E3F5
(231,227,245)
#EEEDFA
(238,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A889C8 color. Also use rgb(168,137,200) instead hex code.

Text Font Color

.myTextColor { color: #A889C8; }

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

This text font color is #A889C8.

Background Color

.myBgColor { background-color: #A889C8; }

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

This div background color is #A889C8.

Border color

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

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

This div border color is #A889C8.

Opacity

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

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

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

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

This text has shadow with #A889C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A889C8.

Preview

Color preview on black background

This text has color #A889C8 on black background.


Color preview on white background

This text has color #A889C8 on white background.


Black color preview on #A889C8 background

This text has black color on #A889C8 background.


White color preview on #A889C8 background

This text has white color on #A889C8 background.


Related colors

Complementary color

Complementary color for #hex is #577637.


I love getcolorcode.com

Triadic colors

1 #C8A889 and #89C8A8 with #A889C8 are triadic colors.

2 #C889A8 and #89A8C8 with #A889C8 are triadic colors.