COLOR #C889BB

HEX: #C889BB
RGB: (200,137,187)

Color info

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

RGB color model

#C889BB color RGB value is (200,137,187).

  • red value is 200;
  • green value is 137;
  • blue value is 187.
RGB:
(200,137,187)
(78%,54%,73%)

RGB channels and saturation

R 200 of 255 = 78%
G 137 of 255 = 54%
B 187 of 255 = 73%

200
137
187

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

Portions of RGB colors in percentages

R + G + B =
200 + 137 + 187 = 524 (100%)
R 200 of 524 ~ 38.17%
G 137 of 524 ~ 26.15%
B 187 of 524 ~ 35.69%

%38.17
%26.15
%35.69

CMYK color model

#C889BB color CMYK value is (0,32,7,22).

  • cyan value is 0.00%
  • magenta value is 31.50%
  • yellow value is 6.50%
  • key color value is 21.57%
CMYK:
(0,32,7,22)
C0M32Y7K22 
(0%,32%,7%,22%)
(0.00/0.32/0.07/0.22)	

CMYK percentages

%0
%31.5
%6.5
%21.57

Codes

Color #C889BB in popluar color models

C889BB
RGB200137187
HSL312°36.42%66.08%
HSB/HSV312°31.50%78.43%
CMYK0.00%31.50%6.50%
21.57%

Color #C889BB in popluar number systems.

HEXC889BB
Decimal200137187
Binary110010001000100110111011
Octal310211273

Shades and tints

Shades of #C889BB

#C889BB
(200,137,187)
#B67DAA
(182,125,170)
#A47199
(164,113,153)
#926588
(146,101,136)
#805977
(128,89,119)
#6E4D66
(110,77,102)
#5C4155
(92,65,85)
#4A3544
(74,53,68)
#382933
(56,41,51)
#261D22
(38,29,34)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C889BB

#C889BB
(200,137,187)
#CD93C1
(205,147,193)
#D29DC7
(210,157,199)
#D7A7CD
(215,167,205)
#DCB1D3
(220,177,211)
#E1BBD9
(225,187,217)
#E6C5DF
(230,197,223)
#EBCFE5
(235,207,229)
#F0D9EB
(240,217,235)
#F5E3F1
(245,227,241)
#FAEDF7
(250,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C889BB color. Also use rgb(200,137,187) instead hex code.

Text Font Color

.myTextColor { color: #C889BB; }

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

This text font color is #C889BB.


Background Color

.myBgColor { background-color: #C889BB; }

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

This div background color is #C889BB.


Border color

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

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

This div border color is #C889BB.


Opacity

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

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

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

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

This text has shadow with #C889BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C889BB on black background.


Color preview on white background

This text has color #C889BB on white background.



Black color preview on #C889BB background

This text has black color on #C889BB background.


White color preview on #C889BB background

This text has white color on #C889BB background.