COLOR #C682C3

HEX: #C682C3
RGB: (198,130,195)

Color info

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

RGB color model

#C682C3 color RGB value is (198,130,195).

  • red value is 198;
  • green value is 130;
  • blue value is 195.
RGB:
(198,130,195)
(78%,51%,76%)

RGB channels and saturation

R 198 of 255 = 78%
G 130 of 255 = 51%
B 195 of 255 = 76%

198
130
195

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

Portions of RGB colors in percentages

R + G + B =
198 + 130 + 195 = 523 (100%)
R 198 of 523 ~ 37.86%
G 130 of 523 ~ 24.86%
B 195 of 523 ~ 37.28%

%37.86
%24.86
%37.28

CMYK color model

#C682C3 color CMYK value is (0,34,2,22).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 1.52%
  • key color value is 22.35%
CMYK:
(0,34,2,22)
C0M34Y2K22 
(0%,34%,2%,22%)
(0.00/0.34/0.02/0.22)	

CMYK percentages

%0
%34.34
%1.52
%22.35

Codes

Color #C682C3 in popluar color models

C682C3
RGB198130195
HSL303°37.36%64.31%
HSB/HSV303°34.34%77.65%
CMYK0.00%34.34%1.52%
22.35%

Color #C682C3 in popluar number systems.

HEXC682C3
Decimal198130195
Binary110001101000001011000011
Octal306202303

Shades and tints

Shades of #C682C3

#C682C3
(198,130,195)
#B477B2
(180,119,178)
#A26CA1
(162,108,161)
#906190
(144,97,144)
#7E567F
(126,86,127)
#6C4B6E
(108,75,110)
#5A405D
(90,64,93)
#48354C
(72,53,76)
#362A3B
(54,42,59)
#241F2A
(36,31,42)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C682C3

#C682C3
(198,130,195)
#CB8DC8
(203,141,200)
#D098CD
(208,152,205)
#D5A3D2
(213,163,210)
#DAAED7
(218,174,215)
#DFB9DC
(223,185,220)
#E4C4E1
(228,196,225)
#E9CFE6
(233,207,230)
#EEDAEB
(238,218,235)
#F3E5F0
(243,229,240)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C682C3; }

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

This text font color is #C682C3.


Background Color

.myBgColor { background-color: #C682C3; }

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

This div background color is #C682C3.


Border color

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

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

This div border color is #C682C3.


Opacity

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

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

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

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

This text has shadow with #C682C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C682C3 on black background.


Color preview on white background

This text has color #C682C3 on white background.



Black color preview on #C682C3 background

This text has black color on #C682C3 background.


White color preview on #C682C3 background

This text has white color on #C682C3 background.