COLOR #C682AC

HEX: #C682AC RGB: (198,130,172)

Color info

#C682AC contains mainly red and blue colors. Web safe color of #C682AC is #CC9999 (or #C99).

RGB color model

#C682AC color RGB value is (198,130,172).

RGB: (198,130,172) (78%, 51%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 130 of 255 = 51%
B 172 of 255 = 67%

198
130
172

R + G + B ~ 65%. #C682AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 130 + 172 = 500 (100%)
R 198 of 500 ~ 39.6%
G 130 of 500 ~ 26%
B 172 of 500 ~ 34.4'%

%39.6
%26
%34.4

CMYK color model

#C682AC color CMYK value is (0,34,13,22).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK: (0,34,13,22) C0M34Y13K22 (0%,34%,13%,22%) (0.00/0.34/0.13/0.22) 

CMYK percentages

%0
%34.34
%13.13
%22.35

Codes

Color #C682AC in popluar color models

C6 82 AC
RGB 198 130 172
HSL 323° 37.36% 64.31%
HSB/HSV 323° 34.34% 77.65%
CMYK 0.00% 34.34% 13.13%
22.35%

Color #C682AC in popluar number systems.

HEX C6 82 AC
Decimal 198 130 172
Binary 11000110 10000010 10101100
Octal 306 202 254

Shades and tints

Shades of #C682AC

#C682AC
(198,130,172)
#B4779D
(180,119,157)
#A26C8E
(162,108,142)
#90617F
(144,97,127)
#7E5670
(126,86,112)
#6C4B61
(108,75,97)
#5A4052
(90,64,82)
#483543
(72,53,67)
#362A34
(54,42,52)
#241F25
(36,31,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C682AC

#C682AC
(198,130,172)
#CB8DB3
(203,141,179)
#D098BA
(208,152,186)
#D5A3C1
(213,163,193)
#DAAEC8
(218,174,200)
#DFB9CF
(223,185,207)
#E4C4D6
(228,196,214)
#E9CFDD
(233,207,221)
#EEDAE4
(238,218,228)
#F3E5EB
(243,229,235)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C682AC; }

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

This text font color is #C682AC.

Background Color

.myBgColor { background-color: #C682AC; }

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

This div background color is #C682AC.

Border color

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

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

This div border color is #C682AC.

Opacity

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

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

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

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

This text has shadow with #C682AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C682AC.

Preview

Color preview on black background

This text has color #C682AC on black background.


Color preview on white background

This text has color #C682AC on white background.


Black color preview on #C682AC background

This text has black color on #C682AC background.


White color preview on #C682AC background

This text has white color on #C682AC background.


Related colors

Complementary color

Complementary color for #hex is #397D53.


I love getcolorcode.com

Triadic colors

1 #ACC682 and #82ACC6 with #C682AC are triadic colors.

2 #AC82C6 and #82C6AC with #C682AC are triadic colors.