COLOR #C986B4

HEX: #C986B4 RGB: (201,134,180)

Color info

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

RGB color model

#C986B4 color RGB value is (201,134,180).

RGB: (201,134,180) (79%, 53%, 71%)

RGB channels and saturation

R 201 of 255 = 79%
G 134 of 255 = 53%
B 180 of 255 = 71%

201
134
180

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

Portions of RGB colors in percentages

R + G + B = 201 + 134 + 180 = 515 (100%)
R 201 of 515 ~ 39.03%
G 134 of 515 ~ 26.02%
B 180 of 515 ~ 34.95'%

%39.03
%26.02
%34.95

CMYK color model

#C986B4 color CMYK value is (0,33,10,21).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 10.45%
  • key color value is 21.18%

CMYK: (0,33,10,21)
C0M33Y10K21 (0%, 33%, 10%, 21%)
(0.00 / 0.33 / 0.10 / 0.21)

CMYK percentages

%0
%33.33
%10.45
%21.18

Codes

Color #C986B4 in popluar color models

C9 86 B4
RGB 201 134 180
HSL 319° 38.29% 65.69%
HSB/HSV 319° 33.33% 78.82%
CMYK 0.00% 33.33% 10.45%
21.18%

Color #C986B4 in popluar number systems.

HEX C9 86 B4
Decimal 201 134 180
Binary 11001001 10000110 10110100
Octal 311 206 264

Shades and tints

Shades of #C986B4

#C986B4
(201,134,180)
#B77AA4
(183,122,164)
#A56E94
(165,110,148)
#936284
(147,98,132)
#815674
(129,86,116)
#6F4A64
(111,74,100)
#5D3E54
(93,62,84)
#4B3244
(75,50,68)
#392634
(57,38,52)
#271A24
(39,26,36)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #C986B4

#C986B4
(201,134,180)
#CD91BA
(205,145,186)
#D19CC0
(209,156,192)
#D5A7C6
(213,167,198)
#D9B2CC
(217,178,204)
#DDBDD2
(221,189,210)
#E1C8D8
(225,200,216)
#E5D3DE
(229,211,222)
#E9DEE4
(233,222,228)
#EDE9EA
(237,233,234)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C986B4 color. Also use rgb(201,134,180) instead hex code.

Text Font Color

.myTextColor { color: #C986B4; }

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

This text font color is #C986B4.

Background Color

.myBgColor { background-color: #C986B4; }

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

This div background color is #C986B4.

Border color

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

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

This div border color is #C986B4.

Opacity

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

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

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

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

This text has shadow with #C986B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C986B4.

Preview

Color preview on black background

This text has color #C986B4 on black background.


Color preview on white background

This text has color #C986B4 on white background.


Black color preview on #C986B4 background

This text has black color on #C986B4 background.


White color preview on #C986B4 background

This text has white color on #C986B4 background.


Related colors

Complementary color

Complementary color for #hex is #36794B.


I love getcolorcode.com

Triadic colors

1 #B4C986 and #86B4C9 with #C986B4 are triadic colors.

2 #B486C9 and #86C9B4 with #C986B4 are triadic colors.