COLOR #C89FD5

HEX: #C89FD5
RGB: (200,159,213)

Color info

#C89FD5 contains red, green and blue colors in about the same proportion. Web safe color of #C89FD5 is #CC99CC (or #C9C).

RGB color model

#C89FD5 color RGB value is (200,159,213).

  • red value is 200;
  • green value is 159;
  • blue value is 213.
RGB:
(200,159,213)
(78%,62%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 159 of 255 = 62%
B 213 of 255 = 84%

200
159
213

R + G + B ~ 75%. #C89FD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 159 + 213 = 572 (100%)
R 200 of 572 ~ 34.97%
G 159 of 572 ~ 27.8%
B 213 of 572 ~ 37.24%

%34.97
%27.8
%37.24

CMYK color model

#C89FD5 color CMYK value is (6,25,0,16).

  • cyan value is 6.10%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(6,25,0,16)
C6M25Y0K16 
(6%,25%,0%,16%)
(0.06/0.25/0.00/0.16)	

CMYK percentages

%6.1
%25.35
%0
%16.47

Codes

Color #C89FD5 in popluar color models

C89FD5
RGB200159213
HSL286°39.13%72.94%
HSB/HSV286°25.35%83.53%
CMYK6.10%25.35%0.00%
16.47%

Color #C89FD5 in popluar number systems.

HEXC89FD5
Decimal200159213
Binary110010001001111111010101
Octal310237325

Shades and tints

Shades of #C89FD5

#C89FD5
(200,159,213)
#B691C2
(182,145,194)
#A483AF
(164,131,175)
#92759C
(146,117,156)
#806789
(128,103,137)
#6E5976
(110,89,118)
#5C4B63
(92,75,99)
#4A3D50
(74,61,80)
#382F3D
(56,47,61)
#26212A
(38,33,42)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #C89FD5

#C89FD5
(200,159,213)
#CDA7D8
(205,167,216)
#D2AFDB
(210,175,219)
#D7B7DE
(215,183,222)
#DCBFE1
(220,191,225)
#E1C7E4
(225,199,228)
#E6CFE7
(230,207,231)
#EBD7EA
(235,215,234)
#F0DFED
(240,223,237)
#F5E7F0
(245,231,240)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89FD5 color. Also use rgb(200,159,213) instead hex code.

Text Font Color

.myTextColor { color: #C89FD5; }

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

This text font color is #C89FD5.


Background Color

.myBgColor { background-color: #C89FD5; }

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

This div background color is #C89FD5.


Border color

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

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

This div border color is #C89FD5.


Opacity

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

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

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

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

This text has shadow with #C89FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89FD5 on black background.


Color preview on white background

This text has color #C89FD5 on white background.



Black color preview on #C89FD5 background

This text has black color on #C89FD5 background.


White color preview on #C89FD5 background

This text has white color on #C89FD5 background.