COLOR #C682B6

HEX: #C682B6
RGB: (198,130,182)

Color info

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

RGB color model

#C682B6 color RGB value is (198,130,182).

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

RGB channels and saturation

R 198 of 255 = 78%
G 130 of 255 = 51%
B 182 of 255 = 71%

198
130
182

R + G + B ~ 67%. #C682B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 130 + 182 = 510 (100%)
R 198 of 510 ~ 38.82%
G 130 of 510 ~ 25.49%
B 182 of 510 ~ 35.69%

%38.82
%25.49
%35.69

CMYK color model

#C682B6 color CMYK value is (0,34,8,22).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 8.08%
  • key color value is 22.35%
CMYK:
(0,34,8,22)
C0M34Y8K22 
(0%,34%,8%,22%)
(0.00/0.34/0.08/0.22)	

CMYK percentages

%0
%34.34
%8.08
%22.35

Codes

Color #C682B6 in popluar color models

C682B6
RGB198130182
HSL314°37.36%64.31%
HSB/HSV314°34.34%77.65%
CMYK0.00%34.34%8.08%
22.35%

Color #C682B6 in popluar number systems.

HEXC682B6
Decimal198130182
Binary110001101000001010110110
Octal306202266

Shades and tints

Shades of #C682B6

#C682B6
(198,130,182)
#B477A6
(180,119,166)
#A26C96
(162,108,150)
#906186
(144,97,134)
#7E5676
(126,86,118)
#6C4B66
(108,75,102)
#5A4056
(90,64,86)
#483546
(72,53,70)
#362A36
(54,42,54)
#241F26
(36,31,38)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C682B6

#C682B6
(198,130,182)
#CB8DBC
(203,141,188)
#D098C2
(208,152,194)
#D5A3C8
(213,163,200)
#DAAECE
(218,174,206)
#DFB9D4
(223,185,212)
#E4C4DA
(228,196,218)
#E9CFE0
(233,207,224)
#EEDAE6
(238,218,230)
#F3E5EC
(243,229,236)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C682B6; }

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

This text font color is #C682B6.


Background Color

.myBgColor { background-color: #C682B6; }

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

This div background color is #C682B6.


Border color

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

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

This div border color is #C682B6.


Opacity

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

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

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

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

This text has shadow with #C682B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C682B6 on black background.


Color preview on white background

This text has color #C682B6 on white background.



Black color preview on #C682B6 background

This text has black color on #C682B6 background.


White color preview on #C682B6 background

This text has white color on #C682B6 background.