COLOR #C986DD

HEX: #C986DD
RGB: (201,134,221)

Color info

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

RGB color model

#C986DD color RGB value is (201,134,221).

  • red value is 201;
  • green value is 134;
  • blue value is 221.
RGB:
(201,134,221)
(79%,53%,87%)

RGB channels and saturation

R 201 of 255 = 79%
G 134 of 255 = 53%
B 221 of 255 = 87%

201
134
221

R + G + B ~ 73%. #C986DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 134 + 221 = 556 (100%)
R 201 of 556 ~ 36.15%
G 134 of 556 ~ 24.1%
B 221 of 556 ~ 39.75%

%36.15
%24.1
%39.75

CMYK color model

#C986DD color CMYK value is (9,39,0,13).

  • cyan value is 9.05%
  • magenta value is 39.37%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(9,39,0,13)
C9M39Y0K13 
(9%,39%,0%,13%)
(0.09/0.39/0.00/0.13)	

CMYK percentages

%9.05
%39.37
%0
%13.33

Codes

Color #C986DD in popluar color models

C986DD
RGB201134221
HSL286°56.13%69.61%
HSB/HSV286°39.37%86.67%
CMYK9.05%39.37%0.00%
13.33%

Color #C986DD in popluar number systems.

HEXC986DD
Decimal201134221
Binary110010011000011011011101
Octal311206335

Shades and tints

Shades of #C986DD

#C986DD
(201,134,221)
#B77AC9
(183,122,201)
#A56EB5
(165,110,181)
#9362A1
(147,98,161)
#81568D
(129,86,141)
#6F4A79
(111,74,121)
#5D3E65
(93,62,101)
#4B3251
(75,50,81)
#39263D
(57,38,61)
#271A29
(39,26,41)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #C986DD

#C986DD
(201,134,221)
#CD91E0
(205,145,224)
#D19CE3
(209,156,227)
#D5A7E6
(213,167,230)
#D9B2E9
(217,178,233)
#DDBDEC
(221,189,236)
#E1C8EF
(225,200,239)
#E5D3F2
(229,211,242)
#E9DEF5
(233,222,245)
#EDE9F8
(237,233,248)
#F1F4FB
(241,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C986DD; }

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

This text font color is #C986DD.


Background Color

.myBgColor { background-color: #C986DD; }

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

This div background color is #C986DD.


Border color

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

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

This div border color is #C986DD.


Opacity

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

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

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

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

This text has shadow with #C986DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C986DD on black background.


Color preview on white background

This text has color #C986DD on white background.



Black color preview on #C986DD background

This text has black color on #C986DD background.


White color preview on #C986DD background

This text has white color on #C986DD background.