COLOR #C89CB5

HEX: #C89CB5
RGB: (200,156,181)

Color info

#C89CB5 contains red, green and blue colors in about the same proportion. Web safe color of #C89CB5 is #CC99CC (or #C9C).

RGB color model

#C89CB5 color RGB value is (200,156,181).

  • red value is 200;
  • green value is 156;
  • blue value is 181.
RGB:
(200,156,181)
(78%,61%,71%)

RGB channels and saturation

R 200 of 255 = 78%
G 156 of 255 = 61%
B 181 of 255 = 71%

200
156
181

R + G + B ~ 70%. #C89CB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 156 + 181 = 537 (100%)
R 200 of 537 ~ 37.24%
G 156 of 537 ~ 29.05%
B 181 of 537 ~ 33.71%

%37.24
%29.05
%33.71

CMYK color model

#C89CB5 color CMYK value is (0,22,10,22).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 9.50%
  • key color value is 21.57%
CMYK:
(0,22,10,22)
C0M22Y10K22 
(0%,22%,10%,22%)
(0.00/0.22/0.10/0.22)	

CMYK percentages

%0
%22
%9.5
%21.57

Codes

Color #C89CB5 in popluar color models

C89CB5
RGB200156181
HSL326°28.57%69.80%
HSB/HSV326°22.00%78.43%
CMYK0.00%22.00%9.50%
21.57%

Color #C89CB5 in popluar number systems.

HEXC89CB5
Decimal200156181
Binary110010001001110010110101
Octal310234265

Shades and tints

Shades of #C89CB5

#C89CB5
(200,156,181)
#B68EA5
(182,142,165)
#A48095
(164,128,149)
#927285
(146,114,133)
#806475
(128,100,117)
#6E5665
(110,86,101)
#5C4855
(92,72,85)
#4A3A45
(74,58,69)
#382C35
(56,44,53)
#261E25
(38,30,37)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #C89CB5

#C89CB5
(200,156,181)
#CDA5BB
(205,165,187)
#D2AEC1
(210,174,193)
#D7B7C7
(215,183,199)
#DCC0CD
(220,192,205)
#E1C9D3
(225,201,211)
#E6D2D9
(230,210,217)
#EBDBDF
(235,219,223)
#F0E4E5
(240,228,229)
#F5EDEB
(245,237,235)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89CB5 color. Also use rgb(200,156,181) instead hex code.

Text Font Color

.myTextColor { color: #C89CB5; }

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

This text font color is #C89CB5.


Background Color

.myBgColor { background-color: #C89CB5; }

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

This div background color is #C89CB5.


Border color

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

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

This div border color is #C89CB5.


Opacity

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

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

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

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

This text has shadow with #C89CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89CB5 on black background.


Color preview on white background

This text has color #C89CB5 on white background.



Black color preview on #C89CB5 background

This text has black color on #C89CB5 background.


White color preview on #C89CB5 background

This text has white color on #C89CB5 background.