COLOR #C989C5

HEX: #C989C5
RGB: (201,137,197)

Color info

#C989C5 contains mainly red and blue colors. Web safe color of #C989C5 is #CC99CC (or #C9C).

RGB color model

#C989C5 color RGB value is (201,137,197).

  • red value is 201;
  • green value is 137;
  • blue value is 197.
RGB:
(201,137,197)
(79%,54%,77%)

RGB channels and saturation

R 201 of 255 = 79%
G 137 of 255 = 54%
B 197 of 255 = 77%

201
137
197

R + G + B ~ 70%. #C989C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 137 + 197 = 535 (100%)
R 201 of 535 ~ 37.57%
G 137 of 535 ~ 25.61%
B 197 of 535 ~ 36.82%

%37.57
%25.61
%36.82

CMYK color model

#C989C5 color CMYK value is (0,32,2,21).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 1.99%
  • key color value is 21.18%
CMYK:
(0,32,2,21)
C0M32Y2K21 
(0%,32%,2%,21%)
(0.00/0.32/0.02/0.21)	

CMYK percentages

%0
%31.84
%1.99
%21.18

Codes

Color #C989C5 in popluar color models

C989C5
RGB201137197
HSL304°37.21%66.27%
HSB/HSV304°31.84%78.82%
CMYK0.00%31.84%1.99%
21.18%

Color #C989C5 in popluar number systems.

HEXC989C5
Decimal201137197
Binary110010011000100111000101
Octal311211305

Shades and tints

Shades of #C989C5

#C989C5
(201,137,197)
#B77DB4
(183,125,180)
#A571A3
(165,113,163)
#936592
(147,101,146)
#815981
(129,89,129)
#6F4D70
(111,77,112)
#5D415F
(93,65,95)
#4B354E
(75,53,78)
#39293D
(57,41,61)
#271D2C
(39,29,44)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #C989C5

#C989C5
(201,137,197)
#CD93CA
(205,147,202)
#D19DCF
(209,157,207)
#D5A7D4
(213,167,212)
#D9B1D9
(217,177,217)
#DDBBDE
(221,187,222)
#E1C5E3
(225,197,227)
#E5CFE8
(229,207,232)
#E9D9ED
(233,217,237)
#EDE3F2
(237,227,242)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C989C5; }

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

This text font color is #C989C5.


Background Color

.myBgColor { background-color: #C989C5; }

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

This div background color is #C989C5.


Border color

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

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

This div border color is #C989C5.


Opacity

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

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

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

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

This text has shadow with #C989C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C989C5 on black background.


Color preview on white background

This text has color #C989C5 on white background.



Black color preview on #C989C5 background

This text has black color on #C989C5 background.


White color preview on #C989C5 background

This text has white color on #C989C5 background.