COLOR #C687B7

HEX: #C687B7
RGB: (198,135,183)

Color info

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

RGB color model

#C687B7 color RGB value is (198,135,183).

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

RGB channels and saturation

R 198 of 255 = 78%
G 135 of 255 = 53%
B 183 of 255 = 72%

198
135
183

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

Portions of RGB colors in percentages

R + G + B =
198 + 135 + 183 = 516 (100%)
R 198 of 516 ~ 38.37%
G 135 of 516 ~ 26.16%
B 183 of 516 ~ 35.47%

%38.37
%26.16
%35.47

CMYK color model

#C687B7 color CMYK value is (0,32,8,22).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(0,32,8,22)
C0M32Y8K22 
(0%,32%,8%,22%)
(0.00/0.32/0.08/0.22)	

CMYK percentages

%0
%31.82
%7.58
%22.35

Codes

Color #C687B7 in popluar color models

C687B7
RGB198135183
HSL314°35.59%65.29%
HSB/HSV314°31.82%77.65%
CMYK0.00%31.82%7.58%
22.35%

Color #C687B7 in popluar number systems.

HEXC687B7
Decimal198135183
Binary110001101000011110110111
Octal306207267

Shades and tints

Shades of #C687B7

#C687B7
(198,135,183)
#B47BA7
(180,123,167)
#A26F97
(162,111,151)
#906387
(144,99,135)
#7E5777
(126,87,119)
#6C4B67
(108,75,103)
#5A3F57
(90,63,87)
#483347
(72,51,71)
#362737
(54,39,55)
#241B27
(36,27,39)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #C687B7

#C687B7
(198,135,183)
#CB91BD
(203,145,189)
#D09BC3
(208,155,195)
#D5A5C9
(213,165,201)
#DAAFCF
(218,175,207)
#DFB9D5
(223,185,213)
#E4C3DB
(228,195,219)
#E9CDE1
(233,205,225)
#EED7E7
(238,215,231)
#F3E1ED
(243,225,237)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C687B7 color. Also use rgb(198,135,183) instead hex code.

Text Font Color

.myTextColor { color: #C687B7; }

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

This text font color is #C687B7.


Background Color

.myBgColor { background-color: #C687B7; }

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

This div background color is #C687B7.


Border color

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

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

This div border color is #C687B7.


Opacity

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

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

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

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

This text has shadow with #C687B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C687B7 on black background.


Color preview on white background

This text has color #C687B7 on white background.



Black color preview on #C687B7 background

This text has black color on #C687B7 background.


White color preview on #C687B7 background

This text has white color on #C687B7 background.