COLOR #C986C4

HEX: #C986C4 RGB: (201,134,196)

Color info

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

RGB color model

#C986C4 color RGB value is (201,134,196).

RGB: (201,134,196) (79%, 53%, 77%)

RGB channels and saturation

R 201 of 255 = 79%
G 134 of 255 = 53%
B 196 of 255 = 77%

201
134
196

R + G + B ~ 70%. #C986C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 134 + 196 = 531 (100%)
R 201 of 531 ~ 37.85%
G 134 of 531 ~ 25.24%
B 196 of 531 ~ 36.91'%

%37.85
%25.24
%36.91

CMYK color model

#C986C4 color CMYK value is (0,33,2,21).

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

CMYK: (0,33,2,21)
C0M33Y2K21 (0%, 33%, 2%, 21%)
(0.00 / 0.33 / 0.02 / 0.21)

CMYK percentages

%0
%33.33
%2.49
%21.18

Codes

Color #C986C4 in popluar color models

C9 86 C4
RGB 201 134 196
HSL 304° 38.29% 65.69%
HSB/HSV 304° 33.33% 78.82%
CMYK 0.00% 33.33% 2.49%
21.18%

Color #C986C4 in popluar number systems.

HEX C9 86 C4
Decimal 201 134 196
Binary 11001001 10000110 11000100
Octal 311 206 304

Shades and tints

Shades of #C986C4

#C986C4
(201,134,196)
#B77AB3
(183,122,179)
#A56EA2
(165,110,162)
#936291
(147,98,145)
#815680
(129,86,128)
#6F4A6F
(111,74,111)
#5D3E5E
(93,62,94)
#4B324D
(75,50,77)
#39263C
(57,38,60)
#271A2B
(39,26,43)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #C986C4

#C986C4
(201,134,196)
#CD91C9
(205,145,201)
#D19CCE
(209,156,206)
#D5A7D3
(213,167,211)
#D9B2D8
(217,178,216)
#DDBDDD
(221,189,221)
#E1C8E2
(225,200,226)
#E5D3E7
(229,211,231)
#E9DEEC
(233,222,236)
#EDE9F1
(237,233,241)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C986C4; }

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

This text font color is #C986C4.

Background Color

.myBgColor { background-color: #C986C4; }

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

This div background color is #C986C4.

Border color

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

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

This div border color is #C986C4.

Opacity

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

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

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

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

This text has shadow with #C986C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C986C4.

Preview

Color preview on black background

This text has color #C986C4 on black background.


Color preview on white background

This text has color #C986C4 on white background.


Black color preview on #C986C4 background

This text has black color on #C986C4 background.


White color preview on #C986C4 background

This text has white color on #C986C4 background.


Related colors

Complementary color

Complementary color for #hex is #36793B.


I love getcolorcode.com

Triadic colors

1 #C4C986 and #86C4C9 with #C986C4 are triadic colors.

2 #C486C9 and #86C9C4 with #C986C4 are triadic colors.