COLOR #C686B8

HEX: #C686B8
RGB: (198,134,184)

Color info

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

RGB color model

#C686B8 color RGB value is (198,134,184).

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

RGB channels and saturation

R 198 of 255 = 78%
G 134 of 255 = 53%
B 184 of 255 = 72%

198
134
184

R + G + B ~ 68%. #C686B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 134 + 184 = 516 (100%)
R 198 of 516 ~ 38.37%
G 134 of 516 ~ 25.97%
B 184 of 516 ~ 35.66%

%38.37
%25.97
%35.66

CMYK color model

#C686B8 color CMYK value is (0,32,7,22).

  • cyan value is 0.00%
  • magenta value is 32.32%
  • yellow value is 7.07%
  • key color value is 22.35%
CMYK:
(0,32,7,22)
C0M32Y7K22 
(0%,32%,7%,22%)
(0.00/0.32/0.07/0.22)	

CMYK percentages

%0
%32.32
%7.07
%22.35

Codes

Color #C686B8 in popluar color models

C686B8
RGB198134184
HSL313°35.96%65.10%
HSB/HSV313°32.32%77.65%
CMYK0.00%32.32%7.07%
22.35%

Color #C686B8 in popluar number systems.

HEXC686B8
Decimal198134184
Binary110001101000011010111000
Octal306206270

Shades and tints

Shades of #C686B8

#C686B8
(198,134,184)
#B47AA8
(180,122,168)
#A26E98
(162,110,152)
#906288
(144,98,136)
#7E5678
(126,86,120)
#6C4A68
(108,74,104)
#5A3E58
(90,62,88)
#483248
(72,50,72)
#362638
(54,38,56)
#241A28
(36,26,40)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #C686B8

#C686B8
(198,134,184)
#CB91BE
(203,145,190)
#D09CC4
(208,156,196)
#D5A7CA
(213,167,202)
#DAB2D0
(218,178,208)
#DFBDD6
(223,189,214)
#E4C8DC
(228,200,220)
#E9D3E2
(233,211,226)
#EEDEE8
(238,222,232)
#F3E9EE
(243,233,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C686B8; }

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

This text font color is #C686B8.


Background Color

.myBgColor { background-color: #C686B8; }

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

This div background color is #C686B8.


Border color

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

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

This div border color is #C686B8.


Opacity

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

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

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

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

This text has shadow with #C686B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C686B8 on black background.


Color preview on white background

This text has color #C686B8 on white background.



Black color preview on #C686B8 background

This text has black color on #C686B8 background.


White color preview on #C686B8 background

This text has white color on #C686B8 background.