COLOR #C89EE4

HEX: #C89EE4
RGB: (200,158,228)

Color info

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

RGB color model

#C89EE4 color RGB value is (200,158,228).

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

RGB channels and saturation

R 200 of 255 = 78%
G 158 of 255 = 62%
B 228 of 255 = 89%

200
158
228

R + G + B ~ 76%. #C89EE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 158 + 228 = 586 (100%)
R 200 of 586 ~ 34.13%
G 158 of 586 ~ 26.96%
B 228 of 586 ~ 38.91%

%34.13
%26.96
%38.91

CMYK color model

#C89EE4 color CMYK value is (12,31,0,11).

  • cyan value is 12.28%
  • magenta value is 30.70%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(12,31,0,11)
C12M31Y0K11 
(12%,31%,0%,11%)
(0.12/0.31/0.00/0.11)	

CMYK percentages

%12.28
%30.7
%0
%10.59

Codes

Color #C89EE4 in popluar color models

C89EE4
RGB200158228
HSL276°56.45%75.69%
HSB/HSV276°30.70%89.41%
CMYK12.28%30.70%0.00%
10.59%

Color #C89EE4 in popluar number systems.

HEXC89EE4
Decimal200158228
Binary110010001001111011100100
Octal310236344

Shades and tints

Shades of #C89EE4

#C89EE4
(200,158,228)
#B690D0
(182,144,208)
#A482BC
(164,130,188)
#9274A8
(146,116,168)
#806694
(128,102,148)
#6E5880
(110,88,128)
#5C4A6C
(92,74,108)
#4A3C58
(74,60,88)
#382E44
(56,46,68)
#262030
(38,32,48)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #C89EE4

#C89EE4
(200,158,228)
#CDA6E6
(205,166,230)
#D2AEE8
(210,174,232)
#D7B6EA
(215,182,234)
#DCBEEC
(220,190,236)
#E1C6EE
(225,198,238)
#E6CEF0
(230,206,240)
#EBD6F2
(235,214,242)
#F0DEF4
(240,222,244)
#F5E6F6
(245,230,246)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89EE4; }

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

This text font color is #C89EE4.


Background Color

.myBgColor { background-color: #C89EE4; }

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

This div background color is #C89EE4.


Border color

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

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

This div border color is #C89EE4.


Opacity

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

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

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

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

This text has shadow with #C89EE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89EE4 on black background.


Color preview on white background

This text has color #C89EE4 on white background.



Black color preview on #C89EE4 background

This text has black color on #C89EE4 background.


White color preview on #C89EE4 background

This text has white color on #C89EE4 background.