COLOR #C687B5

HEX: #C687B5
RGB: (198,135,181)

Color info

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

RGB color model

#C687B5 color RGB value is (198,135,181).

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

RGB channels and saturation

R 198 of 255 = 78%
G 135 of 255 = 53%
B 181 of 255 = 71%

198
135
181

R + G + B ~ 67%. #C687B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 135 + 181 = 514 (100%)
R 198 of 514 ~ 38.52%
G 135 of 514 ~ 26.26%
B 181 of 514 ~ 35.21%

%38.52
%26.26
%35.21

CMYK color model

#C687B5 color CMYK value is (0,32,9,22).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(0,32,9,22)
C0M32Y9K22 
(0%,32%,9%,22%)
(0.00/0.32/0.09/0.22)	

CMYK percentages

%0
%31.82
%8.59
%22.35

Codes

Color #C687B5 in popluar color models

C687B5
RGB198135181
HSL316°35.59%65.29%
HSB/HSV316°31.82%77.65%
CMYK0.00%31.82%8.59%
22.35%

Color #C687B5 in popluar number systems.

HEXC687B5
Decimal198135181
Binary110001101000011110110101
Octal306207265

Shades and tints

Shades of #C687B5

#C687B5
(198,135,181)
#B47BA5
(180,123,165)
#A26F95
(162,111,149)
#906385
(144,99,133)
#7E5775
(126,87,117)
#6C4B65
(108,75,101)
#5A3F55
(90,63,85)
#483345
(72,51,69)
#362735
(54,39,53)
#241B25
(36,27,37)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #C687B5

#C687B5
(198,135,181)
#CB91BB
(203,145,187)
#D09BC1
(208,155,193)
#D5A5C7
(213,165,199)
#DAAFCD
(218,175,205)
#DFB9D3
(223,185,211)
#E4C3D9
(228,195,217)
#E9CDDF
(233,205,223)
#EED7E5
(238,215,229)
#F3E1EB
(243,225,235)
#F8EBF1
(248,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C687B5; }

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

This text font color is #C687B5.


Background Color

.myBgColor { background-color: #C687B5; }

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

This div background color is #C687B5.


Border color

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

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

This div border color is #C687B5.


Opacity

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

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

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

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

This text has shadow with #C687B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C687B5 on black background.


Color preview on white background

This text has color #C687B5 on white background.



Black color preview on #C687B5 background

This text has black color on #C687B5 background.


White color preview on #C687B5 background

This text has white color on #C687B5 background.