COLOR #C89EE9

HEX: #C89EE9
RGB: (200,158,233)

Color info

#C89EE9 contains mainly red and blue colors. Web safe color of #C89EE9 is #CC99FF (or #C9F).

RGB color model

#C89EE9 color RGB value is (200,158,233).

  • red value is 200;
  • green value is 158;
  • blue value is 233.
RGB:
(200,158,233)
(78%,62%,91%)

RGB channels and saturation

R 200 of 255 = 78%
G 158 of 255 = 62%
B 233 of 255 = 91%

200
158
233

R + G + B ~ 77%. #C89EE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 158 + 233 = 591 (100%)
R 200 of 591 ~ 33.84%
G 158 of 591 ~ 26.73%
B 233 of 591 ~ 39.42%

%33.84
%26.73
%39.42

CMYK color model

#C89EE9 color CMYK value is (14,32,0,9).

  • cyan value is 14.16%
  • magenta value is 32.19%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(14,32,0,9)
C14M32Y0K9 
(14%,32%,0%,9%)
(0.14/0.32/0.00/0.09)	

CMYK percentages

%14.16
%32.19
%0
%8.63

Codes

Color #C89EE9 in popluar color models

C89EE9
RGB200158233
HSL274°63.03%76.67%
HSB/HSV274°32.19%91.37%
CMYK14.16%32.19%0.00%
8.63%

Color #C89EE9 in popluar number systems.

HEXC89EE9
Decimal200158233
Binary110010001001111011101001
Octal310236351

Shades and tints

Shades of #C89EE9

#C89EE9
(200,158,233)
#B690D4
(182,144,212)
#A482BF
(164,130,191)
#9274AA
(146,116,170)
#806695
(128,102,149)
#6E5880
(110,88,128)
#5C4A6B
(92,74,107)
#4A3C56
(74,60,86)
#382E41
(56,46,65)
#26202C
(38,32,44)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #C89EE9

#C89EE9
(200,158,233)
#CDA6EB
(205,166,235)
#D2AEED
(210,174,237)
#D7B6EF
(215,182,239)
#DCBEF1
(220,190,241)
#E1C6F3
(225,198,243)
#E6CEF5
(230,206,245)
#EBD6F7
(235,214,247)
#F0DEF9
(240,222,249)
#F5E6FB
(245,230,251)
#FAEEFD
(250,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89EE9 color. Also use rgb(200,158,233) instead hex code.

Text Font Color

.myTextColor { color: #C89EE9; }

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

This text font color is #C89EE9.


Background Color

.myBgColor { background-color: #C89EE9; }

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

This div background color is #C89EE9.


Border color

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

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

This div border color is #C89EE9.


Opacity

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

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

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

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

This text has shadow with #C89EE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89EE9 on black background.


Color preview on white background

This text has color #C89EE9 on white background.



Black color preview on #C89EE9 background

This text has black color on #C89EE9 background.


White color preview on #C89EE9 background

This text has white color on #C89EE9 background.