COLOR #C89B97

HEX: #C89B97
RGB: (200,155,151)

Color info

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

RGB color model

#C89B97 color RGB value is (200,155,151).

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

RGB channels and saturation

R 200 of 255 = 78%
G 155 of 255 = 61%
B 151 of 255 = 59%

200
155
151

R + G + B ~ 66%. #C89B97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 155 + 151 = 506 (100%)
R 200 of 506 ~ 39.53%
G 155 of 506 ~ 30.63%
B 151 of 506 ~ 29.84%

%39.53
%30.63
%29.84

CMYK color model

#C89B97 color CMYK value is (0,23,25,22).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 24.50%
  • key color value is 21.57%
CMYK:
(0,23,25,22)
C0M23Y25K22 
(0%,23%,25%,22%)
(0.00/0.23/0.25/0.22)	

CMYK percentages

%0
%22.5
%24.5
%21.57

Codes

Color #C89B97 in popluar color models

C89B97
RGB200155151
HSL30.82%68.82%
HSB/HSV24.50%78.43%
CMYK0.00%22.50%24.50%
21.57%

Color #C89B97 in popluar number systems.

HEXC89B97
Decimal200155151
Binary110010001001101110010111
Octal310233227

Shades and tints

Shades of #C89B97

#C89B97
(200,155,151)
#B68D8A
(182,141,138)
#A47F7D
(164,127,125)
#927170
(146,113,112)
#806363
(128,99,99)
#6E5556
(110,85,86)
#5C4749
(92,71,73)
#4A393C
(74,57,60)
#382B2F
(56,43,47)
#261D22
(38,29,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #C89B97

#C89B97
(200,155,151)
#CDA4A0
(205,164,160)
#D2ADA9
(210,173,169)
#D7B6B2
(215,182,178)
#DCBFBB
(220,191,187)
#E1C8C4
(225,200,196)
#E6D1CD
(230,209,205)
#EBDAD6
(235,218,214)
#F0E3DF
(240,227,223)
#F5ECE8
(245,236,232)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89B97; }

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

This text font color is #C89B97.


Background Color

.myBgColor { background-color: #C89B97; }

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

This div background color is #C89B97.


Border color

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

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

This div border color is #C89B97.


Opacity

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

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

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

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

This text has shadow with #C89B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89B97 on black background.


Color preview on white background

This text has color #C89B97 on white background.



Black color preview on #C89B97 background

This text has black color on #C89B97 background.


White color preview on #C89B97 background

This text has white color on #C89B97 background.