COLOR #C687B6

HEX: #C687B6 RGB: (198,135,182)

Color info

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

RGB color model

#C687B6 color RGB value is (198,135,182).

RGB: (198,135,182) (78%, 53%, 71%)

RGB channels and saturation

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

198
135
182

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

Portions of RGB colors in percentages

R + G + B = 198 + 135 + 182 = 515 (100%)
R 198 of 515 ~ 38.45%
G 135 of 515 ~ 26.21%
B 182 of 515 ~ 35.34'%

%38.45
%26.21
%35.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 8.08%
  • 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
%8.08
%22.35

Codes

Color #C687B6 in popluar color models

C6 87 B6
RGB 198 135 182
HSL 315° 35.59% 65.29%
HSB/HSV 315° 31.82% 77.65%
CMYK 0.00% 31.82% 8.08%
22.35%

Color #C687B6 in popluar number systems.

HEX C6 87 B6
Decimal 198 135 182
Binary 11000110 10000111 10110110
Octal 306 207 266

Shades and tints

Shades of #C687B6

#C687B6
(198,135,182)
#B47BA6
(180,123,166)
#A26F96
(162,111,150)
#906386
(144,99,134)
#7E5776
(126,87,118)
#6C4B66
(108,75,102)
#5A3F56
(90,63,86)
#483346
(72,51,70)
#362736
(54,39,54)
#241B26
(36,27,38)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #C687B6

#C687B6
(198,135,182)
#CB91BC
(203,145,188)
#D09BC2
(208,155,194)
#D5A5C8
(213,165,200)
#DAAFCE
(218,175,206)
#DFB9D4
(223,185,212)
#E4C3DA
(228,195,218)
#E9CDE0
(233,205,224)
#EED7E6
(238,215,230)
#F3E1EC
(243,225,236)
#F8EBF2
(248,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C687B6; }

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

This text font color is #C687B6.

Background Color

.myBgColor { background-color: #C687B6; }

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

This div background color is #C687B6.

Border color

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

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

This div border color is #C687B6.

Opacity

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

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

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

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

This text has shadow with #C687B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C687B6.

Preview

Color preview on black background

This text has color #C687B6 on black background.


Color preview on white background

This text has color #C687B6 on white background.


Black color preview on #C687B6 background

This text has black color on #C687B6 background.


White color preview on #C687B6 background

This text has white color on #C687B6 background.


Related colors

Complementary color

Complementary color for #hex is #397849.


I love getcolorcode.com

Triadic colors

1 #B6C687 and #87B6C6 with #C687B6 are triadic colors.

2 #B687C6 and #87C6B6 with #C687B6 are triadic colors.