COLOR #C682B8

HEX: #C682B8
RGB: (198,130,184)

Color info

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

RGB color model

#C682B8 color RGB value is (198,130,184).

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

RGB channels and saturation

R 198 of 255 = 78%
G 130 of 255 = 51%
B 184 of 255 = 72%

198
130
184

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

Portions of RGB colors in percentages

R + G + B =
198 + 130 + 184 = 512 (100%)
R 198 of 512 ~ 38.67%
G 130 of 512 ~ 25.39%
B 184 of 512 ~ 35.94%

%38.67
%25.39
%35.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 7.07%
  • 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
%7.07
%22.35

Codes

Color #C682B8 in popluar color models

C682B8
RGB198130184
HSL312°37.36%64.31%
HSB/HSV312°34.34%77.65%
CMYK0.00%34.34%7.07%
22.35%

Color #C682B8 in popluar number systems.

HEXC682B8
Decimal198130184
Binary110001101000001010111000
Octal306202270

Shades and tints

Shades of #C682B8

#C682B8
(198,130,184)
#B477A8
(180,119,168)
#A26C98
(162,108,152)
#906188
(144,97,136)
#7E5678
(126,86,120)
#6C4B68
(108,75,104)
#5A4058
(90,64,88)
#483548
(72,53,72)
#362A38
(54,42,56)
#241F28
(36,31,40)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C682B8

#C682B8
(198,130,184)
#CB8DBE
(203,141,190)
#D098C4
(208,152,196)
#D5A3CA
(213,163,202)
#DAAED0
(218,174,208)
#DFB9D6
(223,185,214)
#E4C4DC
(228,196,220)
#E9CFE2
(233,207,226)
#EEDAE8
(238,218,232)
#F3E5EE
(243,229,238)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C682B8; }

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

This text font color is #C682B8.


Background Color

.myBgColor { background-color: #C682B8; }

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

This div background color is #C682B8.


Border color

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

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

This div border color is #C682B8.


Opacity

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

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

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

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

This text has shadow with #C682B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C682B8 on black background.


Color preview on white background

This text has color #C682B8 on white background.



Black color preview on #C682B8 background

This text has black color on #C682B8 background.


White color preview on #C682B8 background

This text has white color on #C682B8 background.