COLOR #C986ED

HEX: #C986ED RGB: (201,134,237)

Color info

#C986ED contains mainly red and blue colors. Web safe color of #C986ED is #CC99FF (or #C9F).

RGB color model

#C986ED color RGB value is (201,134,237).

RGB: (201,134,237) (79%, 53%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 134 of 255 = 53%
B 237 of 255 = 93%

201
134
237

R + G + B ~ 75%. #C986ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 134 + 237 = 572 (100%)
R 201 of 572 ~ 35.14%
G 134 of 572 ~ 23.43%
B 237 of 572 ~ 41.43'%

%35.14
%23.43
%41.43

CMYK color model

#C986ED color CMYK value is (15,43,0,7).

  • cyan value is 15.19%
  • magenta value is 43.46%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (15,43,0,7)
C15M43Y0K7 (15%, 43%, 0%, 7%)
(0.15 / 0.43 / 0.00 / 0.07)

CMYK percentages

%15.19
%43.46
%0
%7.06

Codes

Color #C986ED in popluar color models

C9 86 ED
RGB 201 134 237
HSL 279° 74.10% 72.75%
HSB/HSV 279° 43.46% 92.94%
CMYK 15.19% 43.46% 0.00%
7.06%

Color #C986ED in popluar number systems.

HEX C9 86 ED
Decimal 201 134 237
Binary 11001001 10000110 11101101
Octal 311 206 355

Shades and tints

Shades of #C986ED

#C986ED
(201,134,237)
#B77AD8
(183,122,216)
#A56EC3
(165,110,195)
#9362AE
(147,98,174)
#815699
(129,86,153)
#6F4A84
(111,74,132)
#5D3E6F
(93,62,111)
#4B325A
(75,50,90)
#392645
(57,38,69)
#271A30
(39,26,48)
#150E1B
(21,14,27)
#000000
(0,0,0)

Tints of #C986ED

#C986ED
(201,134,237)
#CD91EE
(205,145,238)
#D19CEF
(209,156,239)
#D5A7F0
(213,167,240)
#D9B2F1
(217,178,241)
#DDBDF2
(221,189,242)
#E1C8F3
(225,200,243)
#E5D3F4
(229,211,244)
#E9DEF5
(233,222,245)
#EDE9F6
(237,233,246)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C986ED; }

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

This text font color is #C986ED.

Background Color

.myBgColor { background-color: #C986ED; }

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

This div background color is #C986ED.

Border color

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

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

This div border color is #C986ED.

Opacity

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

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

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

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

This text has shadow with #C986ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C986ED.

Preview

Color preview on black background

This text has color #C986ED on black background.


Color preview on white background

This text has color #C986ED on white background.


Black color preview on #C986ED background

This text has black color on #C986ED background.


White color preview on #C986ED background

This text has white color on #C986ED background.


Related colors

Complementary color

Complementary color for #hex is #367912.


I love getcolorcode.com

Triadic colors

1 #EDC986 and #86EDC9 with #C986ED are triadic colors.

2 #ED86C9 and #86C9ED with #C986ED are triadic colors.