COLOR #C896E2

HEX: #C896E2
RGB: (200,150,226)

Color info

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

RGB color model

#C896E2 color RGB value is (200,150,226).

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

RGB channels and saturation

R 200 of 255 = 78%
G 150 of 255 = 59%
B 226 of 255 = 89%

200
150
226

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

Portions of RGB colors in percentages

R + G + B =
200 + 150 + 226 = 576 (100%)
R 200 of 576 ~ 34.72%
G 150 of 576 ~ 26.04%
B 226 of 576 ~ 39.24%

%34.72
%26.04
%39.24

CMYK color model

#C896E2 color CMYK value is (12,34,0,11).

  • cyan value is 11.50%
  • magenta value is 33.63%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(12,34,0,11)
C12M34Y0K11 
(12%,34%,0%,11%)
(0.12/0.34/0.00/0.11)	

CMYK percentages

%11.5
%33.63
%0
%11.37

Codes

Color #C896E2 in popluar color models

C896E2
RGB200150226
HSL279°56.72%73.73%
HSB/HSV279°33.63%88.63%
CMYK11.50%33.63%0.00%
11.37%

Color #C896E2 in popluar number systems.

HEXC896E2
Decimal200150226
Binary110010001001011011100010
Octal310226342

Shades and tints

Shades of #C896E2

#C896E2
(200,150,226)
#B689CE
(182,137,206)
#A47CBA
(164,124,186)
#926FA6
(146,111,166)
#806292
(128,98,146)
#6E557E
(110,85,126)
#5C486A
(92,72,106)
#4A3B56
(74,59,86)
#382E42
(56,46,66)
#26212E
(38,33,46)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #C896E2

#C896E2
(200,150,226)
#CD9FE4
(205,159,228)
#D2A8E6
(210,168,230)
#D7B1E8
(215,177,232)
#DCBAEA
(220,186,234)
#E1C3EC
(225,195,236)
#E6CCEE
(230,204,238)
#EBD5F0
(235,213,240)
#F0DEF2
(240,222,242)
#F5E7F4
(245,231,244)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C896E2; }

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

This text font color is #C896E2.


Background Color

.myBgColor { background-color: #C896E2; }

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

This div background color is #C896E2.


Border color

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

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

This div border color is #C896E2.


Opacity

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

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

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

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

This text has shadow with #C896E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C896E2 on black background.


Color preview on white background

This text has color #C896E2 on white background.



Black color preview on #C896E2 background

This text has black color on #C896E2 background.


White color preview on #C896E2 background

This text has white color on #C896E2 background.