COLOR #A899CD

HEX: #A899CD RGB: (168,153,205)

Color info

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

RGB color model

#A899CD color RGB value is (168,153,205).

RGB: (168,153,205) (66%, 60%, 80%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 205 of 255 = 80%

168
153
205

R + G + B ~ 69%. #A899CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 153 + 205 = 526 (100%)
R 168 of 526 ~ 31.94%
G 153 of 526 ~ 29.09%
B 205 of 526 ~ 38.97'%

%31.94
%29.09
%38.97

CMYK color model

#A899CD color CMYK value is (18,25,0,20).

  • cyan value is 18.05%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (18,25,0,20)
C18M25Y0K20 (18%, 25%, 0%, 20%)
(0.18 / 0.25 / 0.00 / 0.20)

CMYK percentages

%18.05
%25.37
%0
%19.61

Codes

Color #A899CD in popluar color models

A8 99 CD
RGB 168 153 205
HSL 257° 34.21% 70.20%
HSB/HSV 257° 25.37% 80.39%
CMYK 18.05% 25.37% 0.00%
19.61%

Color #A899CD in popluar number systems.

HEX A8 99 CD
Decimal 168 153 205
Binary 10101000 10011001 11001101
Octal 250 231 315

Shades and tints

Shades of #A899CD

#A899CD
(168,153,205)
#998CBB
(153,140,187)
#8A7FA9
(138,127,169)
#7B7297
(123,114,151)
#6C6585
(108,101,133)
#5D5873
(93,88,115)
#4E4B61
(78,75,97)
#3F3E4F
(63,62,79)
#30313D
(48,49,61)
#21242B
(33,36,43)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #A899CD

#A899CD
(168,153,205)
#AFA2D1
(175,162,209)
#B6ABD5
(182,171,213)
#BDB4D9
(189,180,217)
#C4BDDD
(196,189,221)
#CBC6E1
(203,198,225)
#D2CFE5
(210,207,229)
#D9D8E9
(217,216,233)
#E0E1ED
(224,225,237)
#E7EAF1
(231,234,241)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A899CD; }

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

This text font color is #A899CD.

Background Color

.myBgColor { background-color: #A899CD; }

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

This div background color is #A899CD.

Border color

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

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

This div border color is #A899CD.

Opacity

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

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

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

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

This text has shadow with #A899CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A899CD.

Preview

Color preview on black background

This text has color #A899CD on black background.


Color preview on white background

This text has color #A899CD on white background.


Black color preview on #A899CD background

This text has black color on #A899CD background.


White color preview on #A899CD background

This text has white color on #A899CD background.


Related colors

Complementary color

Complementary color for #hex is #576632.


I love getcolorcode.com

Triadic colors

1 #CDA899 and #99CDA8 with #A899CD are triadic colors.

2 #CD99A8 and #99A8CD with #A899CD are triadic colors.