COLOR #C89B9F

HEX: #C89B9F
RGB: (200,155,159)

Color info

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

RGB color model

#C89B9F color RGB value is (200,155,159).

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

RGB channels and saturation

R 200 of 255 = 78%
G 155 of 255 = 61%
B 159 of 255 = 62%

200
155
159

R + G + B ~ 67%. #C89B9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 155 + 159 = 514 (100%)
R 200 of 514 ~ 38.91%
G 155 of 514 ~ 30.16%
B 159 of 514 ~ 30.93%

%38.91
%30.16
%30.93

CMYK color model

#C89B9F color CMYK value is (0,23,21,22).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 20.50%
  • key color value is 21.57%
CMYK:
(0,23,21,22)
C0M23Y21K22 
(0%,23%,21%,22%)
(0.00/0.23/0.21/0.22)	

CMYK percentages

%0
%22.5
%20.5
%21.57

Codes

Color #C89B9F in popluar color models

C89B9F
RGB200155159
HSL355°29.03%69.61%
HSB/HSV355°22.50%78.43%
CMYK0.00%22.50%20.50%
21.57%

Color #C89B9F in popluar number systems.

HEXC89B9F
Decimal200155159
Binary110010001001101110011111
Octal310233237

Shades and tints

Shades of #C89B9F

#C89B9F
(200,155,159)
#B68D91
(182,141,145)
#A47F83
(164,127,131)
#927175
(146,113,117)
#806367
(128,99,103)
#6E5559
(110,85,89)
#5C474B
(92,71,75)
#4A393D
(74,57,61)
#382B2F
(56,43,47)
#261D21
(38,29,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #C89B9F

#C89B9F
(200,155,159)
#CDA4A7
(205,164,167)
#D2ADAF
(210,173,175)
#D7B6B7
(215,182,183)
#DCBFBF
(220,191,191)
#E1C8C7
(225,200,199)
#E6D1CF
(230,209,207)
#EBDAD7
(235,218,215)
#F0E3DF
(240,227,223)
#F5ECE7
(245,236,231)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89B9F; }

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

This text font color is #C89B9F.


Background Color

.myBgColor { background-color: #C89B9F; }

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

This div background color is #C89B9F.


Border color

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

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

This div border color is #C89B9F.


Opacity

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

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

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

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

This text has shadow with #C89B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89B9F on black background.


Color preview on white background

This text has color #C89B9F on white background.



Black color preview on #C89B9F background

This text has black color on #C89B9F background.


White color preview on #C89B9F background

This text has white color on #C89B9F background.