COLOR #C46DB0

HEX: #C46DB0
RGB: (196,109,176)

Color info

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

RGB color model

#C46DB0 color RGB value is (196,109,176).

  • red value is 196;
  • green value is 109;
  • blue value is 176.
RGB:
(196,109,176)
(77%,43%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 109 of 255 = 43%
B 176 of 255 = 69%

196
109
176

R + G + B ~ 63%. #C46DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 109 + 176 = 481 (100%)
R 196 of 481 ~ 40.75%
G 109 of 481 ~ 22.66%
B 176 of 481 ~ 36.59%

%40.75
%22.66
%36.59

CMYK color model

#C46DB0 color CMYK value is (0,44,10,23).

  • cyan value is 0.00%
  • magenta value is 44.39%
  • yellow value is 10.20%
  • key color value is 23.14%
CMYK:
(0,44,10,23)
C0M44Y10K23 
(0%,44%,10%,23%)
(0.00/0.44/0.10/0.23)	

CMYK percentages

%0
%44.39
%10.2
%23.14

Codes

Color #C46DB0 in popluar color models

C46DB0
RGB196109176
HSL314°42.44%59.80%
HSB/HSV314°44.39%76.86%
CMYK0.00%44.39%10.20%
23.14%

Color #C46DB0 in popluar number systems.

HEXC46DB0
Decimal196109176
Binary11000100110110110110000
Octal304155260

Shades and tints

Shades of #C46DB0

#C46DB0
(196,109,176)
#B364A0
(179,100,160)
#A25B90
(162,91,144)
#915280
(145,82,128)
#804970
(128,73,112)
#6F4060
(111,64,96)
#5E3750
(94,55,80)
#4D2E40
(77,46,64)
#3C2530
(60,37,48)
#2B1C20
(43,28,32)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #C46DB0

#C46DB0
(196,109,176)
#C97AB7
(201,122,183)
#CE87BE
(206,135,190)
#D394C5
(211,148,197)
#D8A1CC
(216,161,204)
#DDAED3
(221,174,211)
#E2BBDA
(226,187,218)
#E7C8E1
(231,200,225)
#ECD5E8
(236,213,232)
#F1E2EF
(241,226,239)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46DB0 color. Also use rgb(196,109,176) instead hex code.

Text Font Color

.myTextColor { color: #C46DB0; }

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

This text font color is #C46DB0.


Background Color

.myBgColor { background-color: #C46DB0; }

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

This div background color is #C46DB0.


Border color

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

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

This div border color is #C46DB0.


Opacity

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

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

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

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

This text has shadow with #C46DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46DB0 on black background.


Color preview on white background

This text has color #C46DB0 on white background.



Black color preview on #C46DB0 background

This text has black color on #C46DB0 background.


White color preview on #C46DB0 background

This text has white color on #C46DB0 background.