COLOR #A899C8

HEX: #A899C8 RGB: (168,153,200)

Color info

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

RGB color model

#A899C8 color RGB value is (168,153,200).

RGB: (168,153,200) (66%, 60%, 78%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 200 of 255 = 78%

168
153
200

R + G + B ~ 68%. #A899C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 153 + 200 = 521 (100%)
R 168 of 521 ~ 32.25%
G 153 of 521 ~ 29.37%
B 200 of 521 ~ 38.39'%

%32.25
%29.37
%38.39

CMYK color model

#A899C8 color CMYK value is (16,24,0,22).

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

CMYK: (16,24,0,22)
C16M24Y0K22 (16%, 24%, 0%, 22%)
(0.16 / 0.24 / 0.00 / 0.22)

CMYK percentages

%16
%23.5
%0
%21.57

Codes

Color #A899C8 in popluar color models

A8 99 C8
RGB 168 153 200
HSL 259° 29.94% 69.22%
HSB/HSV 259° 23.50% 78.43%
CMYK 16.00% 23.50% 0.00%
21.57%

Color #A899C8 in popluar number systems.

HEX A8 99 C8
Decimal 168 153 200
Binary 10101000 10011001 11001000
Octal 250 231 310

Shades and tints

Shades of #A899C8

#A899C8
(168,153,200)
#998CB6
(153,140,182)
#8A7FA4
(138,127,164)
#7B7292
(123,114,146)
#6C6580
(108,101,128)
#5D586E
(93,88,110)
#4E4B5C
(78,75,92)
#3F3E4A
(63,62,74)
#303138
(48,49,56)
#212426
(33,36,38)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #A899C8

#A899C8
(168,153,200)
#AFA2CD
(175,162,205)
#B6ABD2
(182,171,210)
#BDB4D7
(189,180,215)
#C4BDDC
(196,189,220)
#CBC6E1
(203,198,225)
#D2CFE6
(210,207,230)
#D9D8EB
(217,216,235)
#E0E1F0
(224,225,240)
#E7EAF5
(231,234,245)
#EEF3FA
(238,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A899C8; }

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

This text font color is #A899C8.

Background Color

.myBgColor { background-color: #A899C8; }

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

This div background color is #A899C8.

Border color

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

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

This div border color is #A899C8.

Opacity

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

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

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

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

This text has shadow with #A899C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A899C8.

Preview

Color preview on black background

This text has color #A899C8 on black background.


Color preview on white background

This text has color #A899C8 on white background.


Black color preview on #A899C8 background

This text has black color on #A899C8 background.


White color preview on #A899C8 background

This text has white color on #A899C8 background.


Related colors

Complementary color

Complementary color for #hex is #576637.


I love getcolorcode.com

Triadic colors

1 #C8A899 and #99C8A8 with #A899C8 are triadic colors.

2 #C899A8 and #99A8C8 with #A899C8 are triadic colors.