COLOR #C386C3

HEX: #C386C3
RGB: (195,134,195)

Color info

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

RGB color model

#C386C3 color RGB value is (195,134,195).

  • red value is 195;
  • green value is 134;
  • blue value is 195.
RGB:
(195,134,195)
(76%,53%,76%)

RGB channels and saturation

R 195 of 255 = 76%
G 134 of 255 = 53%
B 195 of 255 = 76%

195
134
195

R + G + B ~ 68%. #C386C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 134 + 195 = 524 (100%)
R 195 of 524 ~ 37.21%
G 134 of 524 ~ 25.57%
B 195 of 524 ~ 37.21%

%37.21
%25.57
%37.21

CMYK color model

#C386C3 color CMYK value is (0,31,0,24).

  • cyan value is 0.00%
  • magenta value is 31.28%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(0,31,0,24)
C0M31Y0K24 
(0%,31%,0%,24%)
(0.00/0.31/0.00/0.24)	

CMYK percentages

%0
%31.28
%0
%23.53

Codes

Color #C386C3 in popluar color models

C386C3
RGB195134195
HSL300°33.70%64.51%
HSB/HSV300°31.28%76.47%
CMYK0.00%31.28%0.00%
23.53%

Color #C386C3 in popluar number systems.

HEXC386C3
Decimal195134195
Binary110000111000011011000011
Octal303206303

Shades and tints

Shades of #C386C3

#C386C3
(195,134,195)
#B27AB2
(178,122,178)
#A16EA1
(161,110,161)
#906290
(144,98,144)
#7F567F
(127,86,127)
#6E4A6E
(110,74,110)
#5D3E5D
(93,62,93)
#4C324C
(76,50,76)
#3B263B
(59,38,59)
#2A1A2A
(42,26,42)
#190E19
(25,14,25)
#000000
(0,0,0)

Tints of #C386C3

#C386C3
(195,134,195)
#C891C8
(200,145,200)
#CD9CCD
(205,156,205)
#D2A7D2
(210,167,210)
#D7B2D7
(215,178,215)
#DCBDDC
(220,189,220)
#E1C8E1
(225,200,225)
#E6D3E6
(230,211,230)
#EBDEEB
(235,222,235)
#F0E9F0
(240,233,240)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C386C3 color. Also use rgb(195,134,195) instead hex code.

Text Font Color

.myTextColor { color: #C386C3; }

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

This text font color is #C386C3.


Background Color

.myBgColor { background-color: #C386C3; }

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

This div background color is #C386C3.


Border color

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

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

This div border color is #C386C3.


Opacity

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

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

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

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

This text has shadow with #C386C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C386C3 on black background.


Color preview on white background

This text has color #C386C3 on white background.



Black color preview on #C386C3 background

This text has black color on #C386C3 background.


White color preview on #C386C3 background

This text has white color on #C386C3 background.