COLOR #C887BD

HEX: #C887BD RGB: (200,135,189)

Color info

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

RGB color model

#C887BD color RGB value is (200,135,189).

RGB: (200,135,189) (78%, 53%, 74%)

RGB channels and saturation

R 200 of 255 = 78%
G 135 of 255 = 53%
B 189 of 255 = 74%

200
135
189

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

Portions of RGB colors in percentages

R + G + B = 200 + 135 + 189 = 524 (100%)
R 200 of 524 ~ 38.17%
G 135 of 524 ~ 25.76%
B 189 of 524 ~ 36.07'%

%38.17
%25.76
%36.07

CMYK color model

#C887BD color CMYK value is (0,33,5,22).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK: (0,33,5,22) C0M33Y5K22 (0%,33%,5%,22%) (0.00/0.33/0.05/0.22) 

CMYK percentages

%0
%32.5
%5.5
%21.57

Codes

Color #C887BD in popluar color models

C8 87 BD
RGB 200 135 189
HSL 310° 37.14% 65.69%
HSB/HSV 310° 32.50% 78.43%
CMYK 0.00% 32.50% 5.50%
21.57%

Color #C887BD in popluar number systems.

HEX C8 87 BD
Decimal 200 135 189
Binary 11001000 10000111 10111101
Octal 310 207 275

Shades and tints

Shades of #C887BD

#C887BD
(200,135,189)
#B67BAC
(182,123,172)
#A46F9B
(164,111,155)
#92638A
(146,99,138)
#805779
(128,87,121)
#6E4B68
(110,75,104)
#5C3F57
(92,63,87)
#4A3346
(74,51,70)
#382735
(56,39,53)
#261B24
(38,27,36)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #C887BD

#C887BD
(200,135,189)
#CD91C3
(205,145,195)
#D29BC9
(210,155,201)
#D7A5CF
(215,165,207)
#DCAFD5
(220,175,213)
#E1B9DB
(225,185,219)
#E6C3E1
(230,195,225)
#EBCDE7
(235,205,231)
#F0D7ED
(240,215,237)
#F5E1F3
(245,225,243)
#FAEBF9
(250,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C887BD color. Also use rgb(200,135,189) instead hex code.

Text Font Color

.myTextColor { color: #C887BD; }

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

This text font color is #C887BD.

Background Color

.myBgColor { background-color: #C887BD; }

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

This div background color is #C887BD.

Border color

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

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

This div border color is #C887BD.

Opacity

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

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

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

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

This text has shadow with #C887BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C887BD.

Preview

Color preview on black background

This text has color #C887BD on black background.


Color preview on white background

This text has color #C887BD on white background.


Black color preview on #C887BD background

This text has black color on #C887BD background.


White color preview on #C887BD background

This text has white color on #C887BD background.


Related colors

Complementary color

Complementary color for #hex is #377842.


I love getcolorcode.com

Triadic colors

1 #BDC887 and #87BDC8 with #C887BD are triadic colors.

2 #BD87C8 and #87C8BD with #C887BD are triadic colors.