COLOR #C684AC

HEX: #C684AC
RGB: (198,132,172)

Color info

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

RGB color model

#C684AC color RGB value is (198,132,172).

  • red value is 198;
  • green value is 132;
  • blue value is 172.
RGB:
(198,132,172)
(78%,52%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 132 of 255 = 52%
B 172 of 255 = 67%

198
132
172

R + G + B ~ 66%. #C684AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 132 + 172 = 502 (100%)
R 198 of 502 ~ 39.44%
G 132 of 502 ~ 26.29%
B 172 of 502 ~ 34.26%

%39.44
%26.29
%34.26

CMYK color model

#C684AC color CMYK value is (0,33,13,22).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK:
(0,33,13,22)
C0M33Y13K22 
(0%,33%,13%,22%)
(0.00/0.33/0.13/0.22)	

CMYK percentages

%0
%33.33
%13.13
%22.35

Codes

Color #C684AC in popluar color models

C684AC
RGB198132172
HSL324°36.67%64.71%
HSB/HSV324°33.33%77.65%
CMYK0.00%33.33%13.13%
22.35%

Color #C684AC in popluar number systems.

HEXC684AC
Decimal198132172
Binary110001101000010010101100
Octal306204254

Shades and tints

Shades of #C684AC

#C684AC
(198,132,172)
#B4789D
(180,120,157)
#A26C8E
(162,108,142)
#90607F
(144,96,127)
#7E5470
(126,84,112)
#6C4861
(108,72,97)
#5A3C52
(90,60,82)
#483043
(72,48,67)
#362434
(54,36,52)
#241825
(36,24,37)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #C684AC

#C684AC
(198,132,172)
#CB8FB3
(203,143,179)
#D09ABA
(208,154,186)
#D5A5C1
(213,165,193)
#DAB0C8
(218,176,200)
#DFBBCF
(223,187,207)
#E4C6D6
(228,198,214)
#E9D1DD
(233,209,221)
#EEDCE4
(238,220,228)
#F3E7EB
(243,231,235)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C684AC; }

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

This text font color is #C684AC.


Background Color

.myBgColor { background-color: #C684AC; }

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

This div background color is #C684AC.


Border color

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

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

This div border color is #C684AC.


Opacity

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

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

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

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

This text has shadow with #C684AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C684AC on black background.


Color preview on white background

This text has color #C684AC on white background.



Black color preview on #C684AC background

This text has black color on #C684AC background.


White color preview on #C684AC background

This text has white color on #C684AC background.