COLOR #C186D7

HEX: #C186D7
RGB: (193,134,215)

Color info

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

RGB color model

#C186D7 color RGB value is (193,134,215).

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

RGB channels and saturation

R 193 of 255 = 76%
G 134 of 255 = 53%
B 215 of 255 = 84%

193
134
215

R + G + B ~ 71%. #C186D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 134 + 215 = 542 (100%)
R 193 of 542 ~ 35.61%
G 134 of 542 ~ 24.72%
B 215 of 542 ~ 39.67%

%35.61
%24.72
%39.67

CMYK color model

#C186D7 color CMYK value is (10,38,0,16).

  • cyan value is 10.23%
  • magenta value is 37.67%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(10,38,0,16)
C10M38Y0K16 
(10%,38%,0%,16%)
(0.10/0.38/0.00/0.16)	

CMYK percentages

%10.23
%37.67
%0
%15.69

Codes

Color #C186D7 in popluar color models

C186D7
RGB193134215
HSL284°50.31%68.43%
HSB/HSV284°37.67%84.31%
CMYK10.23%37.67%0.00%
15.69%

Color #C186D7 in popluar number systems.

HEXC186D7
Decimal193134215
Binary110000011000011011010111
Octal301206327

Shades and tints

Shades of #C186D7

#C186D7
(193,134,215)
#B07AC4
(176,122,196)
#9F6EB1
(159,110,177)
#8E629E
(142,98,158)
#7D568B
(125,86,139)
#6C4A78
(108,74,120)
#5B3E65
(91,62,101)
#4A3252
(74,50,82)
#39263F
(57,38,63)
#281A2C
(40,26,44)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #C186D7

#C186D7
(193,134,215)
#C691DA
(198,145,218)
#CB9CDD
(203,156,221)
#D0A7E0
(208,167,224)
#D5B2E3
(213,178,227)
#DABDE6
(218,189,230)
#DFC8E9
(223,200,233)
#E4D3EC
(228,211,236)
#E9DEEF
(233,222,239)
#EEE9F2
(238,233,242)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C186D7; }

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

This text font color is #C186D7.


Background Color

.myBgColor { background-color: #C186D7; }

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

This div background color is #C186D7.


Border color

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

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

This div border color is #C186D7.


Opacity

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

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

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

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

This text has shadow with #C186D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C186D7 on black background.


Color preview on white background

This text has color #C186D7 on white background.



Black color preview on #C186D7 background

This text has black color on #C186D7 background.


White color preview on #C186D7 background

This text has white color on #C186D7 background.