COLOR #C682B9

HEX: #C682B9
RGB: (198,130,185)

Color info

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

RGB color model

#C682B9 color RGB value is (198,130,185).

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

RGB channels and saturation

R 198 of 255 = 78%
G 130 of 255 = 51%
B 185 of 255 = 73%

198
130
185

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

Portions of RGB colors in percentages

R + G + B =
198 + 130 + 185 = 513 (100%)
R 198 of 513 ~ 38.6%
G 130 of 513 ~ 25.34%
B 185 of 513 ~ 36.06%

%38.6
%25.34
%36.06

CMYK color model

#C682B9 color CMYK value is (0,34,7,22).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 6.57%
  • key color value is 22.35%
CMYK:
(0,34,7,22)
C0M34Y7K22 
(0%,34%,7%,22%)
(0.00/0.34/0.07/0.22)	

CMYK percentages

%0
%34.34
%6.57
%22.35

Codes

Color #C682B9 in popluar color models

C682B9
RGB198130185
HSL311°37.36%64.31%
HSB/HSV311°34.34%77.65%
CMYK0.00%34.34%6.57%
22.35%

Color #C682B9 in popluar number systems.

HEXC682B9
Decimal198130185
Binary110001101000001010111001
Octal306202271

Shades and tints

Shades of #C682B9

#C682B9
(198,130,185)
#B477A9
(180,119,169)
#A26C99
(162,108,153)
#906189
(144,97,137)
#7E5679
(126,86,121)
#6C4B69
(108,75,105)
#5A4059
(90,64,89)
#483549
(72,53,73)
#362A39
(54,42,57)
#241F29
(36,31,41)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C682B9

#C682B9
(198,130,185)
#CB8DBF
(203,141,191)
#D098C5
(208,152,197)
#D5A3CB
(213,163,203)
#DAAED1
(218,174,209)
#DFB9D7
(223,185,215)
#E4C4DD
(228,196,221)
#E9CFE3
(233,207,227)
#EEDAE9
(238,218,233)
#F3E5EF
(243,229,239)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C682B9; }

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

This text font color is #C682B9.


Background Color

.myBgColor { background-color: #C682B9; }

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

This div background color is #C682B9.


Border color

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

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

This div border color is #C682B9.


Opacity

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

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

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

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

This text has shadow with #C682B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C682B9 on black background.


Color preview on white background

This text has color #C682B9 on white background.



Black color preview on #C682B9 background

This text has black color on #C682B9 background.


White color preview on #C682B9 background

This text has white color on #C682B9 background.