COLOR #C686AC

HEX: #C686AC
RGB: (198,134,172)

Color info

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

RGB color model

#C686AC color RGB value is (198,134,172).

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

RGB channels and saturation

R 198 of 255 = 78%
G 134 of 255 = 53%
B 172 of 255 = 67%

198
134
172

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

Portions of RGB colors in percentages

R + G + B =
198 + 134 + 172 = 504 (100%)
R 198 of 504 ~ 39.29%
G 134 of 504 ~ 26.59%
B 172 of 504 ~ 34.13%

%39.29
%26.59
%34.13

CMYK color model

#C686AC color CMYK value is (0,32,13,22).

  • cyan value is 0.00%
  • magenta value is 32.32%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK:
(0,32,13,22)
C0M32Y13K22 
(0%,32%,13%,22%)
(0.00/0.32/0.13/0.22)	

CMYK percentages

%0
%32.32
%13.13
%22.35

Codes

Color #C686AC in popluar color models

C686AC
RGB198134172
HSL324°35.96%65.10%
HSB/HSV324°32.32%77.65%
CMYK0.00%32.32%13.13%
22.35%

Color #C686AC in popluar number systems.

HEXC686AC
Decimal198134172
Binary110001101000011010101100
Octal306206254

Shades and tints

Shades of #C686AC

#C686AC
(198,134,172)
#B47A9D
(180,122,157)
#A26E8E
(162,110,142)
#90627F
(144,98,127)
#7E5670
(126,86,112)
#6C4A61
(108,74,97)
#5A3E52
(90,62,82)
#483243
(72,50,67)
#362634
(54,38,52)
#241A25
(36,26,37)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #C686AC

#C686AC
(198,134,172)
#CB91B3
(203,145,179)
#D09CBA
(208,156,186)
#D5A7C1
(213,167,193)
#DAB2C8
(218,178,200)
#DFBDCF
(223,189,207)
#E4C8D6
(228,200,214)
#E9D3DD
(233,211,221)
#EEDEE4
(238,222,228)
#F3E9EB
(243,233,235)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C686AC; }

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

This text font color is #C686AC.


Background Color

.myBgColor { background-color: #C686AC; }

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

This div background color is #C686AC.


Border color

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

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

This div border color is #C686AC.


Opacity

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

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

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

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

This text has shadow with #C686AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C686AC on black background.


Color preview on white background

This text has color #C686AC on white background.



Black color preview on #C686AC background

This text has black color on #C686AC background.


White color preview on #C686AC background

This text has white color on #C686AC background.