COLOR #C89FBF

HEX: #C89FBF
RGB: (200,159,191)

Color info

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

RGB color model

#C89FBF color RGB value is (200,159,191).

  • red value is 200;
  • green value is 159;
  • blue value is 191.
RGB:
(200,159,191)
(78%,62%,75%)

RGB channels and saturation

R 200 of 255 = 78%
G 159 of 255 = 62%
B 191 of 255 = 75%

200
159
191

R + G + B ~ 72%. #C89FBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 159 + 191 = 550 (100%)
R 200 of 550 ~ 36.36%
G 159 of 550 ~ 28.91%
B 191 of 550 ~ 34.73%

%36.36
%28.91
%34.73

CMYK color model

#C89FBF color CMYK value is (0,21,5,22).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 4.50%
  • key color value is 21.57%
CMYK:
(0,21,5,22)
C0M21Y5K22 
(0%,21%,5%,22%)
(0.00/0.21/0.05/0.22)	

CMYK percentages

%0
%20.5
%4.5
%21.57

Codes

Color #C89FBF in popluar color models

C89FBF
RGB200159191
HSL313°27.15%70.39%
HSB/HSV313°20.50%78.43%
CMYK0.00%20.50%4.50%
21.57%

Color #C89FBF in popluar number systems.

HEXC89FBF
Decimal200159191
Binary110010001001111110111111
Octal310237277

Shades and tints

Shades of #C89FBF

#C89FBF
(200,159,191)
#B691AE
(182,145,174)
#A4839D
(164,131,157)
#92758C
(146,117,140)
#80677B
(128,103,123)
#6E596A
(110,89,106)
#5C4B59
(92,75,89)
#4A3D48
(74,61,72)
#382F37
(56,47,55)
#262126
(38,33,38)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #C89FBF

#C89FBF
(200,159,191)
#CDA7C4
(205,167,196)
#D2AFC9
(210,175,201)
#D7B7CE
(215,183,206)
#DCBFD3
(220,191,211)
#E1C7D8
(225,199,216)
#E6CFDD
(230,207,221)
#EBD7E2
(235,215,226)
#F0DFE7
(240,223,231)
#F5E7EC
(245,231,236)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89FBF color. Also use rgb(200,159,191) instead hex code.

Text Font Color

.myTextColor { color: #C89FBF; }

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

This text font color is #C89FBF.


Background Color

.myBgColor { background-color: #C89FBF; }

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

This div background color is #C89FBF.


Border color

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

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

This div border color is #C89FBF.


Opacity

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

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

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

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

This text has shadow with #C89FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89FBF on black background.


Color preview on white background

This text has color #C89FBF on white background.



Black color preview on #C89FBF background

This text has black color on #C89FBF background.


White color preview on #C89FBF background

This text has white color on #C89FBF background.