COLOR #C886B6

HEX: #C886B6 RGB: (200,134,182)

Color info

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

RGB color model

#C886B6 color RGB value is (200,134,182).

RGB: (200,134,182) (78%, 53%, 71%)

RGB channels and saturation

R 200 of 255 = 78%
G 134 of 255 = 53%
B 182 of 255 = 71%

200
134
182

R + G + B ~ 67%. #C886B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 134 + 182 = 516 (100%)
R 200 of 516 ~ 38.76%
G 134 of 516 ~ 25.97%
B 182 of 516 ~ 35.27'%

%38.76
%25.97
%35.27

CMYK color model

#C886B6 color CMYK value is (0,33,9,22).

  • cyan value is 0.00%
  • magenta value is 33.00%
  • yellow value is 9.00%
  • key color value is 21.57%

CMYK: (0,33,9,22)
C0M33Y9K22 (0%, 33%, 9%, 22%)
(0.00 / 0.33 / 0.09 / 0.22)

CMYK percentages

%0
%33
%9
%21.57

Codes

Color #C886B6 in popluar color models

C8 86 B6
RGB 200 134 182
HSL 316° 37.50% 65.49%
HSB/HSV 316° 33.00% 78.43%
CMYK 0.00% 33.00% 9.00%
21.57%

Color #C886B6 in popluar number systems.

HEX C8 86 B6
Decimal 200 134 182
Binary 11001000 10000110 10110110
Octal 310 206 266

Shades and tints

Shades of #C886B6

#C886B6
(200,134,182)
#B67AA6
(182,122,166)
#A46E96
(164,110,150)
#926286
(146,98,134)
#805676
(128,86,118)
#6E4A66
(110,74,102)
#5C3E56
(92,62,86)
#4A3246
(74,50,70)
#382636
(56,38,54)
#261A26
(38,26,38)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #C886B6

#C886B6
(200,134,182)
#CD91BC
(205,145,188)
#D29CC2
(210,156,194)
#D7A7C8
(215,167,200)
#DCB2CE
(220,178,206)
#E1BDD4
(225,189,212)
#E6C8DA
(230,200,218)
#EBD3E0
(235,211,224)
#F0DEE6
(240,222,230)
#F5E9EC
(245,233,236)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C886B6 color. Also use rgb(200,134,182) instead hex code.

Text Font Color

.myTextColor { color: #C886B6; }

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

This text font color is #C886B6.

Background Color

.myBgColor { background-color: #C886B6; }

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

This div background color is #C886B6.

Border color

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

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

This div border color is #C886B6.

Opacity

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

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

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

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

This text has shadow with #C886B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C886B6.

Preview

Color preview on black background

This text has color #C886B6 on black background.


Color preview on white background

This text has color #C886B6 on white background.


Black color preview on #C886B6 background

This text has black color on #C886B6 background.


White color preview on #C886B6 background

This text has white color on #C886B6 background.


Related colors

Complementary color

Complementary color for #hex is #377949.


I love getcolorcode.com

Triadic colors

1 #B6C886 and #86B6C8 with #C886B6 are triadic colors.

2 #B686C8 and #86C8B6 with #C886B6 are triadic colors.