COLOR #C96EB2

HEX: #C96EB2
RGB: (201,110,178)

Color info

#C96EB2 contains mainly red and blue colors. Web safe color of #C96EB2 is #CC6699 (or #C69).

RGB color model

#C96EB2 color RGB value is (201,110,178).

  • red value is 201;
  • green value is 110;
  • blue value is 178.
RGB:
(201,110,178)
(79%,43%,70%)

RGB channels and saturation

R 201 of 255 = 79%
G 110 of 255 = 43%
B 178 of 255 = 70%

201
110
178

R + G + B ~ 64%. #C96EB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 110 + 178 = 489 (100%)
R 201 of 489 ~ 41.1%
G 110 of 489 ~ 22.49%
B 178 of 489 ~ 36.4%

%41.1
%22.49
%36.4

CMYK color model

#C96EB2 color CMYK value is (0,45,11,21).

  • cyan value is 0.00%
  • magenta value is 45.27%
  • yellow value is 11.44%
  • key color value is 21.18%
CMYK:
(0,45,11,21)
C0M45Y11K21 
(0%,45%,11%,21%)
(0.00/0.45/0.11/0.21)	

CMYK percentages

%0
%45.27
%11.44
%21.18

Codes

Color #C96EB2 in popluar color models

C96EB2
RGB201110178
HSL315°45.73%60.98%
HSB/HSV315°45.27%78.82%
CMYK0.00%45.27%11.44%
21.18%

Color #C96EB2 in popluar number systems.

HEXC96EB2
Decimal201110178
Binary11001001110111010110010
Octal311156262

Shades and tints

Shades of #C96EB2

#C96EB2
(201,110,178)
#B764A2
(183,100,162)
#A55A92
(165,90,146)
#935082
(147,80,130)
#814672
(129,70,114)
#6F3C62
(111,60,98)
#5D3252
(93,50,82)
#4B2842
(75,40,66)
#391E32
(57,30,50)
#271422
(39,20,34)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #C96EB2

#C96EB2
(201,110,178)
#CD7BB9
(205,123,185)
#D188C0
(209,136,192)
#D595C7
(213,149,199)
#D9A2CE
(217,162,206)
#DDAFD5
(221,175,213)
#E1BCDC
(225,188,220)
#E5C9E3
(229,201,227)
#E9D6EA
(233,214,234)
#EDE3F1
(237,227,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96EB2 color. Also use rgb(201,110,178) instead hex code.

Text Font Color

.myTextColor { color: #C96EB2; }

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

This text font color is #C96EB2.


Background Color

.myBgColor { background-color: #C96EB2; }

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

This div background color is #C96EB2.


Border color

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

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

This div border color is #C96EB2.


Opacity

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

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

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

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

This text has shadow with #C96EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96EB2 on black background.


Color preview on white background

This text has color #C96EB2 on white background.



Black color preview on #C96EB2 background

This text has black color on #C96EB2 background.


White color preview on #C96EB2 background

This text has white color on #C96EB2 background.