COLOR #C89CB3

HEX: #C89CB3
RGB: (200,156,179)

Color info

#C89CB3 contains red, green and blue colors in about the same proportion. Web safe color of #C89CB3 is #CC9999 (or #C99).

RGB color model

#C89CB3 color RGB value is (200,156,179).

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

RGB channels and saturation

R 200 of 255 = 78%
G 156 of 255 = 61%
B 179 of 255 = 70%

200
156
179

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

Portions of RGB colors in percentages

R + G + B =
200 + 156 + 179 = 535 (100%)
R 200 of 535 ~ 37.38%
G 156 of 535 ~ 29.16%
B 179 of 535 ~ 33.46%

%37.38
%29.16
%33.46

CMYK color model

#C89CB3 color CMYK value is (0,22,11,22).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 10.50%
  • key color value is 21.57%
CMYK:
(0,22,11,22)
C0M22Y11K22 
(0%,22%,11%,22%)
(0.00/0.22/0.11/0.22)	

CMYK percentages

%0
%22
%10.5
%21.57

Codes

Color #C89CB3 in popluar color models

C89CB3
RGB200156179
HSL329°28.57%69.80%
HSB/HSV329°22.00%78.43%
CMYK0.00%22.00%10.50%
21.57%

Color #C89CB3 in popluar number systems.

HEXC89CB3
Decimal200156179
Binary110010001001110010110011
Octal310234263

Shades and tints

Shades of #C89CB3

#C89CB3
(200,156,179)
#B68EA3
(182,142,163)
#A48093
(164,128,147)
#927283
(146,114,131)
#806473
(128,100,115)
#6E5663
(110,86,99)
#5C4853
(92,72,83)
#4A3A43
(74,58,67)
#382C33
(56,44,51)
#261E23
(38,30,35)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #C89CB3

#C89CB3
(200,156,179)
#CDA5B9
(205,165,185)
#D2AEBF
(210,174,191)
#D7B7C5
(215,183,197)
#DCC0CB
(220,192,203)
#E1C9D1
(225,201,209)
#E6D2D7
(230,210,215)
#EBDBDD
(235,219,221)
#F0E4E3
(240,228,227)
#F5EDE9
(245,237,233)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89CB3; }

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

This text font color is #C89CB3.


Background Color

.myBgColor { background-color: #C89CB3; }

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

This div background color is #C89CB3.


Border color

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

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

This div border color is #C89CB3.


Opacity

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

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

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

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

This text has shadow with #C89CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89CB3 on black background.


Color preview on white background

This text has color #C89CB3 on white background.



Black color preview on #C89CB3 background

This text has black color on #C89CB3 background.


White color preview on #C89CB3 background

This text has white color on #C89CB3 background.