COLOR #C889D5

HEX: #C889D5
RGB: (200,137,213)

Color info

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

RGB color model

#C889D5 color RGB value is (200,137,213).

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

RGB channels and saturation

R 200 of 255 = 78%
G 137 of 255 = 54%
B 213 of 255 = 84%

200
137
213

R + G + B ~ 72%. #C889D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 137 + 213 = 550 (100%)
R 200 of 550 ~ 36.36%
G 137 of 550 ~ 24.91%
B 213 of 550 ~ 38.73%

%36.36
%24.91
%38.73

CMYK color model

#C889D5 color CMYK value is (6,36,0,16).

  • cyan value is 6.10%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(6,36,0,16)
C6M36Y0K16 
(6%,36%,0%,16%)
(0.06/0.36/0.00/0.16)	

CMYK percentages

%6.1
%35.68
%0
%16.47

Codes

Color #C889D5 in popluar color models

C889D5
RGB200137213
HSL290°47.50%68.63%
HSB/HSV290°35.68%83.53%
CMYK6.10%35.68%0.00%
16.47%

Color #C889D5 in popluar number systems.

HEXC889D5
Decimal200137213
Binary110010001000100111010101
Octal310211325

Shades and tints

Shades of #C889D5

#C889D5
(200,137,213)
#B67DC2
(182,125,194)
#A471AF
(164,113,175)
#92659C
(146,101,156)
#805989
(128,89,137)
#6E4D76
(110,77,118)
#5C4163
(92,65,99)
#4A3550
(74,53,80)
#38293D
(56,41,61)
#261D2A
(38,29,42)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #C889D5

#C889D5
(200,137,213)
#CD93D8
(205,147,216)
#D29DDB
(210,157,219)
#D7A7DE
(215,167,222)
#DCB1E1
(220,177,225)
#E1BBE4
(225,187,228)
#E6C5E7
(230,197,231)
#EBCFEA
(235,207,234)
#F0D9ED
(240,217,237)
#F5E3F0
(245,227,240)
#FAEDF3
(250,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C889D5; }

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

This text font color is #C889D5.


Background Color

.myBgColor { background-color: #C889D5; }

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

This div background color is #C889D5.


Border color

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

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

This div border color is #C889D5.


Opacity

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

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

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

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

This text has shadow with #C889D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C889D5 on black background.


Color preview on white background

This text has color #C889D5 on white background.



Black color preview on #C889D5 background

This text has black color on #C889D5 background.


White color preview on #C889D5 background

This text has white color on #C889D5 background.