COLOR #C687A5

HEX: #C687A5 RGB: (198,135,165)

Color info

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

RGB color model

#C687A5 color RGB value is (198,135,165).

RGB: (198,135,165) (78%, 53%, 65%)

RGB channels and saturation

R 198 of 255 = 78%
G 135 of 255 = 53%
B 165 of 255 = 65%

198
135
165

R + G + B ~ 65%. #C687A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 135 + 165 = 498 (100%)
R 198 of 498 ~ 39.76%
G 135 of 498 ~ 27.11%
B 165 of 498 ~ 33.13'%

%39.76
%27.11
%33.13

CMYK color model

#C687A5 color CMYK value is (0,32,17,22).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK: (0,32,17,22) C0M32Y17K22 (0%,32%,17%,22%) (0.00/0.32/0.17/0.22) 

CMYK percentages

%0
%31.82
%16.67
%22.35

Codes

Color #C687A5 in popluar color models

C6 87 A5
RGB 198 135 165
HSL 331° 35.59% 65.29%
HSB/HSV 331° 31.82% 77.65%
CMYK 0.00% 31.82% 16.67%
22.35%

Color #C687A5 in popluar number systems.

HEX C6 87 A5
Decimal 198 135 165
Binary 11000110 10000111 10100101
Octal 306 207 245

Shades and tints

Shades of #C687A5

#C687A5
(198,135,165)
#B47B96
(180,123,150)
#A26F87
(162,111,135)
#906378
(144,99,120)
#7E5769
(126,87,105)
#6C4B5A
(108,75,90)
#5A3F4B
(90,63,75)
#48333C
(72,51,60)
#36272D
(54,39,45)
#241B1E
(36,27,30)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #C687A5

#C687A5
(198,135,165)
#CB91AD
(203,145,173)
#D09BB5
(208,155,181)
#D5A5BD
(213,165,189)
#DAAFC5
(218,175,197)
#DFB9CD
(223,185,205)
#E4C3D5
(228,195,213)
#E9CDDD
(233,205,221)
#EED7E5
(238,215,229)
#F3E1ED
(243,225,237)
#F8EBF5
(248,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C687A5; }

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

This text font color is #C687A5.

Background Color

.myBgColor { background-color: #C687A5; }

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

This div background color is #C687A5.

Border color

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

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

This div border color is #C687A5.

Opacity

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

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

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

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

This text has shadow with #C687A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C687A5.

Preview

Color preview on black background

This text has color #C687A5 on black background.


Color preview on white background

This text has color #C687A5 on white background.


Black color preview on #C687A5 background

This text has black color on #C687A5 background.


White color preview on #C687A5 background

This text has white color on #C687A5 background.


Related colors

Complementary color

Complementary color for #hex is #39785A.


I love getcolorcode.com

Triadic colors

1 #A5C687 and #87A5C6 with #C687A5 are triadic colors.

2 #A587C6 and #87C6A5 with #C687A5 are triadic colors.