COLOR #C89DCE

HEX: #C89DCE
RGB: (200,157,206)

Color info

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

RGB color model

#C89DCE color RGB value is (200,157,206).

  • red value is 200;
  • green value is 157;
  • blue value is 206.
RGB:
(200,157,206)
(78%,62%,81%)

RGB channels and saturation

R 200 of 255 = 78%
G 157 of 255 = 62%
B 206 of 255 = 81%

200
157
206

R + G + B ~ 74%. #C89DCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 157 + 206 = 563 (100%)
R 200 of 563 ~ 35.52%
G 157 of 563 ~ 27.89%
B 206 of 563 ~ 36.59%

%35.52
%27.89
%36.59

CMYK color model

#C89DCE color CMYK value is (3,24,0,19).

  • cyan value is 2.91%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(3,24,0,19)
C3M24Y0K19 
(3%,24%,0%,19%)
(0.03/0.24/0.00/0.19)	

CMYK percentages

%2.91
%23.79
%0
%19.22

Codes

Color #C89DCE in popluar color models

C89DCE
RGB200157206
HSL293°33.33%71.18%
HSB/HSV293°23.79%80.78%
CMYK2.91%23.79%0.00%
19.22%

Color #C89DCE in popluar number systems.

HEXC89DCE
Decimal200157206
Binary110010001001110111001110
Octal310235316

Shades and tints

Shades of #C89DCE

#C89DCE
(200,157,206)
#B68FBC
(182,143,188)
#A481AA
(164,129,170)
#927398
(146,115,152)
#806586
(128,101,134)
#6E5774
(110,87,116)
#5C4962
(92,73,98)
#4A3B50
(74,59,80)
#382D3E
(56,45,62)
#261F2C
(38,31,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #C89DCE

#C89DCE
(200,157,206)
#CDA5D2
(205,165,210)
#D2ADD6
(210,173,214)
#D7B5DA
(215,181,218)
#DCBDDE
(220,189,222)
#E1C5E2
(225,197,226)
#E6CDE6
(230,205,230)
#EBD5EA
(235,213,234)
#F0DDEE
(240,221,238)
#F5E5F2
(245,229,242)
#FAEDF6
(250,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89DCE color. Also use rgb(200,157,206) instead hex code.

Text Font Color

.myTextColor { color: #C89DCE; }

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

This text font color is #C89DCE.


Background Color

.myBgColor { background-color: #C89DCE; }

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

This div background color is #C89DCE.


Border color

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

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

This div border color is #C89DCE.


Opacity

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

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

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

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

This text has shadow with #C89DCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89DCE on black background.


Color preview on white background

This text has color #C89DCE on white background.



Black color preview on #C89DCE background

This text has black color on #C89DCE background.


White color preview on #C89DCE background

This text has white color on #C89DCE background.