COLOR #C989AA

HEX: #C989AA RGB: (201,137,170)

Color info

#C989AA contains mainly red and blue colors. Web safe color of #C989AA is #CC9999 (or #C99).

RGB color model

#C989AA color RGB value is (201,137,170).

RGB: (201,137,170) (79%, 54%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 137 of 255 = 54%
B 170 of 255 = 67%

201
137
170

R + G + B ~ 67%. #C989AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 137 + 170 = 508 (100%)
R 201 of 508 ~ 39.57%
G 137 of 508 ~ 26.97%
B 170 of 508 ~ 33.46'%

%39.57
%26.97
%33.46

CMYK color model

#C989AA color CMYK value is (0,32,15,21).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 15.42%
  • key color value is 21.18%

CMYK: (0,32,15,21)
C0M32Y15K21 (0%, 32%, 15%, 21%)
(0.00 / 0.32 / 0.15 / 0.21)

CMYK percentages

%0
%31.84
%15.42
%21.18

Codes

Color #C989AA in popluar color models

C9 89 AA
RGB 201 137 170
HSL 329° 37.21% 66.27%
HSB/HSV 329° 31.84% 78.82%
CMYK 0.00% 31.84% 15.42%
21.18%

Color #C989AA in popluar number systems.

HEX C9 89 AA
Decimal 201 137 170
Binary 11001001 10001001 10101010
Octal 311 211 252

Shades and tints

Shades of #C989AA

#C989AA
(201,137,170)
#B77D9B
(183,125,155)
#A5718C
(165,113,140)
#93657D
(147,101,125)
#81596E
(129,89,110)
#6F4D5F
(111,77,95)
#5D4150
(93,65,80)
#4B3541
(75,53,65)
#392932
(57,41,50)
#271D23
(39,29,35)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #C989AA

#C989AA
(201,137,170)
#CD93B1
(205,147,177)
#D19DB8
(209,157,184)
#D5A7BF
(213,167,191)
#D9B1C6
(217,177,198)
#DDBBCD
(221,187,205)
#E1C5D4
(225,197,212)
#E5CFDB
(229,207,219)
#E9D9E2
(233,217,226)
#EDE3E9
(237,227,233)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C989AA color. Also use rgb(201,137,170) instead hex code.

Text Font Color

.myTextColor { color: #C989AA; }

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

This text font color is #C989AA.

Background Color

.myBgColor { background-color: #C989AA; }

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

This div background color is #C989AA.

Border color

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

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

This div border color is #C989AA.

Opacity

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

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

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

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

This text has shadow with #C989AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C989AA.

Preview

Color preview on black background

This text has color #C989AA on black background.


Color preview on white background

This text has color #C989AA on white background.


Black color preview on #C989AA background

This text has black color on #C989AA background.


White color preview on #C989AA background

This text has white color on #C989AA background.


Related colors

Complementary color

Complementary color for #hex is #367655.


I love getcolorcode.com

Triadic colors

1 #AAC989 and #89AAC9 with #C989AA are triadic colors.

2 #AA89C9 and #89C9AA with #C989AA are triadic colors.