COLOR #C896E0

HEX: #C896E0
RGB: (200,150,224)

Color info

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

RGB color model

#C896E0 color RGB value is (200,150,224).

  • red value is 200;
  • green value is 150;
  • blue value is 224.
RGB:
(200,150,224)
(78%,59%,88%)

RGB channels and saturation

R 200 of 255 = 78%
G 150 of 255 = 59%
B 224 of 255 = 88%

200
150
224

R + G + B ~ 75%. #C896E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 150 + 224 = 574 (100%)
R 200 of 574 ~ 34.84%
G 150 of 574 ~ 26.13%
B 224 of 574 ~ 39.02%

%34.84
%26.13
%39.02

CMYK color model

#C896E0 color CMYK value is (11,33,0,12).

  • cyan value is 10.71%
  • magenta value is 33.04%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(11,33,0,12)
C11M33Y0K12 
(11%,33%,0%,12%)
(0.11/0.33/0.00/0.12)	

CMYK percentages

%10.71
%33.04
%0
%12.16

Codes

Color #C896E0 in popluar color models

C896E0
RGB200150224
HSL281°54.41%73.33%
HSB/HSV281°33.04%87.84%
CMYK10.71%33.04%0.00%
12.16%

Color #C896E0 in popluar number systems.

HEXC896E0
Decimal200150224
Binary110010001001011011100000
Octal310226340

Shades and tints

Shades of #C896E0

#C896E0
(200,150,224)
#B689CC
(182,137,204)
#A47CB8
(164,124,184)
#926FA4
(146,111,164)
#806290
(128,98,144)
#6E557C
(110,85,124)
#5C4868
(92,72,104)
#4A3B54
(74,59,84)
#382E40
(56,46,64)
#26212C
(38,33,44)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #C896E0

#C896E0
(200,150,224)
#CD9FE2
(205,159,226)
#D2A8E4
(210,168,228)
#D7B1E6
(215,177,230)
#DCBAE8
(220,186,232)
#E1C3EA
(225,195,234)
#E6CCEC
(230,204,236)
#EBD5EE
(235,213,238)
#F0DEF0
(240,222,240)
#F5E7F2
(245,231,242)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C896E0 color. Also use rgb(200,150,224) instead hex code.

Text Font Color

.myTextColor { color: #C896E0; }

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

This text font color is #C896E0.


Background Color

.myBgColor { background-color: #C896E0; }

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

This div background color is #C896E0.


Border color

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

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

This div border color is #C896E0.


Opacity

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

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

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

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

This text has shadow with #C896E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C896E0 on black background.


Color preview on white background

This text has color #C896E0 on white background.



Black color preview on #C896E0 background

This text has black color on #C896E0 background.


White color preview on #C896E0 background

This text has white color on #C896E0 background.