COLOR #C89EF7

HEX: #C89EF7
RGB: (200,158,247)

Color info

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

RGB color model

#C89EF7 color RGB value is (200,158,247).

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

RGB channels and saturation

R 200 of 255 = 78%
G 158 of 255 = 62%
B 247 of 255 = 97%

200
158
247

R + G + B ~ 79%. #C89EF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 158 + 247 = 605 (100%)
R 200 of 605 ~ 33.06%
G 158 of 605 ~ 26.12%
B 247 of 605 ~ 40.83%

%33.06
%26.12
%40.83

CMYK color model

#C89EF7 color CMYK value is (19,36,0,3).

  • cyan value is 19.03%
  • magenta value is 36.03%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(19,36,0,3)
C19M36Y0K3 
(19%,36%,0%,3%)
(0.19/0.36/0.00/0.03)	

CMYK percentages

%19.03
%36.03
%0
%3.14

Codes

Color #C89EF7 in popluar color models

C89EF7
RGB200158247
HSL268°84.76%79.41%
HSB/HSV268°36.03%96.86%
CMYK19.03%36.03%0.00%
3.14%

Color #C89EF7 in popluar number systems.

HEXC89EF7
Decimal200158247
Binary110010001001111011110111
Octal310236367

Shades and tints

Shades of #C89EF7

#C89EF7
(200,158,247)
#B690E1
(182,144,225)
#A482CB
(164,130,203)
#9274B5
(146,116,181)
#80669F
(128,102,159)
#6E5889
(110,88,137)
#5C4A73
(92,74,115)
#4A3C5D
(74,60,93)
#382E47
(56,46,71)
#262031
(38,32,49)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #C89EF7

#C89EF7
(200,158,247)
#CDA6F7
(205,166,247)
#D2AEF7
(210,174,247)
#D7B6F7
(215,182,247)
#DCBEF7
(220,190,247)
#E1C6F7
(225,198,247)
#E6CEF7
(230,206,247)
#EBD6F7
(235,214,247)
#F0DEF7
(240,222,247)
#F5E6F7
(245,230,247)
#FAEEF7
(250,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89EF7; }

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

This text font color is #C89EF7.


Background Color

.myBgColor { background-color: #C89EF7; }

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

This div background color is #C89EF7.


Border color

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

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

This div border color is #C89EF7.


Opacity

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

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

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

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

This text has shadow with #C89EF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89EF7 on black background.


Color preview on white background

This text has color #C89EF7 on white background.



Black color preview on #C89EF7 background

This text has black color on #C89EF7 background.


White color preview on #C89EF7 background

This text has white color on #C89EF7 background.